File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1212/lib /freebasic /*
1313/lib64 /freebasic /*
1414/config.mk
15+ /config-post.mk
1516
1617/doc /fbdoc /fbdoc
1718/doc /makefbhelp /makefbhelp
Original file line number Diff line number Diff line change 108108# -DDISABLE_D3D10 build without DirectX 10 driver(disable D2D driver in windows)
109109#
110110# makefile variables may either be set on the make command line,
111- # or (in a more permanent way) inside a 'config.mk' file.
111+ # or (in a more permanent way) inside a 'config.mk' file before
112+ # the makefile variable set-up is evaluated. makefile variables
113+ # already defined in this makefile can also be augmented / modified
114+ # inside a 'config-post.mk' file which is included after all the
115+ # variable set-up, but before the build rules.
112116#
113117# The makefile searches the sources based on its location, but builds into
114118# the current directory. It's possible to build in a separate directory by
@@ -566,6 +570,9 @@ ifeq ($(TARGET_OS),js)
566570 RTL_LIBS += $(libdir ) /fb_shell.html
567571endif
568572
573+ # allow optionally including config-post
574+ -include config-post.mk
575+
569576#
570577# Build rules
571578#
You can’t perform that action at this time.
0 commit comments