source: OGRE/trunk/ogrenew/PlugIns/CgProgramManager/scripts/Plugin_CgProgramManager.cbp @ 690

Revision 690, 3.7 KB checked in by mattausch, 18 years ago (diff)

added ogre 1.07 main

Line 
1<?xml version="1.0"?>
2<!DOCTYPE CodeBlocks_project_file>
3<CodeBlocks_project_file>
4        <FileVersion major="1" minor="1"/>
5        <Project>
6                <Option title="Plugin_CgProgramManager"/>
7                <Option makefile="Makefile"/>
8                <Option makefile_is_custom="0"/>
9                <Option default_target="-1"/>
10                <Option active_target="0"/>
11                <Option compiler="0"/>
12                <Build>
13                        <Target title="Debug">
14                                <Option output="..\bin\Debug\Plugin_CgProgramManager.dll"/>
15                                <Option working_dir="."/>
16                                <Option object_output="..\obj\Debug"/>
17                                <Option deps_output=".deps"/>
18                                <Option type="3"/>
19                                <Option compiler="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="-DPLUGIN_BSPSCENEMANAGER_EXPORTS"/>
29                                        <Add directory="..\include"/>
30                                        <Add directory="..\..\..\OgreMain\include"/>
31                                        <Add directory="..\..\..\Dependencies\include"/>
32                                </Compiler>
33                                <Linker>
34                                        <Add library="OgreMain_d"/>
35                                        <Add library="cg"/>
36                                        <Add directory="..\..\..\OgreMain\lib\Debug"/>
37                                        <Add directory="..\..\..\Dependencies\lib\Debug"/>
38                                </Linker>
39                                <ExtraCommands>
40                                        <Add after="cp ..\bin\Debug\Plugin_CgProgramManager.dll ..\..\..\Samples\Common\bin\Debug"/>
41                                </ExtraCommands>
42                        </Target>
43                        <Target title="Release">
44                                <Option output="..\bin\Release\Plugin_CgProgramManager.dll"/>
45                                <Option working_dir="."/>
46                                <Option object_output="..\obj\Release"/>
47                                <Option deps_output=".deps"/>
48                                <Option type="3"/>
49                                <Option compiler="0"/>
50                                <Option createStaticLib="1"/>
51                                <Compiler>
52                                        <Add option="-O3"/>
53                                        <Add option="-W"/>
54                                        <Add option="-DWIN32"/>
55                                        <Add option="-DNDEBUG"/>
56                                        <Add option="-D_WINDOWS"/>
57                                        <Add option="-D_USRDLL"/>
58                                        <Add option="-DPLUGIN_BSPSCENEMANAGER_EXPORTS"/>
59                                        <Add directory="..\include"/>
60                                        <Add directory="..\..\..\OgreMain\include"/>
61                                        <Add directory="..\..\..\Dependencies\include"/>
62                                </Compiler>
63                                <Linker>
64                                        <Add option="-s"/>
65                                        <Add library="OgreMain"/>
66                                        <Add library="cg"/>
67                                        <Add directory="..\..\..\OgreMain\lib\Release"/>
68                                        <Add directory="..\..\..\Dependencies\lib\Release"/>
69                                </Linker>
70                                <ExtraCommands>
71                                        <Add after="cp ..\bin\Release\Plugin_CgProgramManager.dll ..\..\..\Samples\Common\bin\Release"/>
72                                </ExtraCommands>
73                        </Target>
74                </Build>
75                <Linker>
76                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
77                </Linker>
78                <Unit filename="..\..\..\Dependencies\include\Cg\cg.h">
79                        <Option compilerVar=""/>
80                        <Option compile="0"/>
81                        <Option link="0"/>
82                        <Option target="Debug"/>
83                        <Option target="Release"/>
84                </Unit>
85                <Unit filename="..\include\OgreCgPrerequisites.h">
86                        <Option compilerVar=""/>
87                        <Option compile="0"/>
88                        <Option link="0"/>
89                        <Option target="Debug"/>
90                        <Option target="Release"/>
91                </Unit>
92                <Unit filename="..\include\OgreCgProgram.h">
93                        <Option compilerVar=""/>
94                        <Option compile="0"/>
95                        <Option link="0"/>
96                        <Option target="Debug"/>
97                        <Option target="Release"/>
98                </Unit>
99                <Unit filename="..\include\OgreCgProgramFactory.h">
100                        <Option compilerVar=""/>
101                        <Option compile="0"/>
102                        <Option link="0"/>
103                        <Option target="Debug"/>
104                        <Option target="Release"/>
105                </Unit>
106                <Unit filename="..\src\OgreCgProgram.cpp">
107                        <Option compilerVar="CPP"/>
108                        <Option target="Debug"/>
109                        <Option target="Release"/>
110                </Unit>
111                <Unit filename="..\src\OgreCgProgramFactory.cpp">
112                        <Option compilerVar="CPP"/>
113                        <Option target="Debug"/>
114                        <Option target="Release"/>
115                </Unit>
116                <Unit filename="..\src\OgreCgProgramManagerDll.cpp">
117                        <Option compilerVar="CPP"/>
118                        <Option target="Debug"/>
119                        <Option target="Release"/>
120                </Unit>
121        </Project>
122</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.