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