diff options
Diffstat (limited to 'ide/VisualC6/CubeView.dsp')
| -rw-r--r-- | ide/VisualC6/CubeView.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ide/VisualC6/CubeView.dsp b/ide/VisualC6/CubeView.dsp index 68bbe7506..12dfa3c37 100644 --- a/ide/VisualC6/CubeView.dsp +++ b/ide/VisualC6/CubeView.dsp @@ -111,9 +111,9 @@ SOURCE=..\..\test\CubeViewUI.fl InputPath=..\..\test\CubeViewUI.fl
"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c CubeViewUI.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -123,9 +123,9 @@ InputPath=..\..\test\CubeViewUI.fl InputPath=..\..\test\CubeViewUI.fl
"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c CubeViewUI.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
|
