소스 검색

--- Merging r19808 into '.':
U utils/fpcm/fpcmake.ini
U utils/fpcm/fpcmake.inc
G .

git-svn-id: tags/release_2_6_0@19809 -

marco 13 년 전
부모
커밋
bab73c67c7
2개의 변경된 파일268개의 추가작업 그리고 270개의 파일을 삭제
  1. 264 267
      utils/fpcm/fpcmake.inc
  2. 4 3
      utils/fpcm/fpcmake.ini

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 264 - 267
utils/fpcm/fpcmake.inc


+ 4 - 3
utils/fpcm/fpcmake.ini

@@ -1019,8 +1019,6 @@ SHAREDLIBEXT=.so
 SHORTSUFFIX=wii
 endif
 
-endif
-
 # For 8.3 limited OS's the short suffixes
 # Otherwise use the full source/target names
 ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
@@ -1117,8 +1115,11 @@ ifndef UPXPROG
 ifeq ($(OS_TARGET),go32v2)
 UPXPROG:=1
 endif
+# today's harddisks are large enough so using upx
+# makes no sense especially because it causes
+# some trouble, see e.g. #20772
 ifeq ($(OS_TARGET),win32)
-UPXPROG:=1
+UPXPROG:=
 endif
 ifdef UPXPROG
 UPXPROG:=$(strip $(wildcard $(addsuffix /upx$(SRCEXEEXT),$(SEARCHPATH))))

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