Browse Source

* Second try to fix bug ID #10117

git-svn-id: trunk@9591 -
michael 17 years ago
parent
commit
c22909a1f8
2 changed files with 4 additions and 4 deletions
  1. 2 2
      packages/fcl-base/Makefile
  2. 2 2
      packages/fcl-base/Makefile.fpc

+ 2 - 2
packages/fcl-base/Makefile

@@ -561,10 +561,10 @@ ifeq ($(FULL_TARGET),powerpc64-embedded)
 override TARGET_RSTS+=cachecls custapp cgiapp eventlog registry streamcoll inicol
 endif
 ifeq ($(FULL_TARGET),i386-win32)
-override INSTALL_FILES+=fclel.res
+override INSTALL_FILES+=src/win/fclel.res
 endif
 ifeq ($(FULL_TARGET),x86_64-win64)
-override INSTALL_FILES+=fclel.res
+override INSTALL_FILES+=src/win/fclel.res
 endif
 override INSTALL_FPCPACKAGE=y
 ifeq ($(FULL_TARGET),i386-linux)

+ 2 - 2
packages/fcl-base/Makefile.fpc

@@ -49,8 +49,8 @@ sourcedir=src/$(OS_TARGET) src/inc
 
 [install]
 fpcpackage=y
-files_win32=fclel.res
-files_win64=fclel.res
+files_win32=src/win/fclel.res
+files_win64=src/win/fclel.res
 
 [default]
 fpcdir=../..