소스 검색

* 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.