]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/entity/entity.dsp
refactored plugin api; refactored callback library; added signals library
[xonotic/netradiant.git] / plugins / entity / entity.dsp
1 # Microsoft Developer Studio Project File - Name="entity" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
6 \r
7 CFG=entity - Win32 Debug\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "entity.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "entity.mak" CFG="entity - Win32 Debug"\r
17 !MESSAGE \r
18 !MESSAGE Possible choices for configuration are:\r
19 !MESSAGE \r
20 !MESSAGE "entity - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
21 !MESSAGE "entity - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
22 !MESSAGE \r
23 \r
24 # Begin Project\r
25 # PROP AllowPerConfigDependencies 0\r
26 # PROP Scc_ProjName "entity"\r
27 # PROP Scc_LocalPath "..\.."\r
28 CPP=cl.exe\r
29 MTL=midl.exe\r
30 RSC=rc.exe\r
31 \r
32 !IF  "$(CFG)" == "entity - Win32 Release"\r
33 \r
34 # PROP BASE Use_MFC 0\r
35 # PROP BASE Use_Debug_Libraries 0\r
36 # PROP BASE Output_Dir "Release"\r
37 # PROP BASE Intermediate_Dir "Release"\r
38 # PROP BASE Target_Dir ""\r
39 # PROP Use_MFC 0\r
40 # PROP Use_Debug_Libraries 0\r
41 # PROP Output_Dir "Release"\r
42 # PROP Intermediate_Dir "Release"\r
43 # PROP Ignore_Export_Lib 0\r
44 # PROP Target_Dir ""\r
45 F90=df.exe\r
46 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /c\r
47 # ADD CPP /nologo /MD /W3 /O2 /I "..\..\..\libxml2\include\\" /I "..\..\include" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /I "..\common" /I "..\..\libs" /I "..\..\libs\nvtristrip" /I "..\..\..\STLPort\stlport" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /c\r
48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
49 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
50 # ADD BASE RSC /l 0x40c /d "NDEBUG"\r
51 # ADD RSC /l 0x40c /d "NDEBUG"\r
52 BSC32=bscmake.exe\r
53 # ADD BASE BSC32 /nologo\r
54 # ADD BSC32 /nologo\r
55 LINK32=link.exe\r
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386\r
57 # ADD LINK32 mathlib.lib glib-2.0.lib /nologo /dll /machine:I386 /def:".\entity.def" /libpath:"..\..\libs\mathlib\release" /libpath:"..\..\..\gtk2-win32\lib\\"\r
58 # SUBTRACT LINK32 /pdb:none\r
59 # Begin Special Build Tool\r
60 SOURCE="$(InputPath)"\r
61 PostBuild_Desc=Copy to dir...\r
62 PostBuild_Cmds=copy Release\entity.dll "../../install/modules"\r
63 # End Special Build Tool\r
64 \r
65 !ELSEIF  "$(CFG)" == "entity - Win32 Debug"\r
66 \r
67 # PROP BASE Use_MFC 0\r
68 # PROP BASE Use_Debug_Libraries 1\r
69 # PROP BASE Output_Dir "Debug"\r
70 # PROP BASE Intermediate_Dir "Debug"\r
71 # PROP BASE Target_Dir ""\r
72 # PROP Use_MFC 0\r
73 # PROP Use_Debug_Libraries 1\r
74 # PROP Output_Dir "Debug"\r
75 # PROP Intermediate_Dir "Debug"\r
76 # PROP Ignore_Export_Lib 0\r
77 # PROP Target_Dir ""\r
78 F90=df.exe\r
79 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /GZ /c\r
80 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\shared" /I "..\..\..\libxml2\include" /I "..\..\include" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /I "..\common" /I "..\..\libs" /I "..\..\libs\nvtristrip" /I "..\..\..\STLPort\stlport" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /FR /YX /FD /GZ /c\r
81 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
82 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
83 # ADD BASE RSC /l 0x40c /d "_DEBUG"\r
84 # ADD RSC /l 0x40c /d "_DEBUG"\r
85 BSC32=bscmake.exe\r
86 # ADD BASE BSC32 /nologo\r
87 # ADD BSC32 /nologo\r
88 LINK32=link.exe\r
89 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept\r
90 # ADD LINK32 mathlib.lib glib-2.0.lib /nologo /dll /debug /machine:I386 /def:".\entity.def" /pdbtype:sept /libpath:"..\..\libs\mathlib\debug" /libpath:"..\..\..\gtk2-win32\lib\\"\r
91 # SUBTRACT LINK32 /pdb:none\r
92 # Begin Special Build Tool\r
93 SOURCE="$(InputPath)"\r
94 PostBuild_Desc=Copy to dir...\r
95 PostBuild_Cmds=copy Debug\entity.dll "../../install/modules"\r
96 # End Special Build Tool\r
97 \r
98 !ENDIF \r
99 \r
100 # Begin Target\r
101 \r
102 # Name "entity - Win32 Release"\r
103 # Name "entity - Win32 Debug"\r
104 # Begin Group "Source Files"\r
105 \r
106 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
107 # Begin Source File\r
108 \r
109 SOURCE=.\eclassmodel.cpp\r
110 # End Source File\r
111 # Begin Source File\r
112 \r
113 SOURCE=.\entity.cpp\r
114 # End Source File\r
115 # Begin Source File\r
116 \r
117 SOURCE=.\entity.def\r
118 # PROP Exclude_From_Build 1\r
119 # End Source File\r
120 # Begin Source File\r
121 \r
122 SOURCE=.\generic.cpp\r
123 # End Source File\r
124 # Begin Source File\r
125 \r
126 SOURCE=.\group.cpp\r
127 # End Source File\r
128 # Begin Source File\r
129 \r
130 SOURCE=.\light.cpp\r
131 # End Source File\r
132 # Begin Source File\r
133 \r
134 SOURCE=.\miscmodel.cpp\r
135 # End Source File\r
136 # Begin Source File\r
137 \r
138 SOURCE=.\plugin.cpp\r
139 # End Source File\r
140 # Begin Source File\r
141 \r
142 SOURCE=.\targetable.cpp\r
143 # End Source File\r
144 # End Group\r
145 # Begin Group "Header Files"\r
146 \r
147 # PROP Default_Filter "h;hpp;hxx;hm;inl"\r
148 # Begin Group "API"\r
149 \r
150 # PROP Default_Filter ""\r
151 # Begin Source File\r
152 \r
153 SOURCE=..\..\include\ifilesystem.h\r
154 # End Source File\r
155 # Begin Source File\r
156 \r
157 SOURCE=..\..\include\igl.h\r
158 # End Source File\r
159 # Begin Source File\r
160 \r
161 SOURCE=..\..\include\imodel.h\r
162 # End Source File\r
163 # Begin Source File\r
164 \r
165 SOURCE=..\..\include\ishaders.h\r
166 # End Source File\r
167 # Begin Source File\r
168 \r
169 SOURCE=..\..\include\isurface.h\r
170 # End Source File\r
171 # Begin Source File\r
172 \r
173 SOURCE=..\..\include\qerplugin.h\r
174 # End Source File\r
175 # Begin Source File\r
176 \r
177 SOURCE=..\..\include\qertypes.h\r
178 # End Source File\r
179 # End Group\r
180 # Begin Source File\r
181 \r
182 SOURCE=.\angle.h\r
183 # End Source File\r
184 # Begin Source File\r
185 \r
186 SOURCE=.\angles.h\r
187 # End Source File\r
188 # Begin Source File\r
189 \r
190 SOURCE=.\colour.h\r
191 # End Source File\r
192 # Begin Source File\r
193 \r
194 SOURCE=.\entity.h\r
195 # End Source File\r
196 # Begin Source File\r
197 \r
198 SOURCE=.\light.h\r
199 # End Source File\r
200 # Begin Source File\r
201 \r
202 SOURCE=.\model.h\r
203 # End Source File\r
204 # Begin Source File\r
205 \r
206 SOURCE=.\origin.h\r
207 # End Source File\r
208 # Begin Source File\r
209 \r
210 SOURCE=.\plugin.h\r
211 # End Source File\r
212 # Begin Source File\r
213 \r
214 SOURCE=.\scale.h\r
215 # End Source File\r
216 # Begin Source File\r
217 \r
218 SOURCE=.\targetable.h\r
219 # End Source File\r
220 # End Group\r
221 # Begin Group "Resource Files"\r
222 \r
223 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
224 # End Group\r
225 # Begin Source File\r
226 \r
227 SOURCE=.\Conscript\r
228 # End Source File\r
229 # End Target\r
230 # End Project\r