]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/makefile.wat
moved XML classes to the core
[wxWidgets.git] / samples / makefile.wat
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include ../build/config.wat
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13# Speed up compilation a bit:
14!ifdef __LOADDLL__
15! loaddll wcc wccd
16! loaddll wccaxp wccdaxp
17! loaddll wcc386 wccd386
18! loaddll wpp wppdi86
19! loaddll wppaxp wppdaxp
20! loaddll wpp386 wppd386
21! loaddll wlink wlink
22! loaddll wlib wlibd
23!endif
24
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30__console___depname =
31!ifeq USE_GUI 0
32__console___depname = console
33!endif
34
35### Variables: ###
36
37
38
39
40### Targets: ###
41
42all : .SYMBOLIC artprov $(__console___depname) dialogs image minimal
43
44artprov : .SYMBOLIC
45 cd artprov
46 wmake $(__MAKEOPTS__) all
47 cd $(WATCOM_CWD)
48
49clean : .SYMBOLIC
50 -if exist .\*.obj del .\*.obj
51 -if exist .\*.res del .\*.res
52 -if exist .\*.lbc del .\*.lbc
53 -if exist .\*.ilk del .\*.ilk
54
55!ifeq USE_GUI 0
56console : .SYMBOLIC
57 cd console
58 wmake $(__MAKEOPTS__) all
59 cd $(WATCOM_CWD)
60!endif
61
62dialogs : .SYMBOLIC
63 cd dialogs
64 wmake $(__MAKEOPTS__) all
65 cd $(WATCOM_CWD)
66
67image : .SYMBOLIC
68 cd image
69 wmake $(__MAKEOPTS__) all
70 cd $(WATCOM_CWD)
71
72minimal : .SYMBOLIC
73 cd minimal
74 wmake $(__MAKEOPTS__) all
75 cd $(WATCOM_CWD)