summaryrefslogtreecommitdiff
path: root/ide/VisualC6/CubeView.dsp
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-07-10 14:01:22 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-07-10 14:01:22 +0000
commit4245442f8a1946ac5cd381926b8cb2f928eb2ed8 (patch)
tree44afa72674f0e590bd372f826b44e81b14e2daaf /ide/VisualC6/CubeView.dsp
parentfaf890868480b21c41a3309e66c0e1a9d87abe91 (diff)
Applied Greg's patch to fluid (STR #2393) to prevent false error
messages when building .cxx and .h files from .fl files. Updated the ide/VisualC6 project files, tested and built w/o errors with Visual C++ 2008 Express (84 projects successful). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7674 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/CubeView.dsp')
-rw-r--r--ide/VisualC6/CubeView.dsp8
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