2003-07-19 20:06:37 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-25 08:38:48 -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!
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
!ifndef BCCDIR
|
|
|
|
BCCDIR = $(MAKEDIR)\..
|
|
|
|
!endif
|
|
|
|
|
2003-08-06 18:44:22 -04:00
|
|
|
!include ../../build/msw/config.bcc
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
!if "$(BCCDIR)" == "\.."
|
|
|
|
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
|
|
|
|
!endif
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
MAKEARGS =
|
2003-08-06 18:44:22 -04:00
|
|
|
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2003-08-07 19:01:52 -04:00
|
|
|
all: styles 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
|
|
|
|
|
|
|
|
styles:
|
|
|
|
cd styles
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
wxedit:
|
|
|
|
cd wxedit
|
|
|
|
$(MAKE) -f makefile.bcc $(MAKEARGS) all
|
|
|
|
cd ..
|