]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.bcc
do all tests using C++ compiler, this should fix all problems due to testing with...
[wxWidgets.git] / samples / opengl / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.0 (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 -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_XRC="$(USE_XRC)" \
31 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
32 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
33 -DUSE_THREADS="$(USE_THREADS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
34 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
35 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
36 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
37 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
38
39 ### Conditionally set variables: ###
40
41
42
43 ### Targets: ###
44
45 all: cube isosurf penguin
46
47 clean:
48 -if exist .\*.obj del .\*.obj
49 -if exist .\*.res del .\*.res
50 -if exist .\*.csm del .\*.csm
51 @echo cd cube >cube.bat
52 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>cube.bat
53 call cube.bat
54 @del cube.bat
55 @echo cd isosurf >isosurf.bat
56 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>isosurf.bat
57 call isosurf.bat
58 @del isosurf.bat
59 @echo cd penguin >penguin.bat
60 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>penguin.bat
61 call penguin.bat
62 @del penguin.bat
63
64 cube:
65 @echo cd cube >cube.bat
66 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>cube.bat
67 call cube.bat
68 @del cube.bat
69
70 isosurf:
71 @echo cd isosurf >isosurf.bat
72 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>isosurf.bat
73 call isosurf.bat
74 @del isosurf.bat
75
76 penguin:
77 @echo cd penguin >penguin.bat
78 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>penguin.bat
79 call penguin.bat
80 @del penguin.bat
81