]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/fl/makefile.vc
Ignore Borland build directory; Ignore 3 .lib files generated by DigitalMars.
[wxWidgets.git] / contrib / samples / fl / makefile.vc
... / ...
CommitLineData
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
15FL_DEMO1_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_demo1.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
19 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
20 /I.\..\..\include /DBMP_DIR=\"bitmaps/\" $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
21 $(__EXCEPTIONSFLAG_3)
22FL_DEMO1_OBJECTS = \
23 $(OBJS)\fl_demo1_fl_demo1.obj \
24 $(OBJS)\fl_demo1_fl_demo1.res
25FL_DEMO2_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_16) \
26 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_demo2.pdb $(____DEBUGRUNTIME_15_p) \
27 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
28 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
29 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
30 /I.\..\..\include /DBMP_DIR=\"bitmaps/\" $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
31 $(__EXCEPTIONSFLAG_3)
32FL_DEMO2_OBJECTS = \
33 $(OBJS)\fl_demo2_fl_demo2.obj \
34 $(OBJS)\fl_demo2_fl_demo2.res
35FL_SAMPLE1_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_29) \
36 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample1.pdb $(____DEBUGRUNTIME_28_p) \
37 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
38 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
39 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
40 /I.\..\..\include /DBMP_DIR=\"bitmaps/\" $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
41 $(__EXCEPTIONSFLAG_3)
42FL_SAMPLE1_OBJECTS = \
43 $(OBJS)\fl_sample1_fl_sample1.obj \
44 $(OBJS)\fl_sample1_fl_sample1.res
45FL_SAMPLE2_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_42) \
46 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample2.pdb $(____DEBUGRUNTIME_41_p) \
47 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
48 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
49 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
50 /I.\..\..\include /DBMP_DIR=\"bitmaps/\" $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
51 $(__EXCEPTIONSFLAG_3)
52FL_SAMPLE2_OBJECTS = \
53 $(OBJS)\fl_sample2_fl_sample2.obj \
54 $(OBJS)\fl_sample2_fl_sample2.res
55FL_SAMPLE3_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_55) \
56 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample3.pdb $(____DEBUGRUNTIME_54_p) \
57 $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
58 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
59 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
60 /I.\..\..\include /DBMP_DIR=\"bitmaps/\" $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
61 $(__EXCEPTIONSFLAG_3)
62FL_SAMPLE3_OBJECTS = \
63 $(OBJS)\fl_sample3_fl_sample3.obj \
64 $(OBJS)\fl_sample3_fl_sample3.res
65OBJS = \
66 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
67SETUPHDIR = \
68 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
69
70### Conditionally set variables: ###
71
72!if "$(SHARED)" == "0"
73LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
74!endif
75!if "$(SHARED)" == "1"
76LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
77!endif
78!if "$(USE_GUI)" == "0"
79PORTNAME = base
80!endif
81!if "$(USE_GUI)" == "1"
82PORTNAME = msw
83!endif
84!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
85WXDEBUGFLAG = d
86!endif
87!if "$(DEBUG_FLAG)" == "1"
88WXDEBUGFLAG = d
89!endif
90!if "$(SHARED)" == "1"
91WXDLLFLAG = dll
92!endif
93!if "$(UNICODE)" == "1"
94WXUNICODEFLAG = u
95!endif
96!if "$(WXUNIV)" == "1"
97WXUNIVNAME = univ
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
100__DEBUGINFO = /DEBUG
101!endif
102!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
103__DEBUGINFO =
104!endif
105!if "$(DEBUG_INFO)" == "0"
106__DEBUGINFO =
107!endif
108!if "$(DEBUG_INFO)" == "1"
109__DEBUGINFO = /DEBUG
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
112__DEBUGINFO_8 = /Zi
113!endif
114!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
115__DEBUGINFO_8 =
116!endif
117!if "$(DEBUG_INFO)" == "0"
118__DEBUGINFO_8 =
119!endif
120!if "$(DEBUG_INFO)" == "1"
121__DEBUGINFO_8 = /Zi
122!endif
123!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
124__DEBUGINFO_9 = d
125!endif
126!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
127__DEBUGINFO_9 =
128!endif
129!if "$(DEBUG_INFO)" == "0"
130__DEBUGINFO_9 =
131!endif
132!if "$(DEBUG_INFO)" == "1"
133__DEBUGINFO_9 = d
134!endif
135!if "$(DEBUG_RUNTIME_LIBS)" == "0"
136__DEBUGRUNTIME_16 =
137!endif
138!if "$(DEBUG_RUNTIME_LIBS)" == "1"
139__DEBUGRUNTIME_16 = d
140!endif
141!if "$(DEBUG_RUNTIME_LIBS)" == "default"
142__DEBUGRUNTIME_16 = $(__DEBUGINFO_9)
143!endif
144!if "$(DEBUG_RUNTIME_LIBS)" == "0"
145__DEBUGRUNTIME_29 =
146!endif
147!if "$(DEBUG_RUNTIME_LIBS)" == "1"
148__DEBUGRUNTIME_29 = d
149!endif
150!if "$(DEBUG_RUNTIME_LIBS)" == "default"
151__DEBUGRUNTIME_29 = $(__DEBUGINFO_9)
152!endif
153!if "$(DEBUG_RUNTIME_LIBS)" == "0"
154__DEBUGRUNTIME_3 =
155!endif
156!if "$(DEBUG_RUNTIME_LIBS)" == "1"
157__DEBUGRUNTIME_3 = d
158!endif
159!if "$(DEBUG_RUNTIME_LIBS)" == "default"
160__DEBUGRUNTIME_3 = $(__DEBUGINFO_9)
161!endif
162!if "$(DEBUG_RUNTIME_LIBS)" == "0"
163__DEBUGRUNTIME_42 =
164!endif
165!if "$(DEBUG_RUNTIME_LIBS)" == "1"
166__DEBUGRUNTIME_42 = d
167!endif
168!if "$(DEBUG_RUNTIME_LIBS)" == "default"
169__DEBUGRUNTIME_42 = $(__DEBUGINFO_9)
170!endif
171!if "$(DEBUG_RUNTIME_LIBS)" == "0"
172__DEBUGRUNTIME_55 =
173!endif
174!if "$(DEBUG_RUNTIME_LIBS)" == "1"
175__DEBUGRUNTIME_55 = d
176!endif
177!if "$(DEBUG_RUNTIME_LIBS)" == "default"
178__DEBUGRUNTIME_55 = $(__DEBUGINFO_9)
179!endif
180!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
181__DEBUG_DEFINE_p = /D__WXDEBUG__
182!endif
183!if "$(DEBUG_FLAG)" == "1"
184__DEBUG_DEFINE_p = /D__WXDEBUG__
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
187__DEBUG_DEFINE_p_13 = /d __WXDEBUG__
188!endif
189!if "$(DEBUG_FLAG)" == "1"
190__DEBUG_DEFINE_p_13 = /d __WXDEBUG__
191!endif
192!if "$(SHARED)" == "1"
193__DLLFLAG_p = /DWXUSINGDLL
194!endif
195!if "$(SHARED)" == "1"
196__DLLFLAG_p_12 = /d WXUSINGDLL
197!endif
198!if "$(USE_EXCEPTIONS)" == "0"
199__EXCEPTIONSFLAG =
200!endif
201!if "$(USE_EXCEPTIONS)" == "1"
202__EXCEPTIONSFLAG = /GR
203!endif
204!if "$(USE_EXCEPTIONS)" == "0"
205__EXCEPTIONSFLAG_3 =
206!endif
207!if "$(USE_EXCEPTIONS)" == "1"
208__EXCEPTIONSFLAG_3 = /GX
209!endif
210!if "$(USE_GUI)" == "1"
211__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
212!endif
213!if "$(USE_GUI)" == "1"
214__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
215!endif
216!if "$(USE_GUI)" == "1"
217__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
218!endif
219!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
220__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
221!endif
222!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
223__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
224!endif
225!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
226__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
227!endif
228!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
229__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
230!endif
231!if "$(BUILD)" == "debug"
232__OPTIMIZEFLAG = /Od
233!endif
234!if "$(BUILD)" == "release"
235__OPTIMIZEFLAG = /O2
236!endif
237!if "$(RUNTIME_LIBS)" == "dynamic"
238__RUNTIME_LIBS = D
239!endif
240!if "$(RUNTIME_LIBS)" == "static"
241__RUNTIME_LIBS = T
242!endif
243!if "$(UNICODE)" == "1"
244__UNICODE_DEFINE_p = /D_UNICODE
245!endif
246!if "$(UNICODE)" == "1"
247__UNICODE_DEFINE_p_14 = /d _UNICODE
248!endif
249!if "$(MSLU)" == "1"
250__UNICOWS_LIB_p = unicows.lib
251!endif
252!if "$(MONOLITHIC)" == "0"
253__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
254!endif
255!if "$(MONOLITHIC)" == "0"
256__WXLIB_CORE_p = \
257 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
258!endif
259!if "$(MONOLITHIC)" == "1"
260__WXLIB_MONO_p = \
261 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
262!endif
263!if "$(WXUNIV)" == "1"
264__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
265!endif
266!if "$(WXUNIV)" == "1"
267__WXUNIV_DEFINE_p_11 = /d __WXUNIVERSAL__
268!endif
269!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
270____DEBUGINFO = /d _DEBUG
271!endif
272!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
273____DEBUGINFO =
274!endif
275!if "$(DEBUG_INFO)" == "0"
276____DEBUGINFO =
277!endif
278!if "$(DEBUG_INFO)" == "1"
279____DEBUGINFO = /d _DEBUG
280!endif
281!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
282____DEBUGINFO_2 = /D_DEBUG
283!endif
284!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
285____DEBUGINFO_2 =
286!endif
287!if "$(DEBUG_INFO)" == "0"
288____DEBUGINFO_2 =
289!endif
290!if "$(DEBUG_INFO)" == "1"
291____DEBUGINFO_2 = /D_DEBUG
292!endif
293!if "$(DEBUG_RUNTIME_LIBS)" == "0"
294____DEBUGRUNTIME_15_p =
295!endif
296!if "$(DEBUG_RUNTIME_LIBS)" == "1"
297____DEBUGRUNTIME_15_p = /D_DEBUG
298!endif
299!if "$(DEBUG_RUNTIME_LIBS)" == "default"
300____DEBUGRUNTIME_15_p = $(____DEBUGINFO_2)
301!endif
302!if "$(DEBUG_RUNTIME_LIBS)" == "0"
303____DEBUGRUNTIME_15_p_1 =
304!endif
305!if "$(DEBUG_RUNTIME_LIBS)" == "1"
306____DEBUGRUNTIME_15_p_1 = /d _DEBUG
307!endif
308!if "$(DEBUG_RUNTIME_LIBS)" == "default"
309____DEBUGRUNTIME_15_p_1 = $(____DEBUGINFO)
310!endif
311!if "$(DEBUG_RUNTIME_LIBS)" == "0"
312____DEBUGRUNTIME_28_p =
313!endif
314!if "$(DEBUG_RUNTIME_LIBS)" == "1"
315____DEBUGRUNTIME_28_p = /D_DEBUG
316!endif
317!if "$(DEBUG_RUNTIME_LIBS)" == "default"
318____DEBUGRUNTIME_28_p = $(____DEBUGINFO_2)
319!endif
320!if "$(DEBUG_RUNTIME_LIBS)" == "0"
321____DEBUGRUNTIME_28_p_1 =
322!endif
323!if "$(DEBUG_RUNTIME_LIBS)" == "1"
324____DEBUGRUNTIME_28_p_1 = /d _DEBUG
325!endif
326!if "$(DEBUG_RUNTIME_LIBS)" == "default"
327____DEBUGRUNTIME_28_p_1 = $(____DEBUGINFO)
328!endif
329!if "$(DEBUG_RUNTIME_LIBS)" == "0"
330____DEBUGRUNTIME_2_p =
331!endif
332!if "$(DEBUG_RUNTIME_LIBS)" == "1"
333____DEBUGRUNTIME_2_p = /D_DEBUG
334!endif
335!if "$(DEBUG_RUNTIME_LIBS)" == "default"
336____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2)
337!endif
338!if "$(DEBUG_RUNTIME_LIBS)" == "0"
339____DEBUGRUNTIME_2_p_1 =
340!endif
341!if "$(DEBUG_RUNTIME_LIBS)" == "1"
342____DEBUGRUNTIME_2_p_1 = /d _DEBUG
343!endif
344!if "$(DEBUG_RUNTIME_LIBS)" == "default"
345____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO)
346!endif
347!if "$(DEBUG_RUNTIME_LIBS)" == "0"
348____DEBUGRUNTIME_41_p =
349!endif
350!if "$(DEBUG_RUNTIME_LIBS)" == "1"
351____DEBUGRUNTIME_41_p = /D_DEBUG
352!endif
353!if "$(DEBUG_RUNTIME_LIBS)" == "default"
354____DEBUGRUNTIME_41_p = $(____DEBUGINFO_2)
355!endif
356!if "$(DEBUG_RUNTIME_LIBS)" == "0"
357____DEBUGRUNTIME_41_p_1 =
358!endif
359!if "$(DEBUG_RUNTIME_LIBS)" == "1"
360____DEBUGRUNTIME_41_p_1 = /d _DEBUG
361!endif
362!if "$(DEBUG_RUNTIME_LIBS)" == "default"
363____DEBUGRUNTIME_41_p_1 = $(____DEBUGINFO)
364!endif
365!if "$(DEBUG_RUNTIME_LIBS)" == "0"
366____DEBUGRUNTIME_54_p =
367!endif
368!if "$(DEBUG_RUNTIME_LIBS)" == "1"
369____DEBUGRUNTIME_54_p = /D_DEBUG
370!endif
371!if "$(DEBUG_RUNTIME_LIBS)" == "default"
372____DEBUGRUNTIME_54_p = $(____DEBUGINFO_2)
373!endif
374!if "$(DEBUG_RUNTIME_LIBS)" == "0"
375____DEBUGRUNTIME_54_p_1 =
376!endif
377!if "$(DEBUG_RUNTIME_LIBS)" == "1"
378____DEBUGRUNTIME_54_p_1 = /d _DEBUG
379!endif
380!if "$(DEBUG_RUNTIME_LIBS)" == "default"
381____DEBUGRUNTIME_54_p_1 = $(____DEBUGINFO)
382!endif
383
384
385all: $(OBJS)
386$(OBJS):
387 -if not exist $(OBJS) mkdir $(OBJS)
388
389### Targets: ###
390
391all: $(OBJS)\fl_demo1.exe $(OBJS)\fl_demo2.exe $(OBJS)\fl_sample1.exe $(OBJS)\fl_sample2.exe $(OBJS)\fl_sample3.exe data_files
392
393$(OBJS)\fl_demo1_fl_demo1.obj: .\fl_demo1.cpp
394 $(CXX) /c /nologo /TP /Fo$@ $(FL_DEMO1_CXXFLAGS) $**
395
396$(OBJS)\fl_demo1_fl_demo1.res: .\fl_demo1.rc
397 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_11) $(__DEBUG_DEFINE_p_13) $(__UNICODE_DEFINE_p_14) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_12) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
398
399$(OBJS)\fl_demo2_fl_demo2.obj: .\fl_demo2.cpp
400 $(CXX) /c /nologo /TP /Fo$@ $(FL_DEMO2_CXXFLAGS) $**
401
402$(OBJS)\fl_demo2_fl_demo2.res: .\fl_demo2.rc
403 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_15_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_11) $(__DEBUG_DEFINE_p_13) $(__UNICODE_DEFINE_p_14) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_12) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
404
405$(OBJS)\fl_sample1_fl_sample1.obj: .\fl_sample1.cpp
406 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE1_CXXFLAGS) $**
407
408$(OBJS)\fl_sample1_fl_sample1.res: .\fl_sample1.rc
409 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_28_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_11) $(__DEBUG_DEFINE_p_13) $(__UNICODE_DEFINE_p_14) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_12) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
410
411$(OBJS)\fl_sample2_fl_sample2.obj: .\fl_sample2.cpp
412 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE2_CXXFLAGS) $**
413
414$(OBJS)\fl_sample2_fl_sample2.res: .\fl_sample2.rc
415 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_41_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_11) $(__DEBUG_DEFINE_p_13) $(__UNICODE_DEFINE_p_14) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_12) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
416
417$(OBJS)\fl_sample3_fl_sample3.obj: .\fl_sample3.cpp
418 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE3_CXXFLAGS) $**
419
420$(OBJS)\fl_sample3_fl_sample3.res: .\fl_sample3.rc
421 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_54_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_11) $(__DEBUG_DEFINE_p_13) $(__UNICODE_DEFINE_p_14) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_12) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
422
423clean:
424 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
425 -if exist $(OBJS)\*.res del $(OBJS)\*.res
426 -if exist $(OBJS)\fl_demo1.exe del $(OBJS)\fl_demo1.exe
427 -if exist $(OBJS)\fl_demo1.ilk del $(OBJS)\fl_demo1.ilk
428 -if exist $(OBJS)\fl_demo1.pdb del $(OBJS)\fl_demo1.pdb
429 -if exist $(OBJS)\fl_demo2.exe del $(OBJS)\fl_demo2.exe
430 -if exist $(OBJS)\fl_demo2.ilk del $(OBJS)\fl_demo2.ilk
431 -if exist $(OBJS)\fl_demo2.pdb del $(OBJS)\fl_demo2.pdb
432 -if exist $(OBJS)\fl_sample1.exe del $(OBJS)\fl_sample1.exe
433 -if exist $(OBJS)\fl_sample1.ilk del $(OBJS)\fl_sample1.ilk
434 -if exist $(OBJS)\fl_sample1.pdb del $(OBJS)\fl_sample1.pdb
435 -if exist $(OBJS)\fl_sample2.exe del $(OBJS)\fl_sample2.exe
436 -if exist $(OBJS)\fl_sample2.ilk del $(OBJS)\fl_sample2.ilk
437 -if exist $(OBJS)\fl_sample2.pdb del $(OBJS)\fl_sample2.pdb
438 -if exist $(OBJS)\fl_sample3.exe del $(OBJS)\fl_sample3.exe
439 -if exist $(OBJS)\fl_sample3.ilk del $(OBJS)\fl_sample3.ilk
440 -if exist $(OBJS)\fl_sample3.pdb del $(OBJS)\fl_sample3.pdb
441
442data_files:
443 if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps
444 for %f in (bookmarks.bmp class_icon.bmp class_icon1.bmp copy.bmp cut.bmp file_icon.bmp folder_icon.bmp help_icon.bmp new.bmp nextmark.bmp open.bmp paste.bmp prevmark.bmp res_icon.bmp save.bmp saveall.bmp search.bmp start95_dp.bmp start95_pr.bmp tile.bmp) do if not exist $(OBJS)\bitmaps\%f copy .\bitmaps\%f $(OBJS)\bitmaps
445
446$(OBJS)\fl_demo1.exe: $(FL_DEMO1_OBJECTS) $(OBJS)\fl_demo1_fl_demo1.res
447 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
448 $(FL_DEMO1_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.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 oleacc.lib
449<<
450
451$(OBJS)\fl_demo2.exe: $(FL_DEMO2_OBJECTS) $(OBJS)\fl_demo2_fl_demo2.res
452 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
453 $(FL_DEMO2_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.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 oleacc.lib
454<<
455
456$(OBJS)\fl_sample1.exe: $(FL_SAMPLE1_OBJECTS) $(OBJS)\fl_sample1_fl_sample1.res
457 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
458 $(FL_SAMPLE1_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.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 oleacc.lib
459<<
460
461$(OBJS)\fl_sample2.exe: $(FL_SAMPLE2_OBJECTS) $(OBJS)\fl_sample2_fl_sample2.res
462 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
463 $(FL_SAMPLE2_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.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 oleacc.lib
464<<
465
466$(OBJS)\fl_sample3.exe: $(FL_SAMPLE3_OBJECTS) $(OBJS)\fl_sample3_fl_sample3.res
467 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
468 $(FL_SAMPLE3_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.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 oleacc.lib
469<<