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 12
12
/lib /freebasic /*
13
13
/lib64 /freebasic /*
14
14
/config.mk
15
+ /config-post.mk
15
16
16
17
/doc /fbdoc /fbdoc
17
18
/doc /makefbhelp /makefbhelp
Original file line number Diff line number Diff line change 108
108
# -DDISABLE_D3D10 build without DirectX 10 driver(disable D2D driver in windows)
109
109
#
110
110
# 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.
112
116
#
113
117
# The makefile searches the sources based on its location, but builds into
114
118
# the current directory. It's possible to build in a separate directory by
@@ -566,6 +570,9 @@ ifeq ($(TARGET_OS),js)
566
570
RTL_LIBS += $(libdir ) /fb_shell.html
567
571
endif
568
572
573
+ # allow optionally including config-post
574
+ -include config-post.mk
575
+
569
576
#
570
577
# Build rules
571
578
#
You can’t perform that action at this time.
0 commit comments