]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/console/makefile.vc
added wxDIB(HBITMAP) ctor and corresponding Create(); made GetData() return uchar...
[wxWidgets.git] / samples / console / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.4 (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
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19CONSOLE_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\console.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
23 /W4 /I. $(__DLLFLAG_p) /D_CONSOLE $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) \
24 $(CPPFLAGS) $(CXXFLAGS)
25CONSOLE_OBJECTS = \
26 $(OBJS)\console_console.obj
27
28### Conditionally set variables: ###
29
30!if "$(USE_GUI)" == "0"
31PORTNAME = base
32!endif
33!if "$(USE_GUI)" == "1"
34PORTNAME = msw
35!endif
36!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
37WXDEBUGFLAG = d
38!endif
39!if "$(DEBUG_FLAG)" == "1"
40WXDEBUGFLAG = d
41!endif
42!if "$(UNICODE)" == "1"
43WXUNICODEFLAG = u
44!endif
45!if "$(WXUNIV)" == "1"
46WXUNIVNAME = univ
47!endif
48!if "$(SHARED)" == "1"
49WXDLLFLAG = dll
50!endif
51!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
52__DEBUGINFO_0 = /Zi
53!endif
54!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
55__DEBUGINFO_0 =
56!endif
57!if "$(DEBUG_INFO)" == "0"
58__DEBUGINFO_0 =
59!endif
60!if "$(DEBUG_INFO)" == "1"
61__DEBUGINFO_0 = /Zi
62!endif
63!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO_1 = /DEBUG
65!endif
66!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67__DEBUGINFO_1 =
68!endif
69!if "$(DEBUG_INFO)" == "0"
70__DEBUGINFO_1 =
71!endif
72!if "$(DEBUG_INFO)" == "1"
73__DEBUGINFO_1 = /DEBUG
74!endif
75!if "$(DEBUG_RUNTIME_LIBS)" == "0"
76____DEBUGRUNTIME_2_p =
77!endif
78!if "$(DEBUG_RUNTIME_LIBS)" == "1"
79____DEBUGRUNTIME_2_p = /D_DEBUG
80!endif
81!if "$(DEBUG_RUNTIME_LIBS)" == "default"
82____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
83!endif
84!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
85____DEBUGINFO_2_p = /D_DEBUG
86!endif
87!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
88____DEBUGINFO_2_p =
89!endif
90!if "$(DEBUG_INFO)" == "0"
91____DEBUGINFO_2_p =
92!endif
93!if "$(DEBUG_INFO)" == "1"
94____DEBUGINFO_2_p = /D_DEBUG
95!endif
96!if "$(DEBUG_RUNTIME_LIBS)" == "0"
97__DEBUGRUNTIME_3 =
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "1"
100__DEBUGRUNTIME_3 = d
101!endif
102!if "$(DEBUG_RUNTIME_LIBS)" == "default"
103__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
104!endif
105!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
106__DEBUGINFO_3 = d
107!endif
108!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
109__DEBUGINFO_3 =
110!endif
111!if "$(DEBUG_INFO)" == "0"
112__DEBUGINFO_3 =
113!endif
114!if "$(DEBUG_INFO)" == "1"
115__DEBUGINFO_3 = d
116!endif
117!if "$(BUILD)" == "debug"
118__OPTIMIZEFLAG_4 = /Od
119!endif
120!if "$(BUILD)" == "release"
121__OPTIMIZEFLAG_4 = /O2
122!endif
123!if "$(RUNTIME_LIBS)" == "dynamic"
124__RUNTIME_LIBS_7 = D
125!endif
126!if "$(RUNTIME_LIBS)" == "static"
127__RUNTIME_LIBS_7 = T
128!endif
129!if "$(USE_EXCEPTIONS)" == "0"
130__EXCEPTIONSFLAG_8 =
131!endif
132!if "$(USE_EXCEPTIONS)" == "1"
133__EXCEPTIONSFLAG_8 = /GR
134!endif
135!if "$(USE_EXCEPTIONS)" == "0"
136__EXCEPTIONSFLAG_9 =
137!endif
138!if "$(USE_EXCEPTIONS)" == "1"
139__EXCEPTIONSFLAG_9 = /GX
140!endif
141!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
142__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
143!endif
144!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
145__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
146!endif
147!if "$(WXUNIV)" == "1"
148__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
149!endif
150!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
151__DEBUG_DEFINE_p = /D__WXDEBUG__
152!endif
153!if "$(DEBUG_FLAG)" == "1"
154__DEBUG_DEFINE_p = /D__WXDEBUG__
155!endif
156!if "$(UNICODE)" == "1"
157__UNICODE_DEFINE_p = /D_UNICODE
158!endif
159!if "$(SHARED)" == "1"
160__DLLFLAG_p = /DWXUSINGDLL
161!endif
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
164!endif
165!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
166__WXLIB_ODBC_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc.lib
167!endif
168!if "$(MONOLITHIC)" == "0"
169__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
170!endif
171!if "$(MONOLITHIC)" == "1"
172__WXLIB_MONO_p = \
173 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
174!endif
175!if "$(USE_GUI)" == "1"
176__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
177!endif
178!if "$(USE_GUI)" == "1"
179__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
180!endif
181!if "$(USE_GUI)" == "1"
182__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
183!endif
184!if "$(MSLU)" == "1"
185__UNICOWS_LIB_p = unicows.lib
186!endif
187!if "$(SHARED)" == "0"
188LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
189!endif
190!if "$(SHARED)" == "1"
191LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
192!endif
193
194
195all: $(OBJS)
196$(OBJS):
197 -if not exist $(OBJS) mkdir $(OBJS)
198
199### Targets: ###
200
201all: $(OBJS)\console.exe data
202
203clean:
204 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
205 -if exist $(OBJS)\*.res del $(OBJS)\*.res
206 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
207 -if exist $(OBJS)\console.ilk del $(OBJS)\console.ilk
208 -if exist $(OBJS)\console.pdb del $(OBJS)\console.pdb
209
210$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
211 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
212 $(CONSOLE_OBJECTS) $(__WXLIB_NET_p) $(__WXLIB_ODBC_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
213<<
214
215data:
216 if not exist $(OBJS) mkdir $(OBJS)
217 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
218
219$(OBJS)\console_console.obj: .\console.cpp
220 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**