diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-07-10 14:01:22 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-07-10 14:01:22 +0000 |
| commit | 4245442f8a1946ac5cd381926b8cb2f928eb2ed8 (patch) | |
| tree | 44afa72674f0e590bd372f826b44e81b14e2daaf /ide/VisualC6 | |
| parent | faf890868480b21c41a3309e66c0e1a9d87abe91 (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')
| -rw-r--r-- | ide/VisualC6/CubeView.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/fast_slow.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/inactive.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/keyboard.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/mandelbrot.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/preferences.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/radio.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/resize.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/tabs.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/tree.dsp | 8 | ||||
| -rw-r--r-- | ide/VisualC6/valuators.dsp | 8 |
11 files changed, 44 insertions, 44 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
diff --git a/ide/VisualC6/fast_slow.dsp b/ide/VisualC6/fast_slow.dsp index 31dc7299d..44a9374c1 100644 --- a/ide/VisualC6/fast_slow.dsp +++ b/ide/VisualC6/fast_slow.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\fast_slow.fl InputPath=..\..\test\fast_slow.fl
"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c fast_slow.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\fast_slow.fl InputPath=..\..\test\fast_slow.fl
"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c fast_slow.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
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
diff --git a/ide/VisualC6/keyboard.dsp b/ide/VisualC6/keyboard.dsp index 67b4e9538..6216d5149 100644 --- a/ide/VisualC6/keyboard.dsp +++ b/ide/VisualC6/keyboard.dsp @@ -107,9 +107,9 @@ SOURCE=..\..\test\keyboard_ui.fl InputPath=..\..\test\keyboard_ui.fl
"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c keyboard_ui.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -119,9 +119,9 @@ InputPath=..\..\test\keyboard_ui.fl InputPath=..\..\test\keyboard_ui.fl
"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c keyboard_ui.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
diff --git a/ide/VisualC6/mandelbrot.dsp b/ide/VisualC6/mandelbrot.dsp index 84f57247f..f3c4e3b8f 100644 --- a/ide/VisualC6/mandelbrot.dsp +++ b/ide/VisualC6/mandelbrot.dsp @@ -107,9 +107,9 @@ SOURCE=..\..\test\mandelbrot_ui.fl InputPath=..\..\test\mandelbrot_ui.fl
"..\..\test\mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c mandelbrot_ui.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -119,9 +119,9 @@ InputPath=..\..\test\mandelbrot_ui.fl InputPath=..\..\test\mandelbrot_ui.fl
"..\..\test\mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c mandelbrot_ui.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
diff --git a/ide/VisualC6/preferences.dsp b/ide/VisualC6/preferences.dsp index fa8c77e82..3733743b2 100644 --- a/ide/VisualC6/preferences.dsp +++ b/ide/VisualC6/preferences.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\preferences.fl InputPath=..\..\test\preferences.fl
"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c preferences.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\preferences.fl InputPath=..\..\test\preferences.fl
"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c preferences.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
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
diff --git a/ide/VisualC6/resize.dsp b/ide/VisualC6/resize.dsp index 6742e8936..35985bce8 100644 --- a/ide/VisualC6/resize.dsp +++ b/ide/VisualC6/resize.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\resize.fl InputPath=..\..\test\resize.fl
"..\..\test\resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c resize.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\resize.fl InputPath=..\..\test\resize.fl
"..\..\test\resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c resize.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
diff --git a/ide/VisualC6/tabs.dsp b/ide/VisualC6/tabs.dsp index ba6e9fb42..b38bb2cd4 100644 --- a/ide/VisualC6/tabs.dsp +++ b/ide/VisualC6/tabs.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\tabs.fl InputPath=..\..\test\tabs.fl
"..\..\test\tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c tabs.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\tabs.fl InputPath=..\..\test\tabs.fl
"..\..\test\tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c tabs.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
diff --git a/ide/VisualC6/tree.dsp b/ide/VisualC6/tree.dsp index eab7cb60f..64cea79cd 100644 --- a/ide/VisualC6/tree.dsp +++ b/ide/VisualC6/tree.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\tree.fl InputPath=..\..\test\tree.fl
"..\..\test\tree.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c tree.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\tree.fl InputPath=..\..\test\tree.fl
"..\..\test\tree.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c tree.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
diff --git a/ide/VisualC6/valuators.dsp b/ide/VisualC6/valuators.dsp index 1a0a25cc6..2e6563856 100644 --- a/ide/VisualC6/valuators.dsp +++ b/ide/VisualC6/valuators.dsp @@ -103,9 +103,9 @@ SOURCE=..\..\test\valuators.fl InputPath=..\..\test\valuators.fl
"..\..\test\valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluid -c valuators.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
@@ -115,9 +115,9 @@ InputPath=..\..\test\valuators.fl InputPath=..\..\test\valuators.fl
"..\..\test\valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cd ..\..\test/
+ pushd ..\..\test\
..\fluid\fluidd -c valuators.fl
- cd ..\ide\visualc
+ popd
# End Custom Build
|
