]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.bcc
Don't use GetThreadId() in wxMSW code.
[wxWidgets.git] / samples / html / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
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 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT="$(TOOLKIT)" \
27 -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" -DWXUNIV="$(WXUNIV)" \
28 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
29 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
30 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
31 -DUSE_HTML="$(USE_HTML)" -DUSE_WEBVIEW="$(USE_WEBVIEW)" \
32 -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" -DUSE_AUI="$(USE_AUI)" \
33 -DUSE_RIBBON="$(USE_RIBBON)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
34 -DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
35 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
36 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
37 -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
38 -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
39 -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
40 -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
41 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
42
43 ### Conditionally set variables: ###
44
45
46
47 ### Targets: ###
48
49 all: about help helpview printing test virtual widget zip
50
51 clean:
52 -if exist .\*.obj del .\*.obj
53 -if exist .\*.res del .\*.res
54 -if exist .\*.csm del .\*.csm
55 @echo cd about >about.bat
56 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
57 call about.bat
58 @del about.bat
59 @echo cd help >help.bat
60 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
61 call help.bat
62 @del help.bat
63 @echo cd helpview >helpview.bat
64 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
65 call helpview.bat
66 @del helpview.bat
67 @echo cd printing >printing.bat
68 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
69 call printing.bat
70 @del printing.bat
71 @echo cd test >test.bat
72 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
73 call test.bat
74 @del test.bat
75 @echo cd virtual >virtual.bat
76 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
77 call virtual.bat
78 @del virtual.bat
79 @echo cd widget >widget.bat
80 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
81 call widget.bat
82 @del widget.bat
83 @echo cd zip >zip.bat
84 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
85 call zip.bat
86 @del zip.bat
87
88 about:
89 @echo cd about >about.bat
90 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
91 call about.bat
92 @del about.bat
93
94 help:
95 @echo cd help >help.bat
96 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
97 call help.bat
98 @del help.bat
99
100 helpview:
101 @echo cd helpview >helpview.bat
102 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
103 call helpview.bat
104 @del helpview.bat
105
106 printing:
107 @echo cd printing >printing.bat
108 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
109 call printing.bat
110 @del printing.bat
111
112 test:
113 @echo cd test >test.bat
114 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
115 call test.bat
116 @del test.bat
117
118 virtual:
119 @echo cd virtual >virtual.bat
120 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
121 call virtual.bat
122 @del virtual.bat
123
124 widget:
125 @echo cd widget >widget.bat
126 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
127 call widget.bat
128 @del widget.bat
129
130 zip:
131 @echo cd zip >zip.bat
132 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
133 call zip.bat
134 @del zip.bat
135