mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
nsis-20040805
Correct missing debug conditional
This commit is contained in:
parent
fd297f88e4
commit
0ce0ec8586
@ -792,8 +792,6 @@ skipCheck:
|
||||
File "${AFS_SERVER_BUILDDIR}\afskasadmin.dll"
|
||||
File "${AFS_SERVER_BUILDDIR}\afsptsadmin.dll"
|
||||
|
||||
!ifdef DEBUG
|
||||
!endif
|
||||
SetOutPath "$INSTDIR\Common"
|
||||
Call AFSLangFiles
|
||||
|
||||
@ -1628,7 +1626,7 @@ StartRemove:
|
||||
Delete /REBOOTOK "$INSTDIR\Common\afscfgadmin.pdb"
|
||||
Delete /REBOOTOK "$INSTDIR\Common\afskasadmin.pdb"
|
||||
Delete /REBOOTOK "$INSTDIR\Common\afsptsadmin.pdb"
|
||||
|
||||
!IFDEF DEBUG
|
||||
!IFDEF CL_1310
|
||||
Delete /REBOOTOK "$INSTDIR\bin\msvcr71d.dll"
|
||||
Delete /REBOOTOK "$INSTDIR\bin\msvcr71d.pdb"
|
||||
@ -1652,6 +1650,7 @@ StartRemove:
|
||||
Delete /REBOOTOK "$INSTDIR\bin\msvcrtd.dll"
|
||||
Delete /REBOOTOK "$INSTDIR\bin\msvcrtd.pdb"
|
||||
!ENDIF
|
||||
!ENDIF
|
||||
!ELSE
|
||||
!IFDEF CL_1310
|
||||
Delete /REBOOTOK "$INSTDIR\bin\mfc71.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user