Browse Source

* fix the windows unit import problem by forcing smart linking for win32

pierre 25 years ago
parent
commit
b5ac159ce9
2 changed files with 242 additions and 453 deletions
  1. 240 453
      compiler/Makefile
  2. 2 0
      compiler/Makefile.fpc

File diff suppressed because it is too large
+ 240 - 453
compiler/Makefile


+ 2 - 0
compiler/Makefile.fpc

@@ -100,6 +100,8 @@ ifeq ($(OS_TARGET),win32)
 ifdef CMP
 override DIFF:=$(CMP) -i138
 endif
+# force try to smartlink for windows unit
+override COMPILER+=-XX
 endif
 
 # Used to avoid unnecessary steps in remake3

Some files were not shown because too many files changed in this diff