wxWidgets/samples/html/makefile.vc
Václav Slavík fd9f42b6a9 regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-06 22:44:22 +00:00

67 lines
1.4 KiB
Plaintext

# =========================================================================
# This makefile was generated by
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
!include <../../build/msw/config.vc>
# -------------------------------------------------------------------------
# Do not modify the rest of this file!
# -------------------------------------------------------------------------
### Variables: ###
### Conditionally set variables: ###
### Targets: ###
all: sub_about sub_help sub_helpview sub_printing sub_test sub_virtual sub_widget sub_zip
sub_about:
cd about
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
sub_help:
cd help
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_helpview:
cd helpview
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_printing:
cd printing
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_test:
cd test
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_virtual:
cd virtual
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_widget:
cd widget
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)
sub_zip:
cd zip
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
cd $(MAKEDIR)