Forráskód Böngészése

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

pierre 25 éve
szülő
commit
b5ac159ce9
2 módosított fájl, 242 hozzáadás és 453 törlés
  1. 240 453
      compiler/Makefile
  2. 2 0
      compiler/Makefile.fpc

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott