]> git.saurik.com Git - wxWidgets.git/blobdiff - src/wxUniv.dsp
sleep while waiting for the spawned process to terminate so that we don't eat 100...
[wxWidgets.git] / src / wxUniv.dsp
index ea6bec33fc46a3840efa03adb01dfe113edd626e..8f59a5bfe8690243af74c296d00c7371cf9711df 100644 (file)
@@ -1215,7 +1215,7 @@ SOURCE=..\include\wx\univ\setup.h
 InputPath=..\include\wx\univ\setup.h
 
 "../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       copy $(InputPath) ..\lib\univ\wx\setup.h
+       copy "$(InputPath)" ..\lib\univ\wx\setup.h
 
 # End Custom Build
 !ELSEIF  "$(CFG)" == "wxUniv - Win32 Debug"
@@ -1223,7 +1223,7 @@ InputPath=..\include\wx\univ\setup.h
 InputPath=..\include\wx\univ\setup.h
 
 "../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       copy $(InputPath) ..\lib\univd\wx\setup.h
+       copy "$(InputPath)" ..\lib\univd\wx\setup.h
 
 # End Custom Build
 !ENDIF