-
Notifications
You must be signed in to change notification settings - Fork 1
Build Configuration Files
Dale edited this page Mar 4, 2022
·
1 revision
To compile correctly the compiler needs to be told which fabm components to include. These changes are in the build configuration files in the mk directory. These changes are:
diff mk/bld.cfg
@@ Line 56 @@
+ bld::excl_dep use::fabm
+ bld::excl_dep use::fabm_config
+ bld::excl_dep use::fabm_types
+ bld::excl_dep use::fabm_version
diff mk/bldxag.cfg
@@ Line 56 @@
+ bld::excl_dep use::fabm
+ bld::excl_dep use::fabm_types
+ bld::excl_dep use::fabm_driver
+ bld::excl_dep use::fabm_version