]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.vc
Fix and testcase for wxString::rfind bug I introduced.
[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) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7 18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
1c3a6972 19 /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
ee5749a6 122!if "$(BUILD)" == "debug"
bdc408c4 123__OPTIMIZEFLAG_4 = /Od
ee5749a6
VS
124!endif
125!if "$(BUILD)" == "release"
bdc408c4 126__OPTIMIZEFLAG_4 = /O2
ee5749a6 127!endif
250700e4 128!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 129__RUNTIME_LIBS_7 = D
250700e4
RD
130!endif
131!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 132__RUNTIME_LIBS_7 = T
250700e4 133!endif
6f628073
VS
134!if "$(UNICODE)" == "1"
135__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
136!endif
4e209a20
VS
137!if "$(MSLU)" == "1"
138__UNICOWS_LIB_p = unicows.lib
139!endif
6f628073 140!if "$(MONOLITHIC)" == "0"
0706fb23 141__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
142!endif
143!if "$(MONOLITHIC)" == "1"
25a73439
VS
144__WXLIB_MONO_p = \
145 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
146!endif
147!if "$(WXUNIV)" == "1"
148__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
149!endif
25a73439
VS
150!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
151____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 152!endif
25a73439 153!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 154____DEBUGINFO_2_p =
25a73439
VS
155!endif
156!if "$(DEBUG_INFO)" == "0"
fd9f42b6 157____DEBUGINFO_2_p =
25a73439
VS
158!endif
159!if "$(DEBUG_INFO)" == "1"
160____DEBUGINFO_2_p = /D_DEBUG
161!endif
162!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 163____DEBUGRUNTIME_2_p =
25a73439
VS
164!endif
165!if "$(DEBUG_RUNTIME_LIBS)" == "1"
166____DEBUGRUNTIME_2_p = /D_DEBUG
167!endif
168!if "$(DEBUG_RUNTIME_LIBS)" == "default"
169____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 170!endif
6f628073
VS
171
172
173all: $(OBJS)
174$(OBJS):
175 -if not exist $(OBJS) mkdir $(OBJS)
176
177### Targets: ###
178
179all: $(OBJS)\console.exe data
180
181$(OBJS)\console_console.obj: .\console.cpp
182 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**
183
184clean:
185 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
186 -if exist $(OBJS)\*.res del $(OBJS)\*.res
187 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
6f628073 188
25a73439 189$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
75a0a7b7 190 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
4e209a20 191 $(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
6f628073
VS
192<<
193
194data:
0706fb23
VS
195 if not exist $(OBJS) mkdir $(OBJS)
196 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)