removed old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)
[wxWidgets.git] / utils / makefile.vc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.3 (http://www.bakefile.org)
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)" CPP="$(CPP)" SHARED="$(SHARED)" \
17         WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18         TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \
19         DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \
20         MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
21         USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
22         USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
23         USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
24         USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
25         USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
26         OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
27         WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
28         CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
29         RUNTIME_LIBS="$(RUNTIME_LIBS)"
30
31 ### Conditionally set variables: ###
32
33
34
35 ### Targets: ###
36
37 all: sub_emulator sub_helpview sub_ifacecheck
38
39 clean: 
40         -if exist .\*.obj del .\*.obj
41         -if exist .\*.res del .\*.res
42         -if exist .\*.pch del .\*.pch
43         cd emulator\src
44         $(MAKE) -f makefile.vc $(MAKEARGS) clean
45         cd "$(MAKEDIR)"
46         cd helpview\src
47         $(MAKE) -f makefile.vc $(MAKEARGS) clean
48         cd "$(MAKEDIR)"
49         cd ifacecheck\src
50         $(MAKE) -f makefile.vc $(MAKEARGS) clean
51         cd "$(MAKEDIR)"
52
53 sub_emulator: 
54         cd emulator\src
55         $(MAKE) -f makefile.vc $(MAKEARGS) all
56         cd "$(MAKEDIR)"
57
58 sub_helpview: 
59         cd helpview\src
60         $(MAKE) -f makefile.vc $(MAKEARGS) all
61         cd "$(MAKEDIR)"
62
63 sub_ifacecheck: 
64         cd ifacecheck\src
65         $(MAKE) -f makefile.vc $(MAKEARGS) all
66         cd "$(MAKEDIR)"
67