1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
---|
2 | <CodeBlocks_project_file> |
---|
3 | <FileVersion major="1" minor="3" /> |
---|
4 | <Project> |
---|
5 | <Option title="Demo_VolumeTex" /> |
---|
6 | <Option compiler="gcc" /> |
---|
7 | <Build> |
---|
8 | <Target title="Debug"> |
---|
9 | <Option output="..\..\Common\bin\Debug\Demo_VolumeTex.exe" /> |
---|
10 | <Option working_dir="..\..\Common\bin\Debug" /> |
---|
11 | <Option object_output="..\obj\Debug" /> |
---|
12 | <Option external_deps="..\..\..\OgreMain\lib\Debug\OgreMain_d.dll;" /> |
---|
13 | <Option type="0" /> |
---|
14 | <Option compiler="gcc" /> |
---|
15 | <Option includeInTargetAll="1" /> |
---|
16 | <Option projectResourceIncludeDirsRelation="0" /> |
---|
17 | <Compiler> |
---|
18 | <Add option="-Wall" /> |
---|
19 | <Add option="-g" /> |
---|
20 | <Add option="-DWIN32" /> |
---|
21 | <Add option="-D_DEBUG" /> |
---|
22 | <Add option="-D_WINDOWS" /> |
---|
23 | <Add option="-D_STLP_DEBUG" /> |
---|
24 | </Compiler> |
---|
25 | <Linker> |
---|
26 | <Add library="stlportstlg.5.0.dll" /> |
---|
27 | <Add library="OgreMain_d" /> |
---|
28 | </Linker> |
---|
29 | </Target> |
---|
30 | <Target title="Release"> |
---|
31 | <Option output="..\..\Common\bin\Release\Demo_VolumeTex.exe" /> |
---|
32 | <Option working_dir="..\..\Common\bin\Release" /> |
---|
33 | <Option object_output="..\obj\Release" /> |
---|
34 | <Option external_deps="..\..\..\OgreMain\lib\Release\OgreMain.dll;" /> |
---|
35 | <Option type="0" /> |
---|
36 | <Option compiler="gcc" /> |
---|
37 | <Option includeInTargetAll="1" /> |
---|
38 | <Option projectResourceIncludeDirsRelation="0" /> |
---|
39 | <Compiler> |
---|
40 | <Add option="-O3" /> |
---|
41 | <Add option="-Wall" /> |
---|
42 | <Add option="-DWIN32" /> |
---|
43 | <Add option="-DNDEBUG" /> |
---|
44 | <Add option="-D_WINDOWS" /> |
---|
45 | </Compiler> |
---|
46 | <Linker> |
---|
47 | <Add option="-s" /> |
---|
48 | <Add library="stlport.5.0.dll" /> |
---|
49 | <Add library="OgreMain" /> |
---|
50 | </Linker> |
---|
51 | </Target> |
---|
52 | </Build> |
---|
53 | <Compiler> |
---|
54 | <Add option="-mthreads" /> |
---|
55 | <Add option="-fmessage-length=0" /> |
---|
56 | <Add option="-fexceptions" /> |
---|
57 | <Add option="-fident" /> |
---|
58 | <Add option="-D_STLP_NO_CUSTOM_IO" /> |
---|
59 | <Add option="-D_STLP_USE_DYNAMIC_LIB" /> |
---|
60 | <Add directory="$(#STLPORT_DIR)\stlport" /> |
---|
61 | <Add directory="..\include" /> |
---|
62 | <Add directory="..\..\Common\include" /> |
---|
63 | <Add directory="..\..\..\OgreMain\include" /> |
---|
64 | </Compiler> |
---|
65 | <Linker> |
---|
66 | <Add option="-Wl,--enable-auto-image-base" /> |
---|
67 | <Add option="-Wl,--add-stdcall-alias" /> |
---|
68 | <Add directory="$(#STLPORT_DIR)\lib" /> |
---|
69 | <Add directory="..\..\..\OgreMain\lib\$(TARGET_NAME)" /> |
---|
70 | </Linker> |
---|
71 | <Unit filename="..\include\Julia.h"> |
---|
72 | <Option compilerVar="CPP" /> |
---|
73 | <Option compile="0" /> |
---|
74 | <Option link="0" /> |
---|
75 | <Option target="Debug" /> |
---|
76 | <Option target="Release" /> |
---|
77 | </Unit> |
---|
78 | <Unit filename="..\include\ThingRenderable.h"> |
---|
79 | <Option compilerVar="CPP" /> |
---|
80 | <Option compile="0" /> |
---|
81 | <Option link="0" /> |
---|
82 | <Option target="Debug" /> |
---|
83 | <Option target="Release" /> |
---|
84 | </Unit> |
---|
85 | <Unit filename="..\include\VolumeRenderable.h"> |
---|
86 | <Option compilerVar="CPP" /> |
---|
87 | <Option compile="0" /> |
---|
88 | <Option link="0" /> |
---|
89 | <Option target="Debug" /> |
---|
90 | <Option target="Release" /> |
---|
91 | </Unit> |
---|
92 | <Unit filename="..\src\ThingRenderable.cpp"> |
---|
93 | <Option compilerVar="CPP" /> |
---|
94 | <Option target="Debug" /> |
---|
95 | <Option target="Release" /> |
---|
96 | </Unit> |
---|
97 | <Unit filename="..\src\VolumeRenderable.cpp"> |
---|
98 | <Option compilerVar="CPP" /> |
---|
99 | <Option target="Debug" /> |
---|
100 | <Option target="Release" /> |
---|
101 | </Unit> |
---|
102 | <Unit filename="..\src\VolumeTex.cpp"> |
---|
103 | <Option compilerVar="CPP" /> |
---|
104 | <Option target="Debug" /> |
---|
105 | <Option target="Release" /> |
---|
106 | </Unit> |
---|
107 | </Project> |
---|
108 | </CodeBlocks_project_file> |
---|