]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.vc
make wxrc installable
[wxWidgets.git] / samples / opengl / penguin / makefile.vc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include <../../../build/msw/config.vc>
e93c6860
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15LIBDIRNAME = \
16 .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19PENGUIN_CFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
23 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
24 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
4e209a20 25 $(__DLLFLAG_p) /D_WINDOWS /I..\..\..\samples $(CFLAGS)
e93c6860
VS
26PENGUIN_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
27 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
28 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
29 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
30 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
31 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
4e209a20 32 $(__DLLFLAG_p) /D_WINDOWS /I..\..\..\samples $(CXXFLAGS)
e93c6860
VS
33PENGUIN_OBJECTS = \
34 $(OBJS)\penguin_penguin.obj \
35 $(OBJS)\penguin_lw.obj \
36 $(OBJS)\penguin_trackball.obj \
37 $(OBJS)\penguin_penguin.res
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
53!if "$(SHARED)" == "1"
54WXDLLFLAG = dll
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
62!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO_0 = /Zi
64!endif
65!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
66__DEBUGINFO_0 =
67!endif
68!if "$(DEBUG_INFO)" == "0"
69__DEBUGINFO_0 =
70!endif
71!if "$(DEBUG_INFO)" == "1"
72__DEBUGINFO_0 = /Zi
73!endif
74!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO_1 = /DEBUG
76!endif
77!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_1 =
79!endif
80!if "$(DEBUG_INFO)" == "0"
81__DEBUGINFO_1 =
82!endif
83!if "$(DEBUG_INFO)" == "1"
84__DEBUGINFO_1 = /DEBUG
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
87__DEBUGINFO_3 = d
88!endif
89!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
90__DEBUGINFO_3 =
91!endif
92!if "$(DEBUG_INFO)" == "0"
93__DEBUGINFO_3 =
94!endif
95!if "$(DEBUG_INFO)" == "1"
96__DEBUGINFO_3 = d
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "0"
99__DEBUGRUNTIME_3 =
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "1"
102__DEBUGRUNTIME_3 = d
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "default"
105__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
108__DEBUG_DEFINE_p = /D__WXDEBUG__
109!endif
110!if "$(DEBUG_FLAG)" == "1"
111__DEBUG_DEFINE_p = /D__WXDEBUG__
112!endif
113!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
115!endif
116!if "$(DEBUG_FLAG)" == "1"
117__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
118!endif
119!if "$(SHARED)" == "1"
120__DLLFLAG_p = /DWXUSINGDLL
121!endif
122!if "$(SHARED)" == "1"
123__DLLFLAG_p_1 = /d WXUSINGDLL
124!endif
125!if "$(USE_GUI)" == "1"
126__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
127!endif
128!if "$(USE_GUI)" == "1"
129__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
130!endif
131!if "$(USE_GUI)" == "1"
132__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
133!endif
134!if "$(BUILD)" == "debug"
135__OPTIMIZEFLAG_4 = /Od
136!endif
137!if "$(BUILD)" == "release"
138__OPTIMIZEFLAG_4 = /O2
139!endif
140!if "$(RUNTIME_LIBS)" == "dynamic"
141__RUNTIME_LIBS_7 = D
142!endif
143!if "$(RUNTIME_LIBS)" == "static"
144__RUNTIME_LIBS_7 = T
145!endif
146!if "$(UNICODE)" == "1"
147__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
148!endif
149!if "$(UNICODE)" == "1"
150__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
151!endif
4e209a20
VS
152!if "$(MSLU)" == "1"
153__UNICOWS_LIB_p = unicows.lib
154!endif
e93c6860
VS
155!if "$(MONOLITHIC)" == "0"
156__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
157!endif
158!if "$(MONOLITHIC)" == "0"
159__WXLIB_CORE_p = \
160 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
161!endif
162!if "$(MONOLITHIC)" == "1"
163__WXLIB_MONO_p = \
164 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
165!endif
166!if "$(WXUNIV)" == "1"
167__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
168!endif
169!if "$(WXUNIV)" == "1"
170__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
171!endif
172!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
173____DEBUGINFO_2_p = /D_DEBUG
174!endif
175!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
176____DEBUGINFO_2_p =
177!endif
178!if "$(DEBUG_INFO)" == "0"
179____DEBUGINFO_2_p =
180!endif
181!if "$(DEBUG_INFO)" == "1"
182____DEBUGINFO_2_p = /D_DEBUG
183!endif
184!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
185____DEBUGINFO_2_p_1 = /d _DEBUG
186!endif
187!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
188____DEBUGINFO_2_p_1 =
189!endif
190!if "$(DEBUG_INFO)" == "0"
191____DEBUGINFO_2_p_1 =
192!endif
193!if "$(DEBUG_INFO)" == "1"
194____DEBUGINFO_2_p_1 = /d _DEBUG
195!endif
196!if "$(DEBUG_RUNTIME_LIBS)" == "0"
197____DEBUGRUNTIME_2_p =
198!endif
199!if "$(DEBUG_RUNTIME_LIBS)" == "1"
200____DEBUGRUNTIME_2_p = /D_DEBUG
201!endif
202!if "$(DEBUG_RUNTIME_LIBS)" == "default"
203____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
204!endif
205!if "$(DEBUG_RUNTIME_LIBS)" == "0"
206____DEBUGRUNTIME_2_p_1 =
207!endif
208!if "$(DEBUG_RUNTIME_LIBS)" == "1"
209____DEBUGRUNTIME_2_p_1 = /d _DEBUG
210!endif
211!if "$(DEBUG_RUNTIME_LIBS)" == "default"
212____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
213!endif
214
215
216all: $(OBJS)
217$(OBJS):
218 -if not exist $(OBJS) mkdir $(OBJS)
8b089c5e 219
e93c6860
VS
220### Targets: ###
221
222all: $(OBJS)\penguin.exe data
223
224$(OBJS)\penguin_lw.obj: .\lw.cpp
225 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
226
227$(OBJS)\penguin_penguin.obj: .\penguin.cpp
228 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
229
230$(OBJS)\penguin_penguin.res: .\penguin.rc
4e209a20 231 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(LIBDIRNAME) /i .\..\..\..\src\tiff /i .\..\..\..\src\jpeg /i .\..\..\..\src\png /i .\..\..\..\src\zlib /i .\..\..\..\src\regex /i .\..\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i ..\..\..\samples $**
e93c6860
VS
232
233$(OBJS)\penguin_trackball.obj: .\trackball.c
234 $(CC) /c /nologo /TC /Fo$@ $(PENGUIN_CFLAGS) $**
235
236clean:
237 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238 -if exist $(OBJS)\*.res del $(OBJS)\*.res
239 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
240
241data:
242 if not exist $(OBJS) mkdir $(OBJS)
243 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
244
245$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
246 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 247 $(PENGUIN_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
e93c6860 248<<