]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.vc
Baked files with Bakefile 0.1.1 using Python 2.3
[wxWidgets.git] / samples / opengl / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = CPPFLAGS="$(CPPFLAGS)" MONOLITHIC="$(MONOLITHIC)" \
16 CXXFLAGS="$(CXXFLAGS)" VENDOR="$(VENDOR)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
17 LDFLAGS="$(LDFLAGS)" USE_OPENGL="$(USE_OPENGL)" DEBUG_FLAG="$(DEBUG_FLAG)" \
18 UNICODE="$(UNICODE)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
19 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" \
20 DEBUG_INFO="$(DEBUG_INFO)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
21 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
22 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
23 USE_ODBC="$(USE_ODBC)"
24
25 ### Conditionally set variables: ###
26
27
28
29 ### Targets: ###
30
31 all: sub_cube sub_isosurf sub_penguin
32
33 clean:
34 -if exist .\*.obj del .\*.obj
35 -if exist .\*.res del .\*.res
36
37 sub_cube:
38 cd cube
39 $(MAKE) -f makefile.vc $(MAKEARGS) all
40 cd $(MAKEDIR)
41
42 sub_isosurf:
43 cd isosurf
44 $(MAKE) -f makefile.vc $(MAKEARGS) all
45 cd $(MAKEDIR)
46
47 sub_penguin:
48 cd penguin
49 $(MAKE) -f makefile.vc $(MAKEARGS) all
50 cd $(MAKEDIR)