OSDN Git Service

Fix a bug that debug builds didn't copy pcre.dll to WinMerge build folder. This is...
authorKimmo Varis <kimmov@gmail.com>
Wed, 16 Jan 2008 21:48:43 +0000 (21:48 +0000)
committerKimmo Varis <kimmov@gmail.com>
Wed, 16 Jan 2008 21:48:43 +0000 (21:48 +0000)
Src/PreLink.bat

index 390ac5b..d10ce2e 100644 (file)
@@ -69,7 +69,7 @@ REM Build PCRE
 cd %2\..\..\..\Externals\pcre\dll_pcre
 %msdev% "pcre.dsp" /make "pcre - Win32 Debug"
 %devenv% "pcre.vcproj" /build "Debug"
-cd %2\..\..\expat
+cd %2\..\..\pcre
 copy bin\debug\pcre.dll %2\..
 goto Common
 
@@ -94,7 +94,7 @@ REM Build PCRE
 cd %2\..\..\..\Externals\pcre\dll_pcre
 %msdev% "pcre.dsp" /make "pcre - Win32 Release"
 %devenv% "pcre.vcproj" /build "Release"
-cd %2\..\..\expat
+cd %2\..\..\pcre
 copy bin\release\pcre.dll %2\..
 goto Common