diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-18 08:27:43 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-18 08:27:43 +0000 |
| commit | 79ed0ede91fa470bc5cbd15f79acd69487369a79 (patch) | |
| tree | 08c41af39284ebd1a5ba5b828314f84d3257261c /src/cppunit/cppunit.dsp | |
| parent | a2d3d873f26eabdb63e3099be094dd6e07d63e35 (diff) | |
| download | cppunit-79ed0ede91fa470bc5cbd15f79acd69487369a79.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 f72dff4..7ac7e1c 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -85,7 +85,7 @@ TargetPath=.\Debug\cppunitd.lib TargetName=cppunitd 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 !ENDIF |
