diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-08 00:20:40 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-08 00:20:40 +0000 |
| commit | 1a71339155a6c74808e4dc6e6ef9d8b59d1d85dc (patch) | |
| tree | d33554a09fbc0946bb1650b59a6b7a6e5191ad73 /vcnet | |
| parent | 317105381da9e2fc3e226cc6e4942ff4b18cc062 (diff) | |
Point to vcnet directory, not visualc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3379 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet')
| -rw-r--r-- | vcnet/CubeView.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/config.h | 6 | ||||
| -rw-r--r-- | vcnet/fast_slow.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/fltk.lib.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/inactive.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/keyboard.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/mandelbrot.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/preferences.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/radio.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/resize.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/tabs.vcproj | 4 | ||||
| -rw-r--r-- | vcnet/valuators.vcproj | 4 |
12 files changed, 25 insertions, 25 deletions
diff --git a/vcnet/CubeView.vcproj b/vcnet/CubeView.vcproj index 1a19fd979..283a2c756 100644 --- a/vcnet/CubeView.vcproj +++ b/vcnet/CubeView.vcproj @@ -205,7 +205,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c CubeViewUI.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\CubeViewUI.cxx"/> </FileConfiguration> @@ -216,7 +216,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c CubeViewUI.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\CubeViewUI.cxx"/> </FileConfiguration> diff --git a/vcnet/config.h b/vcnet/config.h index 3998679fa..f322f077c 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,9 +1,9 @@ /* - * "$Id: config.h,v 1.1.2.1 2004/04/07 20:06:16 easysw Exp $" + * "$Id: config.h,v 1.1.2.2 2004/04/08 00:20:40 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * - * Copyright 1998-2003 by Bill Spitzak and others. + * Copyright 1998-2004 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -184,5 +184,5 @@ /* - * End of "$Id: config.h,v 1.1.2.1 2004/04/07 20:06:16 easysw Exp $". + * End of "$Id: config.h,v 1.1.2.2 2004/04/08 00:20:40 easysw Exp $". */ diff --git a/vcnet/fast_slow.vcproj b/vcnet/fast_slow.vcproj index d0268a980..4d49983f8 100644 --- a/vcnet/fast_slow.vcproj +++ b/vcnet/fast_slow.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c fast_slow.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\fast_slow.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c fast_slow.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\fast_slow.cxx"/> </FileConfiguration> diff --git a/vcnet/fltk.lib.vcproj b/vcnet/fltk.lib.vcproj index 56caa8901..f5782aeb6 100644 --- a/vcnet/fltk.lib.vcproj +++ b/vcnet/fltk.lib.vcproj @@ -20,7 +20,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../visualc,.." + AdditionalIncludeDirectories="../vcnet,.." PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN" RuntimeLibrary="3" UsePrecompiledHeader="2" @@ -71,7 +71,7 @@ InlineFunctionExpansion="2" ImproveFloatingPointConsistency="TRUE" FavorSizeOrSpeed="0" - AdditionalIncludeDirectories="../visualc,.." + AdditionalIncludeDirectories="../vcnet,.." PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN" RuntimeLibrary="2" UsePrecompiledHeader="2" diff --git a/vcnet/inactive.vcproj b/vcnet/inactive.vcproj index 12e1a306d..87b6994f1 100644 --- a/vcnet/inactive.vcproj +++ b/vcnet/inactive.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c inactive.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\inactive.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluid -c inactive.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\inactive.cxx"/> </FileConfiguration> diff --git a/vcnet/keyboard.vcproj b/vcnet/keyboard.vcproj index 010647145..0bee765f8 100644 --- a/vcnet/keyboard.vcproj +++ b/vcnet/keyboard.vcproj @@ -187,7 +187,7 @@ Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c keyboard_ui.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\keyboard_ui.cxx"/> </FileConfiguration> @@ -198,7 +198,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c keyboard_ui.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\keyboard_ui.cxx"/> </FileConfiguration> diff --git a/vcnet/mandelbrot.vcproj b/vcnet/mandelbrot.vcproj index c4e1adc25..23a49c924 100644 --- a/vcnet/mandelbrot.vcproj +++ b/vcnet/mandelbrot.vcproj @@ -187,7 +187,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c mandelbrot_ui.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/mandelbrot_ui.cxx"/> </FileConfiguration> @@ -198,7 +198,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c mandelbrot_ui.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/mandelbrot_ui.cxx"/> </FileConfiguration> diff --git a/vcnet/preferences.vcproj b/vcnet/preferences.vcproj index d56797940..065aa47c9 100644 --- a/vcnet/preferences.vcproj +++ b/vcnet/preferences.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c preferences.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\preferences.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c preferences.fl -cd ..\visualc +cd ..\vcnet " Outputs="..\test\preferences.cxx"/> </FileConfiguration> diff --git a/vcnet/radio.vcproj b/vcnet/radio.vcproj index 832c92dc0..7e85dfc66 100644 --- a/vcnet/radio.vcproj +++ b/vcnet/radio.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c radio.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/radio.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c radio.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/radio.cxx"/> </FileConfiguration> diff --git a/vcnet/resize.vcproj b/vcnet/resize.vcproj index 098435ca5..9fa38cae2 100644 --- a/vcnet/resize.vcproj +++ b/vcnet/resize.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c resize.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/resize.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c resize.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/resize.cxx"/> </FileConfiguration> diff --git a/vcnet/tabs.vcproj b/vcnet/tabs.vcproj index ff627cc2d..b4716fd9d 100644 --- a/vcnet/tabs.vcproj +++ b/vcnet/tabs.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c tabs.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/tabs.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c tabs.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/tabs.cxx"/> </FileConfiguration> diff --git a/vcnet/valuators.vcproj b/vcnet/valuators.vcproj index 86c471815..ecbf8f958 100644 --- a/vcnet/valuators.vcproj +++ b/vcnet/valuators.vcproj @@ -169,7 +169,7 @@ Description="Create .cxx and .h file with fluidd" CommandLine="cd ..\test ..\fluid\fluidd -c valuators.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/valuators.cxx"/> </FileConfiguration> @@ -180,7 +180,7 @@ cd ..\visualc Description="Create .cxx and .h file with fluid" CommandLine="cd ..\test ..\fluid\fluid -c valuators.fl -cd ..\visualc +cd ..\vcnet " Outputs="../test/valuators.cxx"/> </FileConfiguration> |
