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