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: ###
|
|
|
|
|
2003-08-15 18:08:13 -04:00
|
|
|
MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
|
|
|
|
LDFLAGS="$(LDFLAGS)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
|
|
|
|
USE_GUI="$(USE_GUI)" MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
|
|
|
|
USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
|
|
|
|
VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
|
|
|
|
MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
|
|
|
|
CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
|
|
|
|
USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
### 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
|
2003-08-15 18:08:13 -04:00
|
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
2003-08-07 19:01:52 -04:00
|
|
|
cd $(MAKEDIR)
|
|
|
|
|
|
|
|
sub_wxedit:
|
|
|
|
cd wxedit
|
2003-08-15 18:08:13 -04:00
|
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
2003-08-07 19:01:52 -04:00
|
|
|
cd $(MAKEDIR)
|