diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-17 18:25:26 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-17 18:25:26 +0000 |
| commit | e6ec20ed260093756f7c53007982b98db3a92438 (patch) | |
| tree | 800805bfc8ada0db94eccc0f27803c3a96fb4a5e /src/cppunit/cppunit.dsp | |
| parent | e9f2d7bcb6cc12025e6eedc2e89f928d1bbae70d (diff) | |
| download | cppunit-e6ec20ed260093756f7c53007982b98db3a92438.tar.gz | |
Src/
src/*/*.dsp: bug #933154, post build fail in directory with spaces.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
| -rw-r--r-- | src/cppunit/cppunit.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index ddce3f8..f72dff4 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -55,7 +55,7 @@ TargetPath=.\Release\cppunit.lib TargetName=cppunit SOURCE="$(InputPath)" PostBuild_Desc=Copying target to lib/ -PostBuild_Cmds=copy $(TargetPath) ..\..\lib\$(TargetName).lib +PostBuild_Cmds=copy "$(TargetPath)" ..\..\lib\$(TargetName).lib # End Special Build Tool !ELSEIF "$(CFG)" == "cppunit - Win32 Debug" |
