5d5591816d
Fix the bug introduced in ec0734f96f
(Install DLLs in bindir, not
libdir, when using MSW toolchains, 2021-01-09): the directory where the
DLLs were installed wasn't created any more, resulting in errors if it
didn't exist.
Update to latest bakefile version adding the missing mkdir command to
fix this and also use a released bakefile version for the wx makefiles.
Regenerate configure to match the new version.
See #14601.
87 lines
2.6 KiB
Plaintext
87 lines
2.6 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.13 (http://www.bakefile.org)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
!include <../build/msw/config.vc>
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Do not modify the rest of this file!
|
|
# -------------------------------------------------------------------------
|
|
|
|
### Variables: ###
|
|
|
|
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
|
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
|
TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" \
|
|
UNICODE="$(UNICODE)" BUILD="$(BUILD)" TARGET_CPU="$(TARGET_CPU)" \
|
|
VISUALSTUDIOVERSION="$(VISUALSTUDIOVERSION)" \
|
|
VISUALSTUDIOPLATFORM="$(VISUALSTUDIOPLATFORM)" DEBUG_INFO="$(DEBUG_INFO)" \
|
|
DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \
|
|
MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
|
|
USE_WEBVIEW="$(USE_WEBVIEW)" USE_MEDIA="$(USE_MEDIA)" USE_XML="$(USE_XML)" \
|
|
USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" USE_RIBBON="$(USE_RIBBON)" \
|
|
USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
|
|
USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
|
USE_DPI_AWARE_MANIFEST="$(USE_DPI_AWARE_MANIFEST)" \
|
|
USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \
|
|
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
|
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
|
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
all: sub_bombs sub_forty sub_fractal sub_life sub_poem
|
|
|
|
clean:
|
|
-if exist .\*.obj del .\*.obj
|
|
-if exist .\*.res del .\*.res
|
|
-if exist .\*.pch del .\*.pch
|
|
cd bombs
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd forty
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd fractal
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd life
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd poem
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_bombs:
|
|
cd bombs
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_forty:
|
|
cd forty
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_fractal:
|
|
cd fractal
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_life:
|
|
cd life
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_poem:
|
|
cd poem
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|