if KFW is enabled, we need to temporarily copy the two required DLLs to the build directory since they are required during the build

svn path=/trunk/; revision=18839
This commit is contained in:
Ronnie Sahlberg 2006-08-05 04:41:42 +00:00
parent db179bb768
commit 02002f6ef6
1 changed files with 4 additions and 0 deletions

View File

@ -677,6 +677,10 @@ install-required-deps:
!IFDEF PCRE_DIR
xcopy $(PCRE_DIR)\bin\pcre.dll . /d
!ENDIF
!IFDEF KFW_DIR
xcopy $(KFW_DIR)\bin\comerr32.dll . /d
xcopy $(KFW_DIR)\bin\krb5_32.dll . /d
!ENDIF
clean-deps:
rm -f *.dll