]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.vc
added (and documented) wxULL(); fixes for wxINT64_SWAP macros
[wxWidgets.git] / samples / console / makefile.vc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
3e642d84 6
fd9f42b6 7!include <../../build/msw/config.vc>
6f628073
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
25a73439
VS
15CONSOLE_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\console.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
17 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
19 /W4 /I. $(__DLLFLAG_p) /D_CONSOLE $(__MULTILIB_FLAG_p) $(CXXFLAGS) /GR /GX
25a73439
VS
20CONSOLE_OBJECTS = \
21 $(OBJS)\console_console.obj
25a73439
VS
22OBJS = \
23 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
24SETUPHDIR = \
25 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
6f628073
VS
26
27### Conditionally set variables: ###
28
75a0a7b7
VS
29!if "$(SHARED)" == "0"
30LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
31!endif
32!if "$(SHARED)" == "1"
33LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
34!endif
6f628073
VS
35!if "$(USE_GUI)" == "0"
36PORTNAME = base
37!endif
38!if "$(USE_GUI)" == "1"
39PORTNAME = msw
40!endif
25a73439
VS
41!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42WXDEBUGFLAG = d
43!endif
44!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
45WXDEBUGFLAG = d
46!endif
47!if "$(SHARED)" == "1"
48WXDLLFLAG = dll
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
25a73439
VS
56!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
57__DEBUGINFO_0 = /Zi
ee5749a6 58!endif
25a73439
VS
59!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 =
ee5749a6 61!endif
25a73439
VS
62!if "$(DEBUG_INFO)" == "0"
63__DEBUGINFO_0 =
ee5749a6 64!endif
25a73439
VS
65!if "$(DEBUG_INFO)" == "1"
66__DEBUGINFO_0 = /Zi
ee5749a6 67!endif
25a73439
VS
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_1 = /DEBUG
ee5749a6 70!endif
25a73439
VS
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 =
ee5749a6 73!endif
25a73439
VS
74!if "$(DEBUG_INFO)" == "0"
75__DEBUGINFO_1 =
76!endif
77!if "$(DEBUG_INFO)" == "1"
78__DEBUGINFO_1 = /DEBUG
79!endif
80!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_3 = d
82!endif
83!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_3 =
85!endif
86!if "$(DEBUG_INFO)" == "0"
87__DEBUGINFO_3 =
88!endif
89!if "$(DEBUG_INFO)" == "1"
90__DEBUGINFO_3 = d
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "0"
93__DEBUGRUNTIME_3 =
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "1"
96__DEBUGRUNTIME_3 = d
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "default"
99__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
100!endif
101!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
102__DEBUG_DEFINE_p = /D__WXDEBUG__
103!endif
104!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(SHARED)" == "1"
108__DLLFLAG_p = /DWXUSINGDLL
109!endif
25a73439
VS
110!if "$(USE_GUI)" == "1"
111__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
112!endif
113!if "$(USE_GUI)" == "1"
114__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
115!endif
116!if "$(USE_GUI)" == "1"
117__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
118!endif
6f628073
VS
119!if "$(MONOLITHIC)" == "0"
120__MULTILIB_FLAG_p = /DwxUSE_GUI=0
3e642d84 121!endif
ec08d395
JS
122!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
123__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
124!endif
125!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
126__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
127!endif
ee5749a6 128!if "$(BUILD)" == "debug"
bdc408c4 129__OPTIMIZEFLAG_4 = /Od
ee5749a6
VS
130!endif
131!if "$(BUILD)" == "release"
bdc408c4 132__OPTIMIZEFLAG_4 = /O2
ee5749a6 133!endif
250700e4 134!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 135__RUNTIME_LIBS_7 = D
250700e4
RD
136!endif
137!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 138__RUNTIME_LIBS_7 = T
250700e4 139!endif
6f628073 140!if "$(UNICODE)" == "1"
ec08d395 141__UNICODE_DEFINE_p = /D_UNICODE
6f628073 142!endif
4e209a20
VS
143!if "$(MSLU)" == "1"
144__UNICOWS_LIB_p = unicows.lib
145!endif
6f628073 146!if "$(MONOLITHIC)" == "0"
0706fb23 147__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
148!endif
149!if "$(MONOLITHIC)" == "1"
25a73439
VS
150__WXLIB_MONO_p = \
151 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
152!endif
153!if "$(WXUNIV)" == "1"
154__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
155!endif
25a73439
VS
156!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
157____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 158!endif
25a73439 159!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 160____DEBUGINFO_2_p =
25a73439
VS
161!endif
162!if "$(DEBUG_INFO)" == "0"
fd9f42b6 163____DEBUGINFO_2_p =
25a73439
VS
164!endif
165!if "$(DEBUG_INFO)" == "1"
166____DEBUGINFO_2_p = /D_DEBUG
167!endif
168!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 169____DEBUGRUNTIME_2_p =
25a73439
VS
170!endif
171!if "$(DEBUG_RUNTIME_LIBS)" == "1"
172____DEBUGRUNTIME_2_p = /D_DEBUG
173!endif
174!if "$(DEBUG_RUNTIME_LIBS)" == "default"
175____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 176!endif
6f628073
VS
177
178
179all: $(OBJS)
180$(OBJS):
181 -if not exist $(OBJS) mkdir $(OBJS)
182
183### Targets: ###
184
185all: $(OBJS)\console.exe data
186
187$(OBJS)\console_console.obj: .\console.cpp
188 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**
189
190clean:
191 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
192 -if exist $(OBJS)\*.res del $(OBJS)\*.res
193 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
ec08d395
JS
194 -if exist $(OBJS)\console.ilk del $(OBJS)\console.ilk
195 -if exist $(OBJS)\console.pdb del $(OBJS)\console.pdb
6f628073 196
25a73439 197$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
75a0a7b7 198 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
ec08d395 199 $(CONSOLE_OBJECTS) $(__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 oleacc.lib
6f628073
VS
200<<
201
202data:
0706fb23
VS
203 if not exist $(OBJS) mkdir $(OBJS)
204 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)