]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/makefile.vc
(should) fix unix compilation...
[wxWidgets.git] / samples / html / makefile.vc
... / ...
CommitLineData
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
15MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
16 LDFLAGS="$(LDFLAGS)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
17 USE_GUI="$(USE_GUI)" MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
18 USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
19 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" \
20 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
21 RUNTIME_LIBS="$(RUNTIME_LIBS)" CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" \
22 SHARED="$(SHARED)" USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
23
24### Conditionally set variables: ###
25
26
27
28### Targets: ###
29
30all: sub_about sub_help sub_helpview sub_printing sub_test sub_virtual sub_widget sub_zip
31
32sub_about:
33 cd about
34 $(MAKE) -f makefile.vc $(MAKEARGS) all
35 cd $(MAKEDIR)
36
37clean:
38 -if exist .\*.obj del .\*.obj
39 -if exist .\*.res del .\*.res
40
41sub_help:
42 cd help
43 $(MAKE) -f makefile.vc $(MAKEARGS) all
44 cd $(MAKEDIR)
45
46sub_helpview:
47 cd helpview
48 $(MAKE) -f makefile.vc $(MAKEARGS) all
49 cd $(MAKEDIR)
50
51sub_printing:
52 cd printing
53 $(MAKE) -f makefile.vc $(MAKEARGS) all
54 cd $(MAKEDIR)
55
56sub_test:
57 cd test
58 $(MAKE) -f makefile.vc $(MAKEARGS) all
59 cd $(MAKEDIR)
60
61sub_virtual:
62 cd virtual
63 $(MAKE) -f makefile.vc $(MAKEARGS) all
64 cd $(MAKEDIR)
65
66sub_widget:
67 cd widget
68 $(MAKE) -f makefile.vc $(MAKEARGS) all
69 cd $(MAKEDIR)
70
71sub_zip:
72 cd zip
73 $(MAKE) -f makefile.vc $(MAKEARGS) all
74 cd $(MAKEDIR)