Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/CgProgramManager/scripts/Plugin_CgProgramManager_stlp.cbp @ 3

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

=update

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="5" />
4        <Project>
5                <Option title="Plugin_CgProgramManager" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\..\lib\Plugin_CgProgramManager_d.dll" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
14                                <Option type="3" />
15                                <Option compiler="gcc" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-g" />
19                                        <Add option="-D_DEBUG" />
20                                </Compiler>
21                                <Linker>
22                                        <Add library="OgreMain_d" />
23                                        <Add library="cg" />
24                                        <Add library="stlportstlg.5.1" />
25                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
26                                </Linker>
27                                <ExtraCommands>
28                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
29                                </ExtraCommands>
30                        </Target>
31                        <Target title="Release">
32                                <Option output="..\..\..\lib\Plugin_CgProgramManager.dll" />
33                                <Option object_output="..\obj\Release" />
34                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
35                                <Option type="3" />
36                                <Option compiler="gcc" />
37                                <Option projectResourceIncludeDirsRelation="0" />
38                                <Compiler>
39                                        <Add option="-O3" />
40                                        <Add option="-DNDEBUG" />
41                                </Compiler>
42                                <Linker>
43                                        <Add option="-s" />
44                                        <Add library="OgreMain" />
45                                        <Add library="cg" />
46                                        <Add library="stlport.5.1" />
47                                        <Add directory="..\..\..\Dependencies\lib\Release" />
48                                </Linker>
49                                <ExtraCommands>
50                                        <Add after="cmd /c copy $($(TARGET_NAME)_OUTPUT_FILE) ..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
51                                </ExtraCommands>
52                        </Target>
53                </Build>
54                <VirtualTargets>
55                        <Add alias="All" targets="Debug;Release;" />
56                </VirtualTargets>
57                <Compiler>
58                        <Add option="-Wall" />
59                        <Add option="-mthreads" />
60                        <Add option="-fmessage-length=0" />
61                        <Add option="-fexceptions" />
62                        <Add option="-fident" />
63                        <Add option="-D_STLP_NO_CUSTOM_IO" />
64                        <Add option="-DWIN32" />
65                        <Add option="-D_WINDOWS" />
66                        <Add option="-D_USRDLL" />
67                        <Add directory="$(#STLPORT_DIR)\stlport" />
68                        <Add directory="..\include" />
69                        <Add directory="..\..\..\OgreMain\include" />
70                        <Add directory="..\..\..\Dependencies\include" />
71                </Compiler>
72                <Linker>
73                        <Add option="-Wl,--enable-auto-image-base" />
74                        <Add option="-Wl,--add-stdcall-alias" />
75                        <Add directory="..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
76                </Linker>
77                <Unit filename="..\..\..\Dependencies\include\Cg\cg.h">
78                        <Option compilerVar="CPP" />
79                        <Option compile="0" />
80                        <Option link="0" />
81                        <Option target="Debug" />
82                        <Option target="Release" />
83                </Unit>
84                <Unit filename="..\include\OgreCgPrerequisites.h">
85                        <Option compilerVar="CPP" />
86                        <Option compile="0" />
87                        <Option link="0" />
88                        <Option target="Debug" />
89                        <Option target="Release" />
90                </Unit>
91                <Unit filename="..\include\OgreCgProgram.h">
92                        <Option compilerVar="CPP" />
93                        <Option compile="0" />
94                        <Option link="0" />
95                        <Option target="Debug" />
96                        <Option target="Release" />
97                </Unit>
98                <Unit filename="..\include\OgreCgPlugin.h">
99                        <Option compilerVar="CPP" />
100                        <Option compile="0" />
101                        <Option link="0" />
102                        <Option target="Debug" />
103                        <Option target="Release" />
104                </Unit>
105                <Unit filename="..\include\OgreCgProgramFactory.h">
106                        <Option compilerVar="CPP" />
107                        <Option compile="0" />
108                        <Option link="0" />
109                        <Option target="Debug" />
110                        <Option target="Release" />
111                </Unit>
112                <Unit filename="..\src\OgreCgPlugin.cpp">
113                        <Option compilerVar="CPP" />
114                        <Option target="Debug" />
115                        <Option target="Release" />
116                </Unit>
117                <Unit filename="..\src\OgreCgProgram.cpp">
118                        <Option compilerVar="CPP" />
119                        <Option target="Debug" />
120                        <Option target="Release" />
121                </Unit>
122                <Unit filename="..\src\OgreCgProgramFactory.cpp">
123                        <Option compilerVar="CPP" />
124                        <Option target="Debug" />
125                        <Option target="Release" />
126                </Unit>
127                <Unit filename="..\src\OgreCgProgramManagerDll.cpp">
128                        <Option compilerVar="CPP" />
129                        <Option target="Debug" />
130                        <Option target="Release" />
131                </Unit>
132                <Extensions />
133        </Project>
134</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.