]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/makefile.vc
Update the wx-config man page.
[wxWidgets.git] / samples / opengl / makefile.vc
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 !include <../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \
17 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
19 DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
20 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_XRC="$(USE_XRC)" \
21 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
22 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
23 VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \
24 WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
25 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
26 RUNTIME_LIBS="$(RUNTIME_LIBS)"
27
28 ### Conditionally set variables: ###
29
30
31
32 ### Targets: ###
33
34 all: sub_cube sub_isosurf sub_penguin
35
36 clean:
37 -if exist .\*.obj del .\*.obj
38 -if exist .\*.res del .\*.res
39 cd cube
40 $(MAKE) -f makefile.vc $(MAKEARGS) clean
41 cd $(MAKEDIR)
42 cd isosurf
43 $(MAKE) -f makefile.vc $(MAKEARGS) clean
44 cd $(MAKEDIR)
45 cd penguin
46 $(MAKE) -f makefile.vc $(MAKEARGS) clean
47 cd $(MAKEDIR)
48
49 sub_cube:
50 cd cube
51 $(MAKE) -f makefile.vc $(MAKEARGS) all
52 cd $(MAKEDIR)
53
54 sub_isosurf:
55 cd isosurf
56 $(MAKE) -f makefile.vc $(MAKEARGS) all
57 cd $(MAKEDIR)
58
59 sub_penguin:
60 cd penguin
61 $(MAKE) -f makefile.vc $(MAKEARGS) all
62 cd $(MAKEDIR)