ソースを参照

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

pierre 25 年 前
コミット
b5ac159ce9
2 ファイル変更242 行追加453 行削除
  1. 240 453
      compiler/Makefile
  2. 2 0
      compiler/Makefile.fpc

ファイルの差分が大きいため隠しています
+ 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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません