2003-07-19 20:06:37 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-20 13:37:15 -04:00
|
|
|
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
|
2003-07-19 20:06:37 -04:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
2003-08-06 18:44:22 -04:00
|
|
|
!include <../../build/msw/config.vc>
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
all: sub_styles sub_wxedit
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
clean:
|
2003-08-07 19:01:52 -04:00
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
|
|
|
|
sub_styles:
|
|
|
|
cd styles
|
|
|
|
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
|
|
|
|
cd $(MAKEDIR)
|
|
|
|
|
|
|
|
sub_wxedit:
|
|
|
|
cd wxedit
|
|
|
|
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
|
|
|
|
cd $(MAKEDIR)
|