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