|
From: <jgr...@us...> - 2003-10-08 17:12:50
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv997
Modified Files:
installer.nsi
Log Message:
Remove the need for the Win32 perl modules since we don't use them
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** installer.nsi 8 Oct 2003 11:34:04 -0000 1.131
--- installer.nsi 8 Oct 2003 17:12:43 -0000 1.132
***************
*** 115,119 ****
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.0 (CORPUS BACKUP)"
!define C_README "v0.20.0.change"
--- 115,119 ----
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.0RC3"
!define C_README "v0.20.0.change"
***************
*** 764,773 ****
File "${C_PERL_DIR}\lib\warnings\register.pm"
- SetOutPath $INSTDIR\Win32
- File "${C_PERL_DIR}\site\lib\Win32\API.pm"
-
- SetOutPath $INSTDIR\Win32\API
- File "${C_PERL_DIR}\site\lib\Win32\API\*.pm"
-
SetOutPath $INSTDIR\auto\DynaLoader
File "${C_PERL_DIR}\lib\auto\DynaLoader\*"
--- 764,767 ----
***************
*** 793,799 ****
File "${C_PERL_DIR}\lib\auto\Sys\Hostname\*"
- SetOutPath $INSTDIR\auto\Win32\API
- File "${C_PERL_DIR}\site\lib\auto\Win32\API\*"
-
; Install Perl modules and library files for BerkeleyDB support
--- 787,790 ----
***************
*** 2678,2682 ****
RMDir /r "$INSTDIR\Text"
RMDir /r "$INSTDIR\warnings"
- RMDir /r "$INSTDIR\Win32"
Delete "$INSTDIR\Uninstall.exe"
--- 2669,2672 ----
|