]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.vc
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / samples / html / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include <../../build/msw/config.vc>
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
69ada15b
DE
15MAKEARGS = 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)" \
b71531ad 21 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
69ada15b
DE
22 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
23 USE_ODBC="$(USE_ODBC)"
250700e4
RD
24
25### Conditionally set variables: ###
26
27
28
29### Targets: ###
30
fd9f42b6 31all: sub_about sub_help sub_helpview sub_printing sub_test sub_virtual sub_widget sub_zip
250700e4 32
fd9f42b6 33sub_about:
250700e4 34 cd about
75a0a7b7 35 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
36 cd $(MAKEDIR)
37
38clean:
39 -if exist .\*.obj del .\*.obj
40 -if exist .\*.res del .\*.res
41
fd9f42b6 42sub_help:
250700e4 43 cd help
75a0a7b7 44 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
45 cd $(MAKEDIR)
46
fd9f42b6 47sub_helpview:
250700e4 48 cd helpview
75a0a7b7 49 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
50 cd $(MAKEDIR)
51
fd9f42b6 52sub_printing:
250700e4 53 cd printing
75a0a7b7 54 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
55 cd $(MAKEDIR)
56
fd9f42b6 57sub_test:
250700e4 58 cd test
75a0a7b7 59 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
60 cd $(MAKEDIR)
61
fd9f42b6 62sub_virtual:
250700e4 63 cd virtual
75a0a7b7 64 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
65 cd $(MAKEDIR)
66
fd9f42b6 67sub_widget:
250700e4 68 cd widget
75a0a7b7 69 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4
RD
70 cd $(MAKEDIR)
71
fd9f42b6 72sub_zip:
250700e4 73 cd zip
75a0a7b7 74 $(MAKE) -f makefile.vc $(MAKEARGS) all
250700e4 75 cd $(MAKEDIR)