]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.bcc
Get the stock label when stock ID is used with empty label in Create()
[wxWidgets.git] / samples / html / makefile.bcc
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 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
27 -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
28 -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
29 -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" -DUSE_XRC="$(USE_XRC)" \
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
32 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
33 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
34 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
35 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
36
37 ### Conditionally set variables: ###
38
39
40
41 ### Targets: ###
42
43 all: about help helpview printing test virtual widget zip
44
45 clean:
46 -if exist .\*.obj del .\*.obj
47 -if exist .\*.res del .\*.res
48 @echo cd about >about.bat
49 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
50 call about.bat
51 @del about.bat
52 @echo cd help >help.bat
53 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
54 call help.bat
55 @del help.bat
56 @echo cd helpview >helpview.bat
57 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
58 call helpview.bat
59 @del helpview.bat
60 @echo cd printing >printing.bat
61 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
62 call printing.bat
63 @del printing.bat
64 @echo cd test >test.bat
65 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
66 call test.bat
67 @del test.bat
68 @echo cd virtual >virtual.bat
69 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
70 call virtual.bat
71 @del virtual.bat
72 @echo cd widget >widget.bat
73 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
74 call widget.bat
75 @del widget.bat
76 @echo cd zip >zip.bat
77 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
78 call zip.bat
79 @del zip.bat
80
81 about:
82 @echo cd about >about.bat
83 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
84 call about.bat
85 @del about.bat
86
87 help:
88 @echo cd help >help.bat
89 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
90 call help.bat
91 @del help.bat
92
93 helpview:
94 @echo cd helpview >helpview.bat
95 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
96 call helpview.bat
97 @del helpview.bat
98
99 printing:
100 @echo cd printing >printing.bat
101 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
102 call printing.bat
103 @del printing.bat
104
105 test:
106 @echo cd test >test.bat
107 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
108 call test.bat
109 @del test.bat
110
111 virtual:
112 @echo cd virtual >virtual.bat
113 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
114 call virtual.bat
115 @del virtual.bat
116
117 widget:
118 @echo cd widget >widget.bat
119 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
120 call widget.bat
121 @del widget.bat
122
123 zip:
124 @echo cd zip >zip.bat
125 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
126 call zip.bat
127 @del zip.bat