]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/makefile.vc
wxMutexGuiEnter/Leave didn't work because this file is compiled with wxUSE_GUI=0
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.vc
CommitLineData
fd9f42b6
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# =========================================================================
1fc25a89 6
fd9f42b6 7!include <../../../../build/msw/config.vc>
1fc25a89 8
fd9f42b6
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
1fc25a89 12
fd9f42b6
VS
13### Variables: ###
14
fd9f42b6
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17OGLEDIT_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
18 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\ogledit.pdb $(____DEBUGRUNTIME_2_p) \
19 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
20 $(__UNICODE_DEFINE_p) /I.\..\..\..\..\include /I$(SETUPHDIR) /I. \
21 $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\..\samples /I.\..\..\..\include \
22 $(CXXFLAGS)
fd9f42b6
VS
23OGLEDIT_OBJECTS = \
24 $(OBJS)\ogledit_ogledit.obj \
25 $(OBJS)\ogledit_doc.obj \
26 $(OBJS)\ogledit_view.obj \
27 $(OBJS)\ogledit_palette.obj \
28 $(OBJS)\ogledit_ogledit.res
75a0a7b7
VS
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
fd9f42b6
VS
31
32### Conditionally set variables: ###
33
75a0a7b7
VS
34!if "$(SHARED)" == "0"
35LIBDIRNAME = .\..\..\..\..\lib\vc_lib$(CFG)
36!endif
37!if "$(SHARED)" == "1"
38LIBDIRNAME = .\..\..\..\..\lib\vc_dll$(CFG)
39!endif
fd9f42b6
VS
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
50WXDEBUGFLAG = d
51!endif
52!if "$(SHARED)" == "1"
53WXDLLFLAG = dll
54!endif
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
61!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 = /Zi
63!endif
64!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_0 =
66!endif
67!if "$(DEBUG_INFO)" == "0"
68__DEBUGINFO_0 =
69!endif
70!if "$(DEBUG_INFO)" == "1"
71__DEBUGINFO_0 = /Zi
72!endif
73!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 = /DEBUG
75!endif
76!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_1 =
78!endif
79!if "$(DEBUG_INFO)" == "0"
80__DEBUGINFO_1 =
81!endif
82!if "$(DEBUG_INFO)" == "1"
83__DEBUGINFO_1 = /DEBUG
84!endif
85!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
86__DEBUGINFO_3 = d
87!endif
88!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
89__DEBUGINFO_3 =
90!endif
91!if "$(DEBUG_INFO)" == "0"
92__DEBUGINFO_3 =
93!endif
94!if "$(DEBUG_INFO)" == "1"
95__DEBUGINFO_3 = d
96!endif
97!if "$(DEBUG_RUNTIME_LIBS)" == "0"
98__DEBUGRUNTIME_3 =
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "1"
101__DEBUGRUNTIME_3 = d
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "default"
104__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107__DEBUG_DEFINE_p = /D__WXDEBUG__
108!endif
109!if "$(DEBUG_FLAG)" == "1"
110__DEBUG_DEFINE_p = /D__WXDEBUG__
111!endif
112!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
114!endif
115!if "$(DEBUG_FLAG)" == "1"
116__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
117!endif
118!if "$(SHARED)" == "1"
119__DLLFLAG_p = /DWXUSINGDLL
120!endif
121!if "$(SHARED)" == "1"
122__DLLFLAG_p_1 = /d WXUSINGDLL
123!endif
124!if "$(USE_GUI)" == "1"
125__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
126!endif
127!if "$(USE_GUI)" == "1"
128__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
129!endif
130!if "$(USE_GUI)" == "1"
131__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
1fc25a89 132!endif
fd9f42b6
VS
133!if "$(BUILD)" == "debug"
134__OPTIMIZEFLAG_4 = /Od
135!endif
136!if "$(BUILD)" == "release"
137__OPTIMIZEFLAG_4 = /O2
138!endif
139!if "$(RUNTIME_LIBS)" == "dynamic"
140__RUNTIME_LIBS_7 = D
141!endif
142!if "$(RUNTIME_LIBS)" == "static"
143__RUNTIME_LIBS_7 = T
144!endif
145!if "$(UNICODE)" == "1"
146__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
147!endif
148!if "$(UNICODE)" == "1"
149__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
150!endif
2265a2d5
VS
151!if "$(MSLU)" == "1"
152__UNICOWS_LIB_p = unicows.lib
153!endif
fd9f42b6
VS
154!if "$(MONOLITHIC)" == "0"
155__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
156!endif
157!if "$(MONOLITHIC)" == "0"
158__WXLIB_CORE_p = \
159 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
160!endif
161!if "$(MONOLITHIC)" == "1"
162__WXLIB_MONO_p = \
163 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
164!endif
165!if "$(WXUNIV)" == "1"
166__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
167!endif
168!if "$(WXUNIV)" == "1"
169__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
170!endif
171!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
172____DEBUGINFO_2_p = /D_DEBUG
173!endif
174!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
175____DEBUGINFO_2_p =
176!endif
177!if "$(DEBUG_INFO)" == "0"
178____DEBUGINFO_2_p =
179!endif
180!if "$(DEBUG_INFO)" == "1"
181____DEBUGINFO_2_p = /D_DEBUG
182!endif
183!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
184____DEBUGINFO_2_p_1 = /d _DEBUG
185!endif
186!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
187____DEBUGINFO_2_p_1 =
188!endif
189!if "$(DEBUG_INFO)" == "0"
190____DEBUGINFO_2_p_1 =
191!endif
192!if "$(DEBUG_INFO)" == "1"
193____DEBUGINFO_2_p_1 = /d _DEBUG
194!endif
195!if "$(DEBUG_RUNTIME_LIBS)" == "0"
196____DEBUGRUNTIME_2_p =
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "1"
199____DEBUGRUNTIME_2_p = /D_DEBUG
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "default"
202____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "0"
205____DEBUGRUNTIME_2_p_1 =
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "1"
208____DEBUGRUNTIME_2_p_1 = /d _DEBUG
209!endif
210!if "$(DEBUG_RUNTIME_LIBS)" == "default"
211____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
212!endif
213
214
215all: $(OBJS)
216$(OBJS):
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219### Targets: ###
220
221all: $(OBJS)\ogledit.exe
222
223$(OBJS)\ogledit_doc.obj: .\doc.cpp
224 $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
225
226$(OBJS)\ogledit_ogledit.obj: .\ogledit.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
228
229$(OBJS)\ogledit_ogledit.res: .\ogledit.rc
75a0a7b7 230 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 $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\..\samples /i .\..\..\..\include $**
fd9f42b6
VS
231
232$(OBJS)\ogledit_palette.obj: .\palette.cpp
233 $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
1fc25a89 234
fd9f42b6
VS
235$(OBJS)\ogledit_view.obj: .\view.cpp
236 $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
1fc25a89 237
fd9f42b6
VS
238clean:
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
1fc25a89 242
fd9f42b6 243$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit.res
75a0a7b7 244 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
2265a2d5 245 $(OGLEDIT_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl.lib wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.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
fd9f42b6 246<<