]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/makefile.bcc
reset deferred position/size if the window was moved immediately (#10073)
[wxWidgets.git] / utils / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.4 (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
13BCCDIR = $(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
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
27 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
28 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
29 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
30 -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \
31 -DUSE_AUI="$(USE_AUI)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
32 -DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
33 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
34 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
35 -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \
36 -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
37 -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
38 -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
39 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
40
41### Conditionally set variables: ###
42
43
44
45### Targets: ###
46
47all: emulator helpview hhp2cached ifacecheck screenshotgen
48
49clean:
50 -if exist .\*.obj del .\*.obj
51 -if exist .\*.res del .\*.res
52 -if exist .\*.csm del .\*.csm
53 @echo cd emulator\src >emulator.bat
54 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat
55 call emulator.bat
56 @del emulator.bat
57 @echo cd helpview\src >helpview.bat
58 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
59 call helpview.bat
60 @del helpview.bat
61 @echo cd hhp2cached >hhp2cached.bat
62 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>hhp2cached.bat
63 call hhp2cached.bat
64 @del hhp2cached.bat
65 @echo cd ifacecheck\src >ifacecheck.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ifacecheck.bat
67 call ifacecheck.bat
68 @del ifacecheck.bat
69 @echo cd screenshotgen\src >screenshotgen.bat
70 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>screenshotgen.bat
71 call screenshotgen.bat
72 @del screenshotgen.bat
73
74emulator:
75 @echo cd emulator\src >emulator.bat
76 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>emulator.bat
77 call emulator.bat
78 @del emulator.bat
79
80helpview:
81 @echo cd helpview\src >helpview.bat
82 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
83 call helpview.bat
84 @del helpview.bat
85
86hhp2cached:
87 @echo cd hhp2cached >hhp2cached.bat
88 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>hhp2cached.bat
89 call hhp2cached.bat
90 @del hhp2cached.bat
91
92ifacecheck:
93 @echo cd ifacecheck\src >ifacecheck.bat
94 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ifacecheck.bat
95 call ifacecheck.bat
96 @del ifacecheck.bat
97
98screenshotgen:
99 @echo cd screenshotgen\src >screenshotgen.bat
100 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>screenshotgen.bat
101 call screenshotgen.bat
102 @del screenshotgen.bat
103