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

Revision 692, 3.6 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

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