]>
Commit | Line | Data |
---|---|---|
f485492a | 1 | # Microsoft Developer Studio Project File - Name="OGLEditVC" - Package Owner=<4> |
fd85b064 | 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
f485492a JS |
3 | # ** DO NOT EDIT ** |
4 | ||
5 | # TARGTYPE "Win32 (x86) Application" 0x0101 | |
6 | ||
7 | CFG=OGLEditVC - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
fd85b064 | 10 | !MESSAGE |
f485492a | 11 | !MESSAGE NMAKE /f "OGLEditVC.mak". |
fd85b064 | 12 | !MESSAGE |
f485492a JS |
13 | !MESSAGE You can specify a configuration when running NMAKE |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
fd85b064 | 15 | !MESSAGE |
f485492a | 16 | !MESSAGE NMAKE /f "OGLEditVC.mak" CFG="OGLEditVC - Win32 Debug" |
fd85b064 | 17 | !MESSAGE |
f485492a | 18 | !MESSAGE Possible choices for configuration are: |
fd85b064 | 19 | !MESSAGE |
f485492a JS |
20 | !MESSAGE "OGLEditVC - Win32 Release" (based on "Win32 (x86) Application") |
21 | !MESSAGE "OGLEditVC - Win32 Debug" (based on "Win32 (x86) Application") | |
22 | !MESSAGE "OGLEditVC - Win32 Debug DLL" (based on "Win32 (x86) Application") | |
23 | !MESSAGE "OGLEditVC - Win32 Release DLL" (based on "Win32 (x86) Application") | |
fd85b064 | 24 | !MESSAGE |
f485492a JS |
25 | |
26 | # Begin Project | |
fd85b064 | 27 | # PROP AllowPerConfigDependencies 0 |
f485492a JS |
28 | # PROP Scc_ProjName "" |
29 | # PROP Scc_LocalPath "" | |
30 | CPP=cl.exe | |
31 | MTL=midl.exe | |
32 | RSC=rc.exe | |
33 | ||
34 | !IF "$(CFG)" == "OGLEditVC - Win32 Release" | |
35 | ||
36 | # PROP BASE Use_MFC 0 | |
37 | # PROP BASE Use_Debug_Libraries 0 | |
38 | # PROP BASE Output_Dir "Release" | |
39 | # PROP BASE Intermediate_Dir "Release" | |
40 | # PROP BASE Target_Dir "" | |
41 | # PROP Use_MFC 0 | |
42 | # PROP Use_Debug_Libraries 0 | |
43 | # PROP Output_Dir "Release" | |
44 | # PROP Intermediate_Dir "Release" | |
45 | # PROP Ignore_Export_Lib 0 | |
46 | # PROP Target_Dir "" | |
47 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c | |
3390b9ef | 48 | # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "../../../../include" /I "../../../../contrib/include" /I "../../../../lib/msw" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c |
f485492a | 49 | # SUBTRACT CPP /YX |
fd85b064 JS |
50 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 |
51 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 | |
f485492a JS |
52 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
53 | # ADD RSC /l 0x809 /d "NDEBUG" | |
54 | BSC32=bscmake.exe | |
55 | # ADD BASE BSC32 /nologo | |
56 | # ADD BSC32 /nologo | |
57 | LINK32=link.exe | |
58 | # 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 wsock32.lib winmm.lib /nologo /subsystem:windows /machine:I386 | |
3b69115c | 59 | # ADD 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 comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw.lib png.lib zlib.lib jpeg.lib tiff.lib regex.lib ogl.lib wxdeprecated.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"Release/ogledit.exe" /libpath:"../../../../lib" /libpath:"../../../../contrib/lib" |
f485492a JS |
60 | |
61 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug" | |
62 | ||
63 | # PROP BASE Use_MFC 0 | |
64 | # PROP BASE Use_Debug_Libraries 1 | |
65 | # PROP BASE Output_Dir "Debug" | |
66 | # PROP BASE Intermediate_Dir "Debug" | |
67 | # PROP BASE Target_Dir "" | |
68 | # PROP Use_MFC 0 | |
69 | # PROP Use_Debug_Libraries 1 | |
70 | # PROP Output_Dir "Debug" | |
71 | # PROP Intermediate_Dir "Debug" | |
72 | # PROP Ignore_Export_Lib 0 | |
73 | # PROP Target_Dir "" | |
74 | # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
3390b9ef | 75 | # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../../include" /I "../../../../contrib/include" /I "../../../../lib/mswd" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c |
fd85b064 JS |
76 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 |
77 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 | |
f485492a JS |
78 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
79 | # ADD RSC /l 0x809 /d "_DEBUG" | |
80 | BSC32=bscmake.exe | |
81 | # ADD BASE BSC32 /nologo | |
82 | # ADD BSC32 /nologo | |
83 | LINK32=link.exe | |
84 | # 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 wsock32.lib winmm.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept | |
3b69115c | 85 | # ADD 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 comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmswd.lib pngd.lib zlibd.lib jpegd.lib tiffd.lib regexd.lib ogld.lib wxdeprecatedd.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"Debug/ogledit.exe" /pdbtype:sept /libpath:"../../../../lib" /libpath:"../../../../contrib/lib" |
f485492a JS |
86 | |
87 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug DLL" | |
88 | ||
89 | # PROP BASE Use_MFC 0 | |
90 | # PROP BASE Use_Debug_Libraries 1 | |
91 | # PROP BASE Output_Dir "DebugDLL" | |
92 | # PROP BASE Intermediate_Dir "DebugDLL" | |
93 | # PROP BASE Target_Dir "" | |
94 | # PROP Use_MFC 0 | |
95 | # PROP Use_Debug_Libraries 1 | |
96 | # PROP Output_Dir "DebugDLL" | |
97 | # PROP Intermediate_Dir "DebugDLL" | |
98 | # PROP Ignore_Export_Lib 0 | |
99 | # PROP Target_Dir "" | |
100 | # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
3390b9ef | 101 | # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../../include" /I "../../../../contrib/include" /I "../../../../lib/mswdlld" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /Yu"wx/wxprec.h" /FD /c |
fd85b064 JS |
102 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 |
103 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 | |
f485492a JS |
104 | # ADD BASE RSC /l 0x809 /d "_DEBUG" |
105 | # ADD RSC /l 0x809 /d "_DEBUG" | |
106 | BSC32=bscmake.exe | |
107 | # ADD BASE BSC32 /nologo | |
108 | # ADD BSC32 /nologo | |
109 | LINK32=link.exe | |
110 | # 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 wsock32.lib winmm.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept | |
3b69115c | 111 | # ADD 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 comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw250d.lib ogld.lib wxdeprecatedd.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /out:"DebugDLL/ogledit.exe" /pdbtype:sept /libpath:"../../../../lib" /libpath:"../../../../contrib/lib" |
f485492a JS |
112 | |
113 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Release DLL" | |
114 | ||
115 | # PROP BASE Use_MFC 0 | |
116 | # PROP BASE Use_Debug_Libraries 0 | |
117 | # PROP BASE Output_Dir "ReleaseDLL" | |
118 | # PROP BASE Intermediate_Dir "ReleaseDLL" | |
119 | # PROP BASE Target_Dir "" | |
120 | # PROP Use_MFC 0 | |
121 | # PROP Use_Debug_Libraries 0 | |
122 | # PROP Output_Dir "ReleaseDLL" | |
123 | # PROP Intermediate_Dir "ReleaseDLL" | |
124 | # PROP Ignore_Export_Lib 0 | |
125 | # PROP Target_Dir "" | |
126 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c | |
3390b9ef | 127 | # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "../../../../include" /I "../../../../contrib/include" /I "../../../../lib/mswdll" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /FD /c |
f485492a | 128 | # SUBTRACT CPP /YX |
fd85b064 JS |
129 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 |
130 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 | |
f485492a JS |
131 | # ADD BASE RSC /l 0x809 /d "NDEBUG" |
132 | # ADD RSC /l 0x809 /d "NDEBUG" | |
133 | BSC32=bscmake.exe | |
134 | # ADD BASE BSC32 /nologo | |
135 | # ADD BSC32 /nologo | |
136 | LINK32=link.exe | |
137 | # 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 wsock32.lib winmm.lib /nologo /subsystem:windows /machine:I386 | |
3b69115c | 138 | # ADD 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 comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw250.lib ogl.lib wxdeprecated.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /out:"ReleaseDLL/ogledit.exe" /libpath:"../../../../lib" /libpath:"../../../../contrib/lib" |
f485492a | 139 | |
fd85b064 | 140 | !ENDIF |
f485492a JS |
141 | |
142 | # Begin Target | |
143 | ||
144 | # Name "OGLEditVC - Win32 Release" | |
145 | # Name "OGLEditVC - Win32 Debug" | |
146 | # Name "OGLEditVC - Win32 Debug DLL" | |
147 | # Name "OGLEditVC - Win32 Release DLL" | |
148 | # Begin Source File | |
149 | ||
fd85b064 | 150 | SOURCE=.\doc.cpp |
f485492a JS |
151 | |
152 | !IF "$(CFG)" == "OGLEditVC - Win32 Release" | |
153 | ||
154 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug" | |
155 | ||
156 | # SUBTRACT CPP /YX /Yc /Yu | |
157 | ||
158 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug DLL" | |
159 | ||
160 | # SUBTRACT BASE CPP /YX /Yc /Yu | |
161 | # SUBTRACT CPP /YX /Yc /Yu | |
162 | ||
163 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Release DLL" | |
164 | ||
fd85b064 | 165 | !ENDIF |
f485492a JS |
166 | |
167 | # End Source File | |
168 | # Begin Source File | |
169 | ||
fd85b064 | 170 | SOURCE=.\doc.h |
f485492a JS |
171 | # End Source File |
172 | # Begin Source File | |
173 | ||
fd85b064 | 174 | SOURCE=.\ogledit.cpp |
f485492a JS |
175 | |
176 | !IF "$(CFG)" == "OGLEditVC - Win32 Release" | |
177 | ||
178 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug" | |
179 | ||
180 | # SUBTRACT CPP /YX /Yc /Yu | |
181 | ||
182 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug DLL" | |
183 | ||
184 | # SUBTRACT BASE CPP /YX /Yc /Yu | |
185 | # SUBTRACT CPP /YX /Yc /Yu | |
186 | ||
187 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Release DLL" | |
188 | ||
fd85b064 | 189 | !ENDIF |
f485492a JS |
190 | |
191 | # End Source File | |
192 | # Begin Source File | |
193 | ||
fd85b064 | 194 | SOURCE=.\ogledit.h |
f485492a JS |
195 | # End Source File |
196 | # Begin Source File | |
197 | ||
fd85b064 JS |
198 | SOURCE=.\ogledit.rc |
199 | # ADD BASE RSC /l 0x809 | |
200 | # ADD RSC /l 0x809 /i "../../../../include" /i "../../../../contrib/include" | |
f485492a JS |
201 | # End Source File |
202 | # Begin Source File | |
203 | ||
fd85b064 | 204 | SOURCE=.\palette.cpp |
f485492a JS |
205 | |
206 | !IF "$(CFG)" == "OGLEditVC - Win32 Release" | |
207 | ||
208 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug" | |
209 | ||
210 | # SUBTRACT CPP /YX /Yc /Yu | |
211 | ||
212 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug DLL" | |
213 | ||
214 | # SUBTRACT BASE CPP /YX /Yc /Yu | |
215 | # SUBTRACT CPP /YX /Yc /Yu | |
216 | ||
217 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Release DLL" | |
218 | ||
fd85b064 | 219 | !ENDIF |
f485492a JS |
220 | |
221 | # End Source File | |
222 | # Begin Source File | |
223 | ||
224 | SOURCE=.\palette.h | |
f485492a JS |
225 | # End Source File |
226 | # Begin Source File | |
227 | ||
fd85b064 | 228 | SOURCE=.\view.cpp |
f485492a JS |
229 | |
230 | !IF "$(CFG)" == "OGLEditVC - Win32 Release" | |
231 | ||
232 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug" | |
233 | ||
234 | # SUBTRACT CPP /YX /Yc /Yu | |
235 | ||
236 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Debug DLL" | |
237 | ||
238 | # SUBTRACT BASE CPP /YX /Yc /Yu | |
239 | # SUBTRACT CPP /YX /Yc /Yu | |
240 | ||
241 | !ELSEIF "$(CFG)" == "OGLEditVC - Win32 Release DLL" | |
242 | ||
fd85b064 | 243 | !ENDIF |
f485492a JS |
244 | |
245 | # End Source File | |
246 | # Begin Source File | |
247 | ||
fd85b064 | 248 | SOURCE=.\view.h |
f485492a JS |
249 | # End Source File |
250 | # End Target | |
251 | # End Project |