Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/MilkshapeExport/scripts/MilkshapeExport.cbp @ 20

Last change on this file since 20 was 6, checked in by anonymous, 17 years ago

=…

File size: 3.8 KB
Line 
1<?xml version="1.0"?>
2<!DOCTYPE Code::Blocks_project_file>
3<Code::Blocks_project_file>
4        <FileVersion major="1" minor="1"/>
5        <Project>
6                <Option title="MilkshapeExport"/>
7                <Option makefile="Makefile"/>
8                <Option makefile_is_custom="0"/>
9                <Option default_target="-1"/>
10                <Option compiler="0"/>
11                <Build>
12                        <Target title="Debug">
13                                <Option output="..\bin\debug\msogreexporter.dll"/>
14                                <Option object_output="..\obj\Debug"/>
15                                <Option deps_output=".deps"/>
16                                <Option external_deps=""/>
17                                <Option type="3"/>
18                                <Option compiler="0"/>
19                                <Option includeInTargetAll="0"/>
20                                <Option createStaticLib="1"/>
21                                <Compiler>
22                                        <Add option="-W"/>
23                                        <Add option="-g"/>
24                                        <Add option="-DWIN32"/>
25                                        <Add option="-D_DEBUG"/>
26                                        <Add option="-D_WINDOWS"/>
27                                        <Add option="-D_USRDLL"/>
28                                        <Add option="-DMILKSHAPEEXPORT_EXPORTS"/>
29                                        <Add directory="..\include"/>
30                                        <Add directory="..\..\..\OgreMain\include"/>
31                                </Compiler>
32                                <Linker>
33                                        <Add library="msModelLib"/>
34                                        <Add library="OgreMain_d"/>
35                                        <Add directory="..\lib\Debug"/>
36                                        <Add directory="..\..\..\lib"/>
37                                </Linker>
38                        </Target>
39                        <Target title="Release">
40                                <Option output="..\bin\release\msogreexporter.dll"/>
41                                <Option object_output="..\obj\Release"/>
42                                <Option deps_output=".deps"/>
43                                <Option external_deps=""/>
44                                <Option type="3"/>
45                                <Option compiler="0"/>
46                                <Option createStaticLib="1"/>
47                                <Compiler>
48                                        <Add option="-W"/>
49                                        <Add option="-g"/>
50                                        <Add option="-DWIN32"/>
51                                        <Add option="-DNDEBUG"/>
52                                        <Add option="-D_WINDOWS"/>
53                                        <Add option="-D_USRDLL"/>
54                                        <Add option="-DMILKSHAPEEXPORT_EXPORTS"/>
55                                        <Add directory="..\include"/>
56                                        <Add directory="..\..\..\OgreMain\include"/>
57                                </Compiler>
58                                <Linker>
59                                        <Add library="msModelLib"/>
60                                        <Add library="OgreMain"/>
61                                        <Add directory="..\lib\Release"/>
62                                        <Add directory="..\..\..\lib"/>
63                                </Linker>
64                        </Target>
65                </Build>
66                <Compiler>
67                        <Add option="-g"/>
68                </Compiler>
69                <Linker>
70                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
71                </Linker>
72                <Unit filename="..\include\MilkshapeExport.h">
73                        <Option compilerVar=""/>
74                        <Option compile="0"/>
75                        <Option link="0"/>
76                        <Option target="Debug"/>
77                        <Option target="Release"/>
78                </Unit>
79                <Unit filename="..\include\MilkshapePlugin.h">
80                        <Option compilerVar=""/>
81                        <Option compile="0"/>
82                        <Option link="0"/>
83                        <Option target="Debug"/>
84                        <Option target="Release"/>
85                </Unit>
86                <Unit filename="..\include\msLib.h">
87                        <Option compilerVar=""/>
88                        <Option compile="0"/>
89                        <Option link="0"/>
90                        <Option target="Debug"/>
91                        <Option target="Release"/>
92                </Unit>
93                <Unit filename="..\include\msPlugIn.h">
94                        <Option compilerVar=""/>
95                        <Option compile="0"/>
96                        <Option link="0"/>
97                        <Option target="Debug"/>
98                        <Option target="Release"/>
99                </Unit>
100                <Unit filename="..\include\resource.h">
101                        <Option compilerVar=""/>
102                        <Option compile="0"/>
103                        <Option link="0"/>
104                        <Option target="Debug"/>
105                        <Option target="Release"/>
106                </Unit>
107                <Unit filename="..\misc\MilkshapeExport.rc">
108                        <Option compilerVar="WINDRES"/>
109                        <Option objectName="..\misc\MilkshapeExport.res"/>
110                        <Option target="Debug"/>
111                        <Option target="Release"/>
112                </Unit>
113                <Unit filename="..\misc\MilkshapeExporter.def">
114                        <Option compilerVar=""/>
115                        <Option compile="0"/>
116                        <Option link="0"/>
117                        <Option target="Debug"/>
118                        <Option target="Release"/>
119                </Unit>
120                <Unit filename="..\misc\resource.h">
121                        <Option compilerVar=""/>
122                        <Option compile="0"/>
123                        <Option link="0"/>
124                        <Option target="Debug"/>
125                        <Option target="Release"/>
126                </Unit>
127                <Unit filename="..\src\MilkshapeExporter.cpp">
128                        <Option compilerVar="CPP"/>
129                        <Option target="Debug"/>
130                        <Option target="Release"/>
131                </Unit>
132                <Unit filename="..\src\MilkshapePlugin.cpp">
133                        <Option compilerVar="CPP"/>
134                        <Option target="Debug"/>
135                        <Option target="Release"/>
136                </Unit>
137        </Project>
138</Code::Blocks_project_file>
Note: See TracBrowser for help on using the repository browser.