From f3180baff0cf3958e4eef70a634def5d46ec2244 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sun, 19 Oct 2008 16:40:38 +0000 Subject: Moved visualc6 env to ide, no cairo stuff yet. builds ok rel. and debug. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6472 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/visualc/CubeView.dsp | 136 ++ ide/visualc/adjuster.dsp | 97 ++ ide/visualc/arc.dsp | 97 ++ ide/visualc/ask.dsp | 97 ++ ide/visualc/bitmap.dsp | 97 ++ ide/visualc/blocks.dsp | 97 ++ ide/visualc/boxtype.dsp | 97 ++ ide/visualc/browser.dsp | 97 ++ ide/visualc/button.dsp | 97 ++ ide/visualc/buttons.dsp | 97 ++ ide/visualc/checkers.dsp | 97 ++ ide/visualc/clock.dsp | 97 ++ ide/visualc/colbrowser.dsp | 97 ++ ide/visualc/color_chooser.dsp | 97 ++ ide/visualc/config.h | 195 +++ ide/visualc/cube.dsp | 97 ++ ide/visualc/cursor.dsp | 97 ++ ide/visualc/curve.dsp | 97 ++ ide/visualc/demo.dsp | 97 ++ ide/visualc/doublebuffer.dsp | 97 ++ ide/visualc/editor.dsp | 97 ++ ide/visualc/fast_slow.dsp | 128 ++ ide/visualc/file_chooser.dsp | 97 ++ ide/visualc/fltk.dsw | 1406 +++++++++++++++++ ide/visualc/fltk.lib.dsp | 633 ++++++++ ide/visualc/fltkdll.dsp | 3406 ++++++++++++++++++++++++++++++++++++++++ ide/visualc/fltkforms.dsp | 109 ++ ide/visualc/fltkgl.dsp | 133 ++ ide/visualc/fltkimages.dsp | 117 ++ ide/visualc/fluid.dsp | 170 ++ ide/visualc/fonts.dsp | 97 ++ ide/visualc/forms.dsp | 97 ++ ide/visualc/fractals.dsp | 101 ++ ide/visualc/fullscreen.dsp | 97 ++ ide/visualc/gl_overlay.dsp | 97 ++ ide/visualc/glpuzzle.dsp | 97 ++ ide/visualc/hello.dsp | 97 ++ ide/visualc/help.dsp | 97 ++ ide/visualc/iconize.dsp | 97 ++ ide/visualc/image.dsp | 97 ++ ide/visualc/inactive.dsp | 128 ++ ide/visualc/input.dsp | 97 ++ ide/visualc/input_choice.dsp | 97 ++ ide/visualc/jpeg.dsp | 280 ++++ ide/visualc/keyboard.dsp | 132 ++ ide/visualc/label.dsp | 97 ++ ide/visualc/libpng.dsp | 145 ++ ide/visualc/line_style.dsp | 97 ++ ide/visualc/mandelbrot.dsp | 132 ++ ide/visualc/menubar.dsp | 97 ++ ide/visualc/message.dsp | 97 ++ ide/visualc/minimum.dsp | 97 ++ ide/visualc/navigation.dsp | 97 ++ ide/visualc/output.dsp | 97 ++ ide/visualc/overlay.dsp | 97 ++ ide/visualc/pack.dsp | 97 ++ ide/visualc/pixmap.dsp | 97 ++ ide/visualc/pixmap_browser.dsp | 97 ++ ide/visualc/preferences.dsp | 128 ++ ide/visualc/radio.dsp | 128 ++ ide/visualc/resize.dsp | 128 ++ ide/visualc/resizebox.dsp | 97 ++ ide/visualc/scroll.dsp | 97 ++ ide/visualc/shape.dsp | 97 ++ ide/visualc/subwindow.dsp | 97 ++ ide/visualc/sudoku.dsp | 105 ++ ide/visualc/symbols.dsp | 97 ++ ide/visualc/tabs.dsp | 128 ++ ide/visualc/threads.dsp | 97 ++ ide/visualc/tile.dsp | 97 ++ ide/visualc/tiled_image.dsp | 97 ++ ide/visualc/utf8.dsp | 97 ++ ide/visualc/valuators.dsp | 128 ++ ide/visualc/zlib.dsp | 129 ++ 74 files changed, 13172 insertions(+) create mode 100644 ide/visualc/CubeView.dsp create mode 100644 ide/visualc/adjuster.dsp create mode 100644 ide/visualc/arc.dsp create mode 100644 ide/visualc/ask.dsp create mode 100644 ide/visualc/bitmap.dsp create mode 100644 ide/visualc/blocks.dsp create mode 100644 ide/visualc/boxtype.dsp create mode 100644 ide/visualc/browser.dsp create mode 100644 ide/visualc/button.dsp create mode 100644 ide/visualc/buttons.dsp create mode 100644 ide/visualc/checkers.dsp create mode 100644 ide/visualc/clock.dsp create mode 100644 ide/visualc/colbrowser.dsp create mode 100644 ide/visualc/color_chooser.dsp create mode 100644 ide/visualc/config.h create mode 100644 ide/visualc/cube.dsp create mode 100644 ide/visualc/cursor.dsp create mode 100644 ide/visualc/curve.dsp create mode 100644 ide/visualc/demo.dsp create mode 100644 ide/visualc/doublebuffer.dsp create mode 100644 ide/visualc/editor.dsp create mode 100644 ide/visualc/fast_slow.dsp create mode 100644 ide/visualc/file_chooser.dsp create mode 100644 ide/visualc/fltk.dsw create mode 100644 ide/visualc/fltk.lib.dsp create mode 100644 ide/visualc/fltkdll.dsp create mode 100644 ide/visualc/fltkforms.dsp create mode 100644 ide/visualc/fltkgl.dsp create mode 100644 ide/visualc/fltkimages.dsp create mode 100644 ide/visualc/fluid.dsp create mode 100644 ide/visualc/fonts.dsp create mode 100644 ide/visualc/forms.dsp create mode 100644 ide/visualc/fractals.dsp create mode 100644 ide/visualc/fullscreen.dsp create mode 100644 ide/visualc/gl_overlay.dsp create mode 100644 ide/visualc/glpuzzle.dsp create mode 100644 ide/visualc/hello.dsp create mode 100644 ide/visualc/help.dsp create mode 100644 ide/visualc/iconize.dsp create mode 100644 ide/visualc/image.dsp create mode 100644 ide/visualc/inactive.dsp create mode 100644 ide/visualc/input.dsp create mode 100644 ide/visualc/input_choice.dsp create mode 100644 ide/visualc/jpeg.dsp create mode 100644 ide/visualc/keyboard.dsp create mode 100644 ide/visualc/label.dsp create mode 100644 ide/visualc/libpng.dsp create mode 100644 ide/visualc/line_style.dsp create mode 100644 ide/visualc/mandelbrot.dsp create mode 100644 ide/visualc/menubar.dsp create mode 100644 ide/visualc/message.dsp create mode 100644 ide/visualc/minimum.dsp create mode 100644 ide/visualc/navigation.dsp create mode 100644 ide/visualc/output.dsp create mode 100644 ide/visualc/overlay.dsp create mode 100644 ide/visualc/pack.dsp create mode 100644 ide/visualc/pixmap.dsp create mode 100644 ide/visualc/pixmap_browser.dsp create mode 100644 ide/visualc/preferences.dsp create mode 100644 ide/visualc/radio.dsp create mode 100644 ide/visualc/resize.dsp create mode 100644 ide/visualc/resizebox.dsp create mode 100644 ide/visualc/scroll.dsp create mode 100644 ide/visualc/shape.dsp create mode 100644 ide/visualc/subwindow.dsp create mode 100644 ide/visualc/sudoku.dsp create mode 100644 ide/visualc/symbols.dsp create mode 100644 ide/visualc/tabs.dsp create mode 100644 ide/visualc/threads.dsp create mode 100644 ide/visualc/tile.dsp create mode 100644 ide/visualc/tiled_image.dsp create mode 100644 ide/visualc/utf8.dsp create mode 100644 ide/visualc/valuators.dsp create mode 100644 ide/visualc/zlib.dsp (limited to 'ide/visualc') diff --git a/ide/visualc/CubeView.dsp b/ide/visualc/CubeView.dsp new file mode 100644 index 000000000..d1f3f0d7e --- /dev/null +++ b/ide/visualc/CubeView.dsp @@ -0,0 +1,136 @@ +# Microsoft Developer Studio Project File - Name="CubeView" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=CubeView - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "CubeView.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "CubeView.mak" CFG="CubeView - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "CubeView - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "CubeView - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "CubeView - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "CubeView___" +# PROP BASE Intermediate_Dir "CubeView___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "CubeView___" +# PROP Intermediate_Dir "CubeView___" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/CubeView.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "CubeView - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "CubeView__0" +# PROP BASE Intermediate_Dir "CubeView__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "CubeView__0" +# PROP Intermediate_Dir "CubeView__0" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/CubeViewd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "CubeView - Win32 Release" +# Name "CubeView - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\CubeMain.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\CubeView.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\CubeViewUI.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\CubeViewUI.fl + +!IF "$(CFG)" == "CubeView - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\CubeViewUI.fl + +"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c CubeViewUI.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "CubeView - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\CubeViewUI.fl + +"..\..\test\CubeViewUI.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c CubeViewUI.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/adjuster.dsp b/ide/visualc/adjuster.dsp new file mode 100644 index 000000000..eec86727c --- /dev/null +++ b/ide/visualc/adjuster.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="adjuster" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=adjuster - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "adjuster.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "adjuster.mak" CFG="adjuster - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "adjuster - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "adjuster - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "adjuster - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/adjuster.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "adjuster - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "adjuster_" +# PROP BASE Intermediate_Dir "adjuster_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "adjuster_" +# PROP Intermediate_Dir "adjuster_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/adjusterd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "adjuster - Win32 Release" +# Name "adjuster - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\adjuster.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/arc.dsp b/ide/visualc/arc.dsp new file mode 100644 index 000000000..a3ba02a37 --- /dev/null +++ b/ide/visualc/arc.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="arc" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=arc - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "arc.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "arc.mak" CFG="arc - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "arc - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "arc - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "arc - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/arc.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "arc - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "arc_" +# PROP BASE Intermediate_Dir "arc_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "arc_" +# PROP Intermediate_Dir "arc_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/arcd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "arc - Win32 Release" +# Name "arc - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\arc.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/ask.dsp b/ide/visualc/ask.dsp new file mode 100644 index 000000000..0eb5c5937 --- /dev/null +++ b/ide/visualc/ask.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="ask" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=ask - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ask.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ask.mak" CFG="ask - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ask - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "ask - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ask - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/ask.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "ask - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "ask_" +# PROP BASE Intermediate_Dir "ask_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "ask_" +# PROP Intermediate_Dir "ask_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/askd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "ask - Win32 Release" +# Name "ask - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\ask.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/bitmap.dsp b/ide/visualc/bitmap.dsp new file mode 100644 index 000000000..07b74b801 --- /dev/null +++ b/ide/visualc/bitmap.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="bitmap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=bitmap - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "bitmap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "bitmap.mak" CFG="bitmap - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "bitmap - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "bitmap - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "bitmap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/bitmap.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "bitmap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "bitmap_" +# PROP BASE Intermediate_Dir "bitmap_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "bitmap_" +# PROP Intermediate_Dir "bitmap_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/bitmapd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "bitmap - Win32 Release" +# Name "bitmap - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\bitmap.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/blocks.dsp b/ide/visualc/blocks.dsp new file mode 100644 index 000000000..ab47a40a6 --- /dev/null +++ b/ide/visualc/blocks.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="blocks" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=blocks - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "blocks.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "blocks.mak" CFG="blocks - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "blocks - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "blocks - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "blocks - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 winmm.lib fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/blocks.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "blocks - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "blocks_" +# PROP BASE Intermediate_Dir "blocks_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "blocks_" +# PROP Intermediate_Dir "blocks_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 winmm.lib fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/blocksd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "blocks - Win32 Release" +# Name "blocks - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\blocks.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/boxtype.dsp b/ide/visualc/boxtype.dsp new file mode 100644 index 000000000..d46cd80ac --- /dev/null +++ b/ide/visualc/boxtype.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="boxtype" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=boxtype - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "boxtype.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "boxtype.mak" CFG="boxtype - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "boxtype - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "boxtype - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "boxtype - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/boxtype.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "boxtype - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "boxtype_" +# PROP BASE Intermediate_Dir "boxtype_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "boxtype_" +# PROP Intermediate_Dir "boxtype_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/boxtyped.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "boxtype - Win32 Release" +# Name "boxtype - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\boxtype.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/browser.dsp b/ide/visualc/browser.dsp new file mode 100644 index 000000000..53c981cc9 --- /dev/null +++ b/ide/visualc/browser.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="browser" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=browser - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "browser.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "browser.mak" CFG="browser - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "browser - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "browser - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "browser - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/browser.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "browser - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "browser_" +# PROP BASE Intermediate_Dir "browser_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "browser_" +# PROP Intermediate_Dir "browser_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/browserd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "browser - Win32 Release" +# Name "browser - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\browser.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/button.dsp b/ide/visualc/button.dsp new file mode 100644 index 000000000..d0efd8b53 --- /dev/null +++ b/ide/visualc/button.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="button" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=button - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "button.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "button.mak" CFG="button - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "button - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "button - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "button - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/button.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "button - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "button_" +# PROP BASE Intermediate_Dir "button_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "button_" +# PROP Intermediate_Dir "button_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttond.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "button - Win32 Release" +# Name "button - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\button.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/buttons.dsp b/ide/visualc/buttons.dsp new file mode 100644 index 000000000..fdca3a827 --- /dev/null +++ b/ide/visualc/buttons.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="buttons" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=buttons - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "buttons.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "buttons.mak" CFG="buttons - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "buttons - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "buttons - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "buttons - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttons.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "buttons - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "buttons_" +# PROP BASE Intermediate_Dir "buttons_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "buttons_" +# PROP Intermediate_Dir "buttons_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/buttonsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "buttons - Win32 Release" +# Name "buttons - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\buttons.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/checkers.dsp b/ide/visualc/checkers.dsp new file mode 100644 index 000000000..cee86aec1 --- /dev/null +++ b/ide/visualc/checkers.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="checkers" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=checkers - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "checkers.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "checkers.mak" CFG="checkers - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "checkers - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "checkers - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "checkers - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/checkers.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "checkers - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "checkers_" +# PROP BASE Intermediate_Dir "checkers_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "checkers_" +# PROP Intermediate_Dir "checkers_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/checkersd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "checkers - Win32 Release" +# Name "checkers - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\checkers.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/clock.dsp b/ide/visualc/clock.dsp new file mode 100644 index 000000000..8790778b1 --- /dev/null +++ b/ide/visualc/clock.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="clock" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=clock - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "clock.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "clock.mak" CFG="clock - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "clock - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "clock - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "clock - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/clock.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "clock - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "clock_" +# PROP BASE Intermediate_Dir "clock_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "clock_" +# PROP Intermediate_Dir "clock_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/clockd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "clock - Win32 Release" +# Name "clock - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\clock.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/colbrowser.dsp b/ide/visualc/colbrowser.dsp new file mode 100644 index 000000000..c870b714e --- /dev/null +++ b/ide/visualc/colbrowser.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="colbrowser" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=colbrowser - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "colbrowser.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "colbrowser.mak" CFG="colbrowser - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "colbrowser - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "colbrowser - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "colbrowser - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/colbrowser.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "colbrowser - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "colbrowser_" +# PROP BASE Intermediate_Dir "colbrowser_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "colbrowser_" +# PROP Intermediate_Dir "colbrowser_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/colbrowserd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "colbrowser - Win32 Release" +# Name "colbrowser - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\colbrowser.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/color_chooser.dsp b/ide/visualc/color_chooser.dsp new file mode 100644 index 000000000..7d12d0b3f --- /dev/null +++ b/ide/visualc/color_chooser.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="color_chooser" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=color_chooser - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "color_chooser.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "color_chooser.mak" CFG="color_chooser - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "color_chooser - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "color_chooser - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "color_chooser - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /machine:I386 /nodefaultlib:"libcd" /out:"../../test/color_chooser.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "color_chooser - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "color_chooser_" +# PROP BASE Intermediate_Dir "color_chooser_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "color_chooser_" +# PROP Intermediate_Dir "color_chooser_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/color_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "color_chooser - Win32 Release" +# Name "color_chooser - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\color_chooser.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/config.h b/ide/visualc/config.h new file mode 100644 index 000000000..e5a25f105 --- /dev/null +++ b/ide/visualc/config.h @@ -0,0 +1,195 @@ +/* + * "$Id$" + * + * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. + * + * Copyright 1998-2005 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 + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * Please report all bugs and problems to "fltk-bugs@fltk.org". + */ + +/* + * Where to find files... + */ + +#define FLTK_DATADIR "C:/FLTK" +#define FLTK_DOCDIR "C:/FLTK/DOC" + +/* + * BORDER_WIDTH: + * + * Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are + * supported. 3 is the historic FLTK look. 2 looks more like Microsoft + * Windows, KDE, and Qt, and is the default when building for Windows. + * 1 is a plausible future evolution... Note that this may be simulated + * at runtime by redefining the boxtypes using Fl::set_boxtype(). + */ + +#define BORDER_WIDTH 2 + +/* + * HAVE_GL: + * + * Do you have OpenGL? Set this to 0 if you don't have or plan to use + * OpenGL, and FLTK will be smaller. + */ + +#define HAVE_GL 1 + +/* + * HAVE_GL_GLU_H: + * + * Do you have the OpenGL Utility Library header file? + * (many broken Mesa RPMs do not...) + */ + +#define HAVE_GL_GLU_H 1 + +/* + * USE_COLORMAP: + * + * Setting this to zero will save a good deal of code (especially for + * fl_draw_image), but FLTK will only work on TrueColor visuals. + */ + +#define USE_COLORMAP 1 + +/* + * HAVE_XDBE: + * + * Do we have the X double-buffer extension? + */ + +#define HAVE_XDBE 0 + +/* + * USE_XDBE: + * + * Actually try to use the double-buffer extension? Set this to zero + * disable use of XDBE without breaking the list_visuals program. + */ + +#define USE_XDBE HAVE_XDBE + +/* + * HAVE_OVERLAY: + * + * Use the X overlay extension? FLTK will try to use an overlay + * visual for Fl_Overlay_Window, the Gl_Window overlay, and for the + * menus. Setting this to zero will remove a substantial amount of + * code from FLTK. Overlays have only been tested on SGI servers! + */ + +#define HAVE_OVERLAY 0 + +/* + * HAVE_GL_OVERLAY: + * + * It is possible your GL has an overlay even if X does not. If so, + * set this to 1. + */ + +#define HAVE_GL_OVERLAY 1 + +/* + * WORDS_BIGENDIAN: + * + * Byte order of your machine: 1 = big-endian, 0 = little-endian. + */ + +#define WORDS_BIGENDIAN 0 + +/* + * U16, U32, U64: + * + * Types used by fl_draw_image. One of U32 or U64 must be defined. + * U16 is optional but FLTK will work better with it! + */ + +#define U16 unsigned short +#define U32 unsigned +#undef U64 + +/* + * HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H, HAVE_SCANDIR: + * + * Where is (used only by fl_file_chooser and scandir). + */ + +/*#undef HAVE_DIRENT_H */ +/*#undef HAVE_SYS_NDIR_H */ +/*#undef HAVE_SYS_DIR_H */ +/*#undef HAVE_NDIR_H */ +/*#undef HAVE_SCANDIR */ + +/* + * Possibly missing sprintf-style functions: + */ + +#define HAVE_VSNPRINTF 0 +#define HAVE_SNPRINTF 0 + +/* + * String functions... + */ + +#define HAVE_STRCASECMP 1 +/*#undef HAVE_STRLCAT*/ +/*#undef HAVE_STRLCPY*/ + +/* + * Do we have POSIX locale support? + */ + +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALECONV 1 + +/* + * HAVE_POLL: + * + * Use poll() if we don't have select(). + */ + +#define HAVE_POLL 0 + +/* + * Do we have various image libraries? + */ + +#define HAVE_LIBPNG +#define HAVE_LIBZ +#define HAVE_LIBJPEG + +/* + * Which header file do we include for libpng? + */ + +#define HAVE_PNG_H +#undef HAVE_LIBPNG_PNG_H + +/* + * Do we have the png_xyz() functions? + */ + +#define HAVE_PNG_GET_VALID +#define HAVE_PNG_SET_TRNS_TO_ALPHA + + +/* + * End of "$Id$". + */ diff --git a/ide/visualc/cube.dsp b/ide/visualc/cube.dsp new file mode 100644 index 000000000..7d3f5dac3 --- /dev/null +++ b/ide/visualc/cube.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="cube" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=cube - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cube.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cube.mak" CFG="cube - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cube - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "cube - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "cube - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cube.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "cube - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cube_" +# PROP BASE Intermediate_Dir "cube_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "cube_" +# PROP Intermediate_Dir "cube_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cubed.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "cube - Win32 Release" +# Name "cube - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\cube.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/cursor.dsp b/ide/visualc/cursor.dsp new file mode 100644 index 000000000..dd236dec9 --- /dev/null +++ b/ide/visualc/cursor.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="cursor" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=cursor - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "cursor.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "cursor.mak" CFG="cursor - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cursor - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "cursor - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "cursor - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cursor.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "cursor - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cursor_" +# PROP BASE Intermediate_Dir "cursor_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "cursor_" +# PROP Intermediate_Dir "cursor_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/cursord.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "cursor - Win32 Release" +# Name "cursor - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\cursor.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/curve.dsp b/ide/visualc/curve.dsp new file mode 100644 index 000000000..468d61ff1 --- /dev/null +++ b/ide/visualc/curve.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="curve" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=curve - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "curve.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "curve.mak" CFG="curve - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "curve - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "curve - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "curve - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/curve.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "curve - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "curve_" +# PROP BASE Intermediate_Dir "curve_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "curve_" +# PROP Intermediate_Dir "curve_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/curved.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "curve - Win32 Release" +# Name "curve - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\curve.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/demo.dsp b/ide/visualc/demo.dsp new file mode 100644 index 000000000..4969417a5 --- /dev/null +++ b/ide/visualc/demo.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="demo" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=demo - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "demo.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "demo.mak" CFG="demo - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "demo - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "demo - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "demo - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/demo.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "demo - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "demo_" +# PROP BASE Intermediate_Dir "demo_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "demo_" +# PROP Intermediate_Dir "demo_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/demod.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "demo - Win32 Release" +# Name "demo - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\demo.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/doublebuffer.dsp b/ide/visualc/doublebuffer.dsp new file mode 100644 index 000000000..e463be685 --- /dev/null +++ b/ide/visualc/doublebuffer.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="doublebuffer" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=doublebuffer - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "doublebuffer.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "doublebuffer.mak" CFG="doublebuffer - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "doublebuffer - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "doublebuffer - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "doublebuffer - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/doublebuffer.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "doublebuffer - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "doublebuffer_" +# PROP BASE Intermediate_Dir "doublebuffer_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "doublebuffer_" +# PROP Intermediate_Dir "doublebuffer_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/doublebufferd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "doublebuffer - Win32 Release" +# Name "doublebuffer - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\doublebuffer.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/editor.dsp b/ide/visualc/editor.dsp new file mode 100644 index 000000000..bf77715d8 --- /dev/null +++ b/ide/visualc/editor.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="editor" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=editor - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "editor.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "editor.mak" CFG="editor - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "editor - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "editor - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "editor - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "FL_DLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/editor.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "editor - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "editor_" +# PROP BASE Intermediate_Dir "editor_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "editor_" +# PROP Intermediate_Dir "editor_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "FL_DLL" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/editord.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "editor - Win32 Release" +# Name "editor - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\editor.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fast_slow.dsp b/ide/visualc/fast_slow.dsp new file mode 100644 index 000000000..6e29a3c99 --- /dev/null +++ b/ide/visualc/fast_slow.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="fast_slow" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=fast_slow - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fast_slow.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fast_slow.mak" CFG="fast_slow - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fast_slow - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "fast_slow - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fast_slow - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fast_slow.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "fast_slow - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fast_slow_" +# PROP BASE Intermediate_Dir "fast_slow_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "fast_slow_" +# PROP Intermediate_Dir "fast_slow_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fast_slowd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fast_slow - Win32 Release" +# Name "fast_slow - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\fast_slow.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\fast_slow.fl + +!IF "$(CFG)" == "fast_slow - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\fast_slow.fl + +"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c fast_slow.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "fast_slow - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\fast_slow.fl + +"..\..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\test + ..\fluid\fluidd -c fast_slow.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/file_chooser.dsp b/ide/visualc/file_chooser.dsp new file mode 100644 index 000000000..05dc0b59a --- /dev/null +++ b/ide/visualc/file_chooser.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="file_chooser" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=file_chooser - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "file_chooser.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "file_chooser.mak" CFG="file_chooser - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "file_chooser - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "file_chooser - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "file_chooser - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"../../test/file_chooser.exe" /libpath:"..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "file_chooser - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "file_chooser_" +# PROP BASE Intermediate_Dir "file_chooser_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "file_chooser_" +# PROP Intermediate_Dir "file_chooser_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /nodefaultlib:"libcmtd" /out:"../../test/file_chooserd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "file_chooser - Win32 Release" +# Name "file_chooser - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\file_chooser.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fltk.dsw b/ide/visualc/fltk.dsw new file mode 100644 index 000000000..30259cf69 --- /dev/null +++ b/ide/visualc/fltk.dsw @@ -0,0 +1,1406 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "CubeView"=".\CubeView.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "adjuster"=".\adjuster.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "arc"=".\arc.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "ask"=".\ask.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "bitmap"=".\bitmap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "blocks"=".\blocks.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "boxtype"=".\boxtype.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "browser"=".\browser.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "button"=".\button.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "buttons"=".\buttons.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "checkers"=".\checkers.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "clock"=".\clock.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "colbrowser"=".\colbrowser.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency +}}} + +############################################################################### + +Project: "color_chooser"=".\color_chooser.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "cube"=".\cube.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "cursor"=".\cursor.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "curve"=".\curve.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "demo"=".\demo.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name adjuster + End Project Dependency + Begin Project Dependency + Project_Dep_Name arc + End Project Dependency + Begin Project Dependency + Project_Dep_Name ask + End Project Dependency + Begin Project Dependency + Project_Dep_Name bitmap + End Project Dependency + Begin Project Dependency + Project_Dep_Name boxtype + End Project Dependency + Begin Project Dependency + Project_Dep_Name browser + End Project Dependency + Begin Project Dependency + Project_Dep_Name button + End Project Dependency + Begin Project Dependency + Project_Dep_Name buttons + End Project Dependency + Begin Project Dependency + Project_Dep_Name checkers + End Project Dependency + Begin Project Dependency + Project_Dep_Name clock + End Project Dependency + Begin Project Dependency + Project_Dep_Name colbrowser + End Project Dependency + Begin Project Dependency + Project_Dep_Name color_chooser + End Project Dependency + Begin Project Dependency + Project_Dep_Name cube + End Project Dependency + Begin Project Dependency + Project_Dep_Name cursor + End Project Dependency + Begin Project Dependency + Project_Dep_Name curve + End Project Dependency + Begin Project Dependency + Project_Dep_Name doublebuffer + End Project Dependency + Begin Project Dependency + Project_Dep_Name fast_slow + End Project Dependency + Begin Project Dependency + Project_Dep_Name file_chooser + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency + Begin Project Dependency + Project_Dep_Name fonts + End Project Dependency + Begin Project Dependency + Project_Dep_Name forms + End Project Dependency + Begin Project Dependency + Project_Dep_Name fractals + End Project Dependency + Begin Project Dependency + Project_Dep_Name fullscreen + End Project Dependency + Begin Project Dependency + Project_Dep_Name gl_overlay + End Project Dependency + Begin Project Dependency + Project_Dep_Name glpuzzle + End Project Dependency + Begin Project Dependency + Project_Dep_Name hello + End Project Dependency + Begin Project Dependency + Project_Dep_Name iconize + End Project Dependency + Begin Project Dependency + Project_Dep_Name image + End Project Dependency + Begin Project Dependency + Project_Dep_Name input + End Project Dependency + Begin Project Dependency + Project_Dep_Name input_choice + End Project Dependency + Begin Project Dependency + Project_Dep_Name keyboard + End Project Dependency + Begin Project Dependency + Project_Dep_Name label + End Project Dependency + Begin Project Dependency + Project_Dep_Name mandelbrot + End Project Dependency + Begin Project Dependency + Project_Dep_Name menubar + End Project Dependency + Begin Project Dependency + Project_Dep_Name message + End Project Dependency + Begin Project Dependency + Project_Dep_Name minimum + End Project Dependency + Begin Project Dependency + Project_Dep_Name navigation + End Project Dependency + Begin Project Dependency + Project_Dep_Name output + End Project Dependency + Begin Project Dependency + Project_Dep_Name overlay + End Project Dependency + Begin Project Dependency + Project_Dep_Name pixmap + End Project Dependency + Begin Project Dependency + Project_Dep_Name pixmap_browser + End Project Dependency + Begin Project Dependency + Project_Dep_Name radio + End Project Dependency + Begin Project Dependency + Project_Dep_Name resize + End Project Dependency + Begin Project Dependency + Project_Dep_Name resizebox + End Project Dependency + Begin Project Dependency + Project_Dep_Name scroll + End Project Dependency + Begin Project Dependency + Project_Dep_Name shape + End Project Dependency + Begin Project Dependency + Project_Dep_Name subwindow + End Project Dependency + Begin Project Dependency + Project_Dep_Name symbols + End Project Dependency + Begin Project Dependency + Project_Dep_Name tabs + End Project Dependency + Begin Project Dependency + Project_Dep_Name tile + End Project Dependency + Begin Project Dependency + Project_Dep_Name valuators + End Project Dependency + Begin Project Dependency + Project_Dep_Name pack + End Project Dependency + Begin Project Dependency + Project_Dep_Name inactive + End Project Dependency + Begin Project Dependency + Project_Dep_Name editor + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkdll + End Project Dependency + Begin Project Dependency + Project_Dep_Name CubeView + End Project Dependency + Begin Project Dependency + Project_Dep_Name line_style + End Project Dependency + Begin Project Dependency + Project_Dep_Name tiled_image + End Project Dependency + Begin Project Dependency + Project_Dep_Name help + End Project Dependency + Begin Project Dependency + Project_Dep_Name threads + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency + Begin Project Dependency + Project_Dep_Name preferences + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency + Begin Project Dependency + Project_Dep_Name sudoku + End Project Dependency + Begin Project Dependency + Project_Dep_Name blocks + End Project Dependency +}}} + +############################################################################### + +Project: "doublebuffer"=".\doublebuffer.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "editor"=".\editor.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltkdll + End Project Dependency +}}} + +############################################################################### + +Project: "fast_slow"=".\fast_slow.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "file_chooser"=".\file_chooser.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkimages + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "fltk"=".\fltk.lib.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fltkdll"=".\fltkdll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "fltkforms"=".\fltkforms.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fltkgl"=".\fltkgl.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fltkimages"=".\fltkimages.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "fluid"=".\fluid.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkimages + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "fonts"=".\fonts.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "forms"=".\forms.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency +}}} + +############################################################################### + +Project: "fractals"=".\fractals.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "fullscreen"=".\fullscreen.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "gl_overlay"=".\gl_overlay.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "glpuzzle"=".\glpuzzle.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "hello"=".\hello.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "help"=".\help.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkimages + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "iconize"=".\iconize.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "image"=".\image.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "inactive"=".\inactive.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "input"=".\input.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "input_choice"=".\input_choice.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "jpeg"=".\jpeg.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "keyboard"=".\keyboard.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "label"=".\label.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency +}}} + +############################################################################### + +Project: "libpng"=".\libpng.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "line_style"=".\line_style.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "mandelbrot"=".\mandelbrot.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "menubar"=".\menubar.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "message"=".\message.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "minimum"=".\minimum.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "navigation"=".\navigation.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "output"=".\output.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkforms + End Project Dependency +}}} + +############################################################################### + +Project: "overlay"=".\overlay.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "pack"=".\pack.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "pixmap"=".\pixmap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "pixmap_browser"=".\pixmap_browser.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkimages + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "preferences"=".\preferences.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "radio"=".\radio.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "resize"=".\resize.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "resizebox"=".\resizebox.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "scroll"=".\scroll.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "shape"=".\shape.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkgl + End Project Dependency +}}} + +############################################################################### + +Project: "subwindow"=".\subwindow.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "sudoku"=".\sudoku.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fltkimages + End Project Dependency + Begin Project Dependency + Project_Dep_Name jpeg + End Project Dependency + Begin Project Dependency + Project_Dep_Name libpng + End Project Dependency + Begin Project Dependency + Project_Dep_Name zlib + End Project Dependency +}}} + +############################################################################### + +Project: "symbols"=".\symbols.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "tabs"=".\tabs.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "threads"=".\threads.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "tile"=".\tile.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "tiled_image"=".\tiled_image.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency +}}} + +############################################################################### + +Project: "utf8"=".\utf8.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "valuators"=".\valuators.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name fltk + End Project Dependency + Begin Project Dependency + Project_Dep_Name fluid + End Project Dependency +}}} + +############################################################################### + +Project: "zlib"=".\zlib.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/ide/visualc/fltk.lib.dsp b/ide/visualc/fltk.lib.dsp new file mode 100644 index 000000000..114d79567 --- /dev/null +++ b/ide/visualc/fltk.lib.dsp @@ -0,0 +1,633 @@ +# Microsoft Developer Studio Project File - Name="fltk" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=fltk - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fltk.lib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fltk.lib.mak" CFG="fltk - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fltk - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "fltk - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fltk - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltk.lib" + +!ELSEIF "$(CFG)" == "fltk - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Z7 /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkd.lib" + +!ENDIF + +# Begin Target + +# Name "fltk - Win32 Release" +# Name "fltk - Win32 Debug" +# Begin Source File + +SOURCE=..\..\src\xutf8\case.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_absolute.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_expand.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_ext.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_isdir.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_list.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_match.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_setext.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_abort.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_add_idle.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Adjuster.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_arc.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_arci.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_arg.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_ask.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Bitmap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_boxtype.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser_.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser_load.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_call_main.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Chart.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Check_Browser.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Check_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Choice.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Clock.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_color.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Color_Chooser.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_compose.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Counter.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_cursor.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_curve.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Dial.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_diamond_box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_display.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_dnd.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Double_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw_image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw_pixmap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_encoding_latin1.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_encoding_mac_roman.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_engraved_label.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Browser.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Chooser.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Chooser2.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_file_dir.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Icon.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Input.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_font.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_get_key.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_get_system_colors.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_grab.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Group.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_gtk.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Help_View.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Input.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Input_.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_labeltype.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Light_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_line_style.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_lock.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_add.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Bar.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_global.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Multi_Label.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_open_uri.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_oval_box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_overlay.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_overlay_visual.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Overlay_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_own_colormap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Pack.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Pixmap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_plastic.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Positioner.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Preferences.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Progress.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_read_image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_rect.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Repeat_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Return_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Roller.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_round_box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Round_Button.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_rounded_box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Scroll.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_scroll_area.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Scrollbar.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_set_font.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_set_fonts.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_shadow_box.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Shared_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_shortcut.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_show_colormap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Single_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Slider.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_symbols.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tabs.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Buffer.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Display.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Editor.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tile.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tiled_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tooltip.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_utf.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_utf8.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Valuator.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Input.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Output.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Slider.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_vertex.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_visual.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Widget.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_fullscreen.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_hotspot.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_iconize.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Wizard.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_x.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_XBM_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_XPM_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\flstring.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\xutf8\is_right2left.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\xutf8\is_spacing.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\numericsort.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\scandir.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\screen_xywh.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\vsnprintf.c +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fltkdll.dsp b/ide/visualc/fltkdll.dsp new file mode 100644 index 000000000..3063cf7bf --- /dev/null +++ b/ide/visualc/fltkdll.dsp @@ -0,0 +1,3406 @@ +# Microsoft Developer Studio Project File - Name="fltkdll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=fltkdll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fltkdll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fltkdll.mak" CFG="fltkdll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fltkdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "fltkdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fltkdll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "fltkdll0" +# PROP BASE Intermediate_Dir "fltkdll0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "../test" +# PROP Intermediate_Dir "fltkdll" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Os /Ob2 /I "../../zlib" /I "../../png" /I "../../jpeg" /I "." /I "../.." /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL" +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdll.pdb" /machine:I386 /out:"fltkdll.dll" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fltkdll1" +# PROP BASE Intermediate_Dir "fltkdll1" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "../test" +# PROP Intermediate_Dir "fltkdlld" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /ZI /Od /I "." /I "../.." /I "..\..\zlib" /I "..\..\png" /I "..\..\jpeg" /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL" +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdlld.pdb" /debug /machine:I386 /out:"fltkdlld.dll" /pdbtype:sept +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fltkdll - Win32 Release" +# Name "fltkdll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\src\xutf8\case.c +DEP_CPP_CASE_=\ + "..\..\src\xutf8\headers\case.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_absolute.cxx +DEP_CPP_FILEN=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FILEN=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_expand.cxx +DEP_CPP_FILENA=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FILENA=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_ext.cxx +DEP_CPP_FILENAM=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + +NODEP_CPP_FILENAM=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_isdir.cxx +DEP_CPP_FILENAME=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FILENAME=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_list.cxx +DEP_CPP_FILENAME_=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FILENAME_=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_match.cxx +DEP_CPP_FILENAME_M=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + +NODEP_CPP_FILENAME_M=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\filename_setext.cxx +DEP_CPP_FILENAME_S=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FILENAME_S=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl.cxx +DEP_CPP_FL_CX=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_bar.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\Fl_Sys_Menu_Bar.H"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\aimm.h"\ + "..\..\src\fl_font.h"\ + "..\..\src\Fl_mac.cxx"\ + "..\..\src\fl_win32.cxx"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_CX=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_abort.cxx +DEP_CPP_FL_AB=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_add_idle.cxx +DEP_CPP_FL_AD=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Adjuster.cxx +DEP_CPP_FL_ADJ=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_adjuster.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fastarrow.h"\ + "..\..\src\mediumarrow.h"\ + "..\..\src\slowarrow.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_arc.cxx +DEP_CPP_FL_AR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\math.h"\ + +NODEP_CPP_FL_AR=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_arci.cxx +DEP_CPP_FL_ARC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\math.h"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +NODEP_CPP_FL_ARC=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_arg.cxx +DEP_CPP_FL_ARG=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_ARG=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_ask.cxx +DEP_CPP_FL_AS=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_secret_input.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Bitmap.cxx +DEP_CPP_FL_BI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_BMP_Image.cxx +DEP_CPP_FL_BM=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_bmp_image.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\fl\fl_types.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Box.cxx +DEP_CPP_FL_BO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_boxtype.cxx +DEP_CPP_FL_BOX=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser.cxx +DEP_CPP_FL_BR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser_.cxx +DEP_CPP_FL_BRO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Browser_load.cxx +DEP_CPP_FL_BROW=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Button.cxx +DEP_CPP_FL_BU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Chart.cxx +DEP_CPP_FL_CH=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_chart.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_CH=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Check_Browser.cxx +DEP_CPP_FL_CHE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_check_browser.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Check_Button.cxx +DEP_CPP_FL_CHEC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Choice.cxx +DEP_CPP_FL_CHO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Clock.cxx +DEP_CPP_FL_CL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_clock.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_color.cxx +DEP_CPP_FL_CO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_cmap.h"\ + "..\..\src\fl_color_mac.cxx"\ + "..\..\src\fl_color_win32.cxx"\ + "..\..\src\Fl_XColor.H"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Color_Chooser.cxx +DEP_CPP_FL_COL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_color_chooser.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_input.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FL_COL=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_compose.cxx +DEP_CPP_FL_COM=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Counter.cxx +DEP_CPP_FL_COU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_counter.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_cursor.cxx +DEP_CPP_FL_CU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_curve.cxx +DEP_CPP_FL_CUR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Dial.cxx +DEP_CPP_FL_DI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_dial.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FL_DI=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_diamond_box.cxx +DEP_CPP_FL_DIA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_display.cxx +DEP_CPP_FL_DIS=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_dnd.cxx +DEP_CPP_FL_DN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_dnd_mac.cxx"\ + "..\..\src\fl_dnd_win32.cxx"\ + "..\..\src\fl_dnd_x.cxx"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Double_Window.cxx +DEP_CPP_FL_DO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw.cxx +DEP_CPP_FL_DR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw_image.cxx +DEP_CPP_FL_DRA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_draw_image_mac.cxx"\ + "..\..\src\fl_draw_image_win32.cxx"\ + "..\..\src\Fl_XColor.H"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_draw_pixmap.cxx +DEP_CPP_FL_DRAW=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_encoding_latin1.cxx +DEP_CPP_FL_EN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_encoding_mac_roman.cxx +DEP_CPP_FL_ENC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_engraved_label.cxx +DEP_CPP_FL_ENG=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Browser.cxx +DEP_CPP_FL_FI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_FI=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Chooser.cxx +DEP_CPP_FL_FIL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FL_FIL=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Chooser2.cxx +DEP_CPP_FL_FILE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_FILE=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_file_dir.cxx +DEP_CPP_FL_FILE_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_FILE_=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Icon.cxx +DEP_CPP_FL_FILE_I=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_FILE_I=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Icon2.cxx +DEP_CPP_FL_FILE_IC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_FILE_IC=\ + "..\..\..\..\usr\include\dirent.h"\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Input.cxx +DEP_CPP_FL_FILE_IN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_font.cxx +DEP_CPP_FL_FO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_font.h"\ + "..\..\src\fl_font_mac.cxx"\ + "..\..\src\fl_font_win32.cxx"\ + "..\..\src\fl_font_x.cxx"\ + "..\..\src\fl_font_xft.cxx"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_get_key.cxx +DEP_CPP_FL_GE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\Fl_get_key_mac.cxx"\ + "..\..\src\fl_get_key_win32.cxx"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_get_system_colors.cxx +DEP_CPP_FL_GET=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_tiled_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\math.h"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + "..\..\src\tile.xpm"\ + ".\config.h"\ + +NODEP_CPP_FL_GET=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_GIF_Image.cxx +DEP_CPP_FL_GI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_gif_image.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Choice.cxx +DEP_CPP_FL_GL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\gl.h"\ + "..\..\FL\gl_draw.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\Fl_Gl_Choice.H"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Overlay.cxx +DEP_CPP_FL_GL_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\gl.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\Fl_Gl_Choice.H"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Window.cxx +DEP_CPP_FL_GL_W=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\gl.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\Fl_Gl_Choice.H"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_grab.cxx +DEP_CPP_FL_GR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Group.cxx +DEP_CPP_FL_GRO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_gtk.cxx +DEP_CPP_FL_GT=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Help_Dialog.cxx +DEP_CPP_FL_HE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\Fl_Help_Dialog.H"\ + "..\..\FL\Fl_Help_View.H"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Help_View.cxx +DEP_CPP_FL_HEL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\Fl_Help_View.H"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Image.cxx +DEP_CPP_FL_IM=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_images_core.cxx +DEP_CPP_FL_IMA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_bmp_image.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_gif_image.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_jpeg_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_png_image.h"\ + "..\..\FL\fl_pnm_image.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Input.cxx +DEP_CPP_FL_IN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Input_.cxx +DEP_CPP_FL_INP=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_JPEG_Image.cxx +DEP_CPP_FL_JP=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_jpeg_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\jpeg\jconfig.h"\ + "..\..\jpeg\jerror.h"\ + "..\..\jpeg\jmorecfg.h"\ + "..\..\jpeg\jpegint.h"\ + "..\..\jpeg\jpeglib.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_labeltype.cxx +DEP_CPP_FL_LA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Light_Button.cxx +DEP_CPP_FL_LI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_line_style.cxx +DEP_CPP_FL_LIN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_lock.cxx +DEP_CPP_FL_LO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu.cxx +DEP_CPP_FL_ME=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_menu_window.h"\ + "..\..\FL\fl_single_window.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_.cxx +DEP_CPP_FL_MEN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_add.cxx +DEP_CPP_FL_MENU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Bar.cxx +DEP_CPP_FL_MENU_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_bar.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Button.cxx +DEP_CPP_FL_MENU_B=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_global.cxx +DEP_CPP_FL_MENU_G=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Menu_Window.cxx +DEP_CPP_FL_MENU_W=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_menu_window.h"\ + "..\..\FL\fl_single_window.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Multi_Label.cxx +DEP_CPP_FL_MU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_multi_label.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_open_uri.cxx +DEP_CPP_FL_OP=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_OP=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_oval_box.cxx +DEP_CPP_FL_OV=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_overlay.cxx +DEP_CPP_FL_OVE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_overlay_visual.cxx +DEP_CPP_FL_OVER=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Overlay_Window.cxx +DEP_CPP_FL_OVERL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_overlay_window.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_own_colormap.cxx +DEP_CPP_FL_OW=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Pack.cxx +DEP_CPP_FL_PA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_pack.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Pixmap.cxx +DEP_CPP_FL_PI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_plastic.cxx +DEP_CPP_FL_PL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_PNG_Image.cxx +DEP_CPP_FL_PN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_png_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\png\png.h"\ + "..\..\png\pngconf.h"\ + "..\..\zlib\zconf.h"\ + "..\..\zlib\zlib.h"\ + ".\config.h"\ + +NODEP_CPP_FL_PN=\ + "..\..\png\pngusr.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_PNM_Image.cxx +DEP_CPP_FL_PNM=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pnm_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Positioner.cxx +DEP_CPP_FL_PO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_positioner.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Preferences.cxx +DEP_CPP_FL_PR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_PR=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Progress.cxx +DEP_CPP_FL_PRO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_progress.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_read_image.cxx +DEP_CPP_FL_RE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_read_image_mac.cxx"\ + "..\..\src\fl_read_image_win32.cxx"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_rect.cxx +DEP_CPP_FL_REC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Repeat_Button.cxx +DEP_CPP_FL_REP=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_repeat_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Return_Button.cxx +DEP_CPP_FL_RET=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Roller.cxx +DEP_CPP_FL_RO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_roller.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_round_box.cxx +DEP_CPP_FL_ROU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Round_Button.cxx +DEP_CPP_FL_ROUN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_round_button.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_rounded_box.cxx +DEP_CPP_FL_ROUND=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Scroll.cxx +DEP_CPP_FL_SC=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_scroll.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tiled_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_scroll_area.cxx +DEP_CPP_FL_SCR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Scrollbar.cxx +DEP_CPP_FL_SCRO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_set_font.cxx +DEP_CPP_FL_SE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_font.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_set_fonts.cxx +DEP_CPP_FL_SET=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_font.h"\ + "..\..\src\fl_set_fonts_mac.cxx"\ + "..\..\src\fl_set_fonts_win32.cxx"\ + "..\..\src\fl_set_fonts_x.cxx"\ + "..\..\src\fl_set_fonts_xft.cxx"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_shadow_box.cxx +DEP_CPP_FL_SH=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Shared_Image.cxx +DEP_CPP_FL_SHA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_shared_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_xbm_image.h"\ + "..\..\FL\fl_xpm_image.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_shortcut.cxx +DEP_CPP_FL_SHO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_show_colormap.cxx +DEP_CPP_FL_SHOW=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_show_colormap.h"\ + "..\..\FL\fl_single_window.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Single_Window.cxx +DEP_CPP_FL_SI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_single_window.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Slider.cxx +DEP_CPP_FL_SL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_symbols.cxx +DEP_CPP_FL_SY=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_SY=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tabs.cxx +DEP_CPP_FL_TA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_tabs.h"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Buffer.cxx +DEP_CPP_FL_TE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_text_buffer.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Display.cxx +DEP_CPP_FL_TEX=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_text_buffer.h"\ + "..\..\FL\fl_text_display.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Text_Editor.cxx +DEP_CPP_FL_TEXT=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_text_buffer.h"\ + "..\..\FL\fl_text_display.h"\ + "..\..\FL\fl_text_editor.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tile.cxx +DEP_CPP_FL_TI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tiled_Image.cxx +DEP_CPP_FL_TIL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_tiled_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Tooltip.cxx +DEP_CPP_FL_TO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_menu_window.h"\ + "..\..\FL\fl_single_window.h"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_utf.c +DEP_CPP_FL_UT=\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_utf8.cxx +DEP_CPP_FL_UTF=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +NODEP_CPP_FL_UTF=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Valuator.cxx +DEP_CPP_FL_VA=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FL_VA=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Input.cxx +DEP_CPP_FL_VAL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_input.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FL_VAL=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Output.cxx +DEP_CPP_FL_VALU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_output.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Value_Slider.cxx +DEP_CPP_FL_VALUE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_slider.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_vertex.cxx +DEP_CPP_FL_VE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\math.h"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +NODEP_CPP_FL_VE=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_visual.cxx +DEP_CPP_FL_VI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Widget.cxx +DEP_CPP_FL_WI=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window.cxx +DEP_CPP_FL_WIN=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_fullscreen.cxx +DEP_CPP_FL_WIND=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_hotspot.cxx +DEP_CPP_FL_WINDO=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Window_iconize.cxx +DEP_CPP_FL_WINDOW=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Wizard.cxx +DEP_CPP_FL_WIZ=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\fl_wizard.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_x.cxx +DEP_CPP_FL_X_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_tooltip.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_XBM_Image.cxx +DEP_CPP_FL_XB=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_xbm_image.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_XPM_Image.cxx +DEP_CPP_FL_XP=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_xpm_image.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\flstring.c +DEP_CPP_FLSTR=\ + "..\..\FL\fl_export.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_bitmap.cxx +DEP_CPP_FORMS=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_chart.h"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_clock.h"\ + "..\..\FL\fl_counter.h"\ + "..\..\FL\fl_dial.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\Fl_FormsBitmap.H"\ + "..\..\FL\Fl_FormsPixmap.H"\ + "..\..\FL\Fl_Free.H"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_positioner.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_round_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_show_colormap.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\FL\Fl_Timer.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_slider.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\forms.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FORMS=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_compatability.cxx +DEP_CPP_FORMS_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_chart.h"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_clock.h"\ + "..\..\FL\fl_counter.h"\ + "..\..\FL\fl_dial.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\Fl_FormsBitmap.H"\ + "..\..\FL\Fl_FormsPixmap.H"\ + "..\..\FL\Fl_Free.H"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_positioner.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_repeat_button.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_round_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_show_colormap.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\FL\Fl_Timer.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_slider.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\forms.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FORMS_=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_free.cxx +DEP_CPP_FORMS_F=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Free.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_fselect.cxx +DEP_CPP_FORMS_FS=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_chart.h"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_clock.h"\ + "..\..\FL\fl_counter.h"\ + "..\..\FL\fl_dial.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\Fl_FormsBitmap.H"\ + "..\..\FL\Fl_FormsPixmap.H"\ + "..\..\FL\Fl_Free.H"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_positioner.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_round_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_show_colormap.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\FL\Fl_Timer.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_slider.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\forms.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +NODEP_CPP_FORMS_FS=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_pixmap.cxx +DEP_CPP_FORMS_P=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\filename.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\fl_ask.h"\ + "..\..\FL\fl_bitmap.h"\ + "..\..\FL\fl_box.h"\ + "..\..\FL\fl_browser.h"\ + "..\..\FL\fl_browser_.h"\ + "..\..\FL\fl_button.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_chart.h"\ + "..\..\FL\fl_check_button.h"\ + "..\..\FL\fl_choice.h"\ + "..\..\FL\fl_clock.h"\ + "..\..\FL\fl_counter.h"\ + "..\..\FL\fl_dial.h"\ + "..\..\FL\fl_double_window.h"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_File_Browser.H"\ + "..\..\FL\fl_file_chooser.h"\ + "..\..\FL\fl_file_icon.h"\ + "..\..\FL\fl_file_input.h"\ + "..\..\FL\Fl_FormsBitmap.H"\ + "..\..\FL\Fl_FormsPixmap.H"\ + "..\..\FL\Fl_Free.H"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_input.h"\ + "..\..\FL\fl_input_.h"\ + "..\..\FL\fl_light_button.h"\ + "..\..\FL\fl_menu_.h"\ + "..\..\FL\fl_menu_button.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\FL\fl_pixmap.h"\ + "..\..\FL\fl_positioner.h"\ + "..\..\FL\fl_preferences.h"\ + "..\..\FL\fl_return_button.h"\ + "..\..\FL\fl_round_button.h"\ + "..\..\FL\fl_scrollbar.h"\ + "..\..\FL\fl_show_colormap.h"\ + "..\..\FL\fl_slider.h"\ + "..\..\FL\fl_tile.h"\ + "..\..\FL\Fl_Timer.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_valuator.h"\ + "..\..\FL\fl_value_slider.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\forms.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FORMS_P=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_timer.cxx +DEP_CPP_FORMS_T=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Timer.H"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_geometry.cxx +DEP_CPP_FREEG=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\math.h"\ + "..\..\FL\Xutf8.h"\ + +NODEP_CPP_FREEG=\ + "..\..\..\..\usr\include\math.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_stroke_mono_roman.cxx +DEP_CPP_FREEGL=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_stroke_roman.cxx +DEP_CPP_FREEGLU=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\Xutf8.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_teapot.cxx +DEP_CPP_FREEGLUT=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\freeglut_teapot_data.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\gl_draw.cxx +DEP_CPP_GL_DR=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\gl.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\fl_font.h"\ + "..\..\src\Fl_Gl_Choice.H"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\gl_start.cxx +DEP_CPP_GL_ST=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_draw.h"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\gl.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\Fl_Gl_Choice.H"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\glut_compatability.cxx +DEP_CPP_GLUT_=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\FL\fl_image.h"\ + "..\..\FL\fl_menu_item.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\glut_font.cxx +DEP_CPP_GLUT_F=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\Fl_Gl_Window.H"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\glut.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\xutf8\is_right2left.c +# End Source File +# Begin Source File + +SOURCE=..\..\src\xutf8\is_spacing.c +DEP_CPP_IS_SP=\ + "..\..\src\xutf8\headers\spacing.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\numericsort.c +DEP_CPP_NUMER=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + ".\config.h"\ + +NODEP_CPP_NUMER=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\scandir.c +DEP_CPP_SCAND=\ + "..\..\FL\filename.h"\ + "..\..\FL\fl_export.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\Xutf8.h"\ + "..\..\src\flstring.h"\ + "..\..\src\scandir_win32.c"\ + ".\config.h"\ + +NODEP_CPP_SCAND=\ + "..\..\..\..\usr\include\dirent.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\screen_xywh.cxx +DEP_CPP_SCREE=\ + "..\..\FL\enumerations.h"\ + "..\..\FL\fl.h"\ + "..\..\FL\Fl_Cairo.H"\ + "..\..\FL\fl_export.h"\ + "..\..\FL\fl_group.h"\ + "..\..\fl\fl_types.h"\ + "..\..\fl\fl_utf8.h"\ + "..\..\FL\fl_widget.h"\ + "..\..\FL\fl_window.h"\ + "..\..\FL\mac.H"\ + "..\..\FL\win32.h"\ + "..\..\FL\x.h"\ + "..\..\FL\Xutf8.h"\ + ".\config.h"\ + +# End Source File +# Begin Source File + +SOURCE=..\..\src\vsnprintf.c +DEP_CPP_VSNPR=\ + "..\..\FL\fl_export.h"\ + "..\..\src\flstring.h"\ + ".\config.h"\ + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fltkforms.dsp b/ide/visualc/fltkforms.dsp new file mode 100644 index 000000000..ca0511c12 --- /dev/null +++ b/ide/visualc/fltkforms.dsp @@ -0,0 +1,109 @@ +# Microsoft Developer Studio Project File - Name="fltkforms" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=fltkforms - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fltkforms.lib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fltkforms.lib.mak" CFG="fltkforms - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fltkforms - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "fltkforms - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fltkforms - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkforms.lib" + +!ELSEIF "$(CFG)" == "fltkforms - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Z7 /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkformsd.lib" + +!ENDIF + +# Begin Target + +# Name "fltkforms - Win32 Release" +# Name "fltkforms - Win32 Debug" +# Begin Source File + +SOURCE=..\..\src\forms_bitmap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_compatability.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_free.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_fselect.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_pixmap.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\forms_timer.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fltkgl.dsp b/ide/visualc/fltkgl.dsp new file mode 100644 index 000000000..72892f20d --- /dev/null +++ b/ide/visualc/fltkgl.dsp @@ -0,0 +1,133 @@ +# Microsoft Developer Studio Project File - Name="fltkgl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=fltkgl - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fltkgl.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fltkgl.mak" CFG="fltkgl - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fltkgl - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "fltkgl - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fltkgl - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkgl.lib" + +!ELSEIF "$(CFG)" == "fltkgl - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Z7 /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkgld.lib" + +!ENDIF + +# Begin Target + +# Name "fltkgl - Win32 Release" +# Name "fltkgl - Win32 Debug" +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Choice.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Overlay.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Gl_Window.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_geometry.cxx + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_stroke_mono_roman.cxx + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_stroke_roman.cxx + +# End Source File +# Begin Source File + +SOURCE=..\..\src\freeglut_teapot.cxx + +# End Source File +# Begin Source File + +SOURCE=..\..\src\gl_draw.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\gl_start.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\glut_compatability.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\glut_font.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fltkimages.dsp b/ide/visualc/fltkimages.dsp new file mode 100644 index 000000000..e2245e00c --- /dev/null +++ b/ide/visualc/fltkimages.dsp @@ -0,0 +1,117 @@ +# Microsoft Developer Studio Project File - Name="fltkimages" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=fltkimages - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fltkimages.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fltkimages.mak" CFG="fltkimages - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fltkimages - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "fltkimages - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fltkimages - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /I "../../zlib" /I "../../png" /I "../../jpeg" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkimages.lib" + +!ELSEIF "$(CFG)" == "fltkimages - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Z7 /Od /I "." /I "../.." /I "..\..\zlib" /I "..\..\png" /I "..\..\jpeg" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkimagesd.lib" + +!ENDIF + +# Begin Target + +# Name "fltkimages - Win32 Release" +# Name "fltkimages - Win32 Debug" +# Begin Source File + +SOURCE=..\..\src\Fl_BMP_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_File_Icon2.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_GIF_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_Help_Dialog.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\fl_images_core.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_JPEG_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_PNG_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\src\Fl_PNM_Image.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fluid.dsp b/ide/visualc/fluid.dsp new file mode 100644 index 000000000..c8f6d15f1 --- /dev/null +++ b/ide/visualc/fluid.dsp @@ -0,0 +1,170 @@ +# Microsoft Developer Studio Project File - Name="fluid" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=fluid - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fluid.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fluid.mak" CFG="fluid - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fluid - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "fluid - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fluid - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "fluid___" +# PROP BASE Intermediate_Dir "fluid___" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "fluid___" +# PROP Intermediate_Dir "fluid___" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /I "../../png" /I "../../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"../fluid/fluid.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "fluid - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fluid__0" +# PROP BASE Intermediate_Dir "fluid__0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "fluid__0" +# PROP Intermediate_Dir "fluid__0" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /I "../../png" /I "../../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /nodefaultlib:"libcmtd" /out:"../fluid/fluidd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fluid - Win32 Release" +# Name "fluid - Win32 Debug" +# Begin Source File + +SOURCE=..\..\fluid\about_panel.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\align_widget.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\alignment_panel.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\code.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\CodeEditor.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\factory.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\file.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Function_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Group_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Menu_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Widget_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fl_Window_Type.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\fluid.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\Fluid_Image.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\function_panel.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\template_panel.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\undo.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\fluid\widget_panel.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fonts.dsp b/ide/visualc/fonts.dsp new file mode 100644 index 000000000..683497b19 --- /dev/null +++ b/ide/visualc/fonts.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="fonts" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=fonts - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fonts.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fonts.mak" CFG="fonts - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fonts - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "fonts - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fonts - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fonts.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "fonts - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fonts_" +# PROP BASE Intermediate_Dir "fonts_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "fonts_" +# PROP Intermediate_Dir "fonts_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fontsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fonts - Win32 Release" +# Name "fonts - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\fonts.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/forms.dsp b/ide/visualc/forms.dsp new file mode 100644 index 000000000..9c55acf6a --- /dev/null +++ b/ide/visualc/forms.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="forms" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=forms - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "forms.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "forms.mak" CFG="forms - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "forms - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "forms - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "forms - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/forms.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "forms - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "forms_" +# PROP BASE Intermediate_Dir "forms_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "forms_" +# PROP Intermediate_Dir "forms_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/formsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "forms - Win32 Release" +# Name "forms - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\forms.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fractals.dsp b/ide/visualc/fractals.dsp new file mode 100644 index 000000000..a2c956e6a --- /dev/null +++ b/ide/visualc/fractals.dsp @@ -0,0 +1,101 @@ +# Microsoft Developer Studio Project File - Name="fractals" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=fractals - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fractals.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fractals.mak" CFG="fractals - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fractals - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "fractals - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fractals - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fractals.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "fractals - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fractals_" +# PROP BASE Intermediate_Dir "fractals_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "fractals_" +# PROP Intermediate_Dir "fractals_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fractalsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fractals - Win32 Release" +# Name "fractals - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\fractals.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\fracviewer.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/fullscreen.dsp b/ide/visualc/fullscreen.dsp new file mode 100644 index 000000000..60219cdfa --- /dev/null +++ b/ide/visualc/fullscreen.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="fullscreen" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=fullscreen - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "fullscreen.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "fullscreen.mak" CFG="fullscreen - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "fullscreen - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "fullscreen - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "fullscreen - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 opengl32.lib glu32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fullscreen.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "fullscreen - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "fullscreen_" +# PROP BASE Intermediate_Dir "fullscreen_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "fullscreen_" +# PROP Intermediate_Dir "fullscreen_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 opengl32.lib glu32.lib fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/fullscreend.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "fullscreen - Win32 Release" +# Name "fullscreen - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\fullscreen.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/gl_overlay.dsp b/ide/visualc/gl_overlay.dsp new file mode 100644 index 000000000..00971f759 --- /dev/null +++ b/ide/visualc/gl_overlay.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="gl_overlay" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=gl_overlay - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "gl_overlay.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "gl_overlay.mak" CFG="gl_overlay - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "gl_overlay - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "gl_overlay - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "gl_overlay - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/gl_overlay.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "gl_overlay - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "gl_overlay_" +# PROP BASE Intermediate_Dir "gl_overlay_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "gl_overlay_" +# PROP Intermediate_Dir "gl_overlay_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/gl_overlayd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "gl_overlay - Win32 Release" +# Name "gl_overlay - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\gl_overlay.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/glpuzzle.dsp b/ide/visualc/glpuzzle.dsp new file mode 100644 index 000000000..9f43ea789 --- /dev/null +++ b/ide/visualc/glpuzzle.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="glpuzzle" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=glpuzzle - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "glpuzzle.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "glpuzzle.mak" CFG="glpuzzle - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "glpuzzle - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "glpuzzle - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "glpuzzle - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/glpuzzle.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "glpuzzle - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "glpuzzle_" +# PROP BASE Intermediate_Dir "glpuzzle_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "glpuzzle_" +# PROP Intermediate_Dir "glpuzzle_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/glpuzzled.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "glpuzzle - Win32 Release" +# Name "glpuzzle - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\glpuzzle.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/hello.dsp b/ide/visualc/hello.dsp new file mode 100644 index 000000000..9b569afb9 --- /dev/null +++ b/ide/visualc/hello.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="hello" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=hello - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "hello.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "hello.mak" CFG="hello - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "hello - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "hello - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "hello - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/hello.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "hello - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "hello_" +# PROP BASE Intermediate_Dir "hello_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "hello_" +# PROP Intermediate_Dir "hello_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/hellod.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "hello - Win32 Release" +# Name "hello - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\hello.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/help.dsp b/ide/visualc/help.dsp new file mode 100644 index 000000000..71c95feb1 --- /dev/null +++ b/ide/visualc/help.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="help" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=help - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "help.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "help.mak" CFG="help - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "help - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "help - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "help - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /out:"../../test/help.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "help - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "help_" +# PROP BASE Intermediate_Dir "help_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "help_" +# PROP Intermediate_Dir "help_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/helpd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "help - Win32 Release" +# Name "help - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\help.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/iconize.dsp b/ide/visualc/iconize.dsp new file mode 100644 index 000000000..75e64476a --- /dev/null +++ b/ide/visualc/iconize.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="iconize" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=iconize - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "iconize.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "iconize.mak" CFG="iconize - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "iconize - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "iconize - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "iconize - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/iconize.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "iconize - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "iconize_" +# PROP BASE Intermediate_Dir "iconize_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "iconize_" +# PROP Intermediate_Dir "iconize_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/iconized.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "iconize - Win32 Release" +# Name "iconize - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\iconize.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/image.dsp b/ide/visualc/image.dsp new file mode 100644 index 000000000..8009df9ca --- /dev/null +++ b/ide/visualc/image.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="image" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=image - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "image.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "image.mak" CFG="image - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "image - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "image - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "image - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/image.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "image - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "image_" +# PROP BASE Intermediate_Dir "image_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "image_" +# PROP Intermediate_Dir "image_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/imaged.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "image - Win32 Release" +# Name "image - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\image.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/inactive.dsp b/ide/visualc/inactive.dsp new file mode 100644 index 000000000..650d9e737 --- /dev/null +++ b/ide/visualc/inactive.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="inactive" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=inactive - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "inactive.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "inactive.mak" CFG="inactive - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "inactive - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "inactive - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "inactive - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inactive.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "inactive - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "inactive_" +# PROP BASE Intermediate_Dir "inactive_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "inactive_" +# PROP Intermediate_Dir "inactive_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inactived.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "inactive - Win32 Release" +# Name "inactive - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\inactive.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\inactive.fl + +!IF "$(CFG)" == "inactive - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\inactive.fl + +"..\..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c inactive.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "inactive - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\inactive.fl + +"..\..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c inactive.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/input.dsp b/ide/visualc/input.dsp new file mode 100644 index 000000000..082698522 --- /dev/null +++ b/ide/visualc/input.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="input" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=input - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "input.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "input.mak" CFG="input - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "input - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "input - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "input - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/input.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "input - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "input_" +# PROP BASE Intermediate_Dir "input_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "input_" +# PROP Intermediate_Dir "input_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/inputd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "input - Win32 Release" +# Name "input - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\input.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/input_choice.dsp b/ide/visualc/input_choice.dsp new file mode 100644 index 000000000..59f336e36 --- /dev/null +++ b/ide/visualc/input_choice.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="input_choice" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=input_choice - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "input_choice.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "input_choice.mak" CFG="input_choice - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "input_choice - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "input_choice - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "input_choice - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/input_choice.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "input_choice - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "input_choice_" +# PROP BASE Intermediate_Dir "input_choice_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "input_choice_" +# PROP Intermediate_Dir "input_choice_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/input_choiced.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "input_choice - Win32 Release" +# Name "input_choice - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\input_choice.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/jpeg.dsp b/ide/visualc/jpeg.dsp new file mode 100644 index 000000000..cb5542b03 --- /dev/null +++ b/ide/visualc/jpeg.dsp @@ -0,0 +1,280 @@ +# Microsoft Developer Studio Project File - Name="jpeg" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=jpeg - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "jpeg.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "jpeg.mak" CFG="jpeg - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "jpeg - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "jpeg - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "jpeg - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Ot /Op /Ob2 /I "." /I "../../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkjpeg.lib" + +!ELSEIF "$(CFG)" == "jpeg - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Zi /Od /I "." /I "../../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkjpegd.lib" + +!ENDIF + +# Begin Target + +# Name "jpeg - Win32 Release" +# Name "jpeg - Win32 Debug" +# Begin Source File + +SOURCE=..\..\jpeg\jcapimin.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcapistd.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jccoefct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jccolor.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcdctmgr.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jchuff.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcinit.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcmainct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcmarker.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcmaster.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcomapi.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcparam.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcphuff.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcprepct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jcsample.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jctrans.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdapimin.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdapistd.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdatadst.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdatasrc.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdcoefct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdcolor.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jddctmgr.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdhuff.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdinput.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdmainct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdmarker.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdmaster.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdmerge.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdphuff.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdpostct.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdsample.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jdtrans.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jerror.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jfdctflt.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jfdctfst.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jfdctint.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jidctflt.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jidctfst.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jidctint.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jidctred.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jmemmgr.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jmemnobs.c + +!IF "$(CFG)" == "jpeg - Win32 Release" + +# ADD CPP /MT + +!ELSEIF "$(CFG)" == "jpeg - Win32 Debug" + +# ADD CPP /MTd + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jquant1.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jquant2.c +# End Source File +# Begin Source File + +SOURCE=..\..\jpeg\jutils.c +# End Source File +# End Target +# End Project diff --git a/ide/visualc/keyboard.dsp b/ide/visualc/keyboard.dsp new file mode 100644 index 000000000..25ad13b43 --- /dev/null +++ b/ide/visualc/keyboard.dsp @@ -0,0 +1,132 @@ +# Microsoft Developer Studio Project File - Name="keyboard" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=keyboard - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "keyboard.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "keyboard.mak" CFG="keyboard - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "keyboard - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "keyboard - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "keyboard - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/keyboard.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "keyboard - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "keyboard_" +# PROP BASE Intermediate_Dir "keyboard_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "keyboard_" +# PROP Intermediate_Dir "keyboard_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/keyboardd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "keyboard - Win32 Release" +# Name "keyboard - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\keyboard.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\keyboard_ui.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\keyboard_ui.fl + +!IF "$(CFG)" == "keyboard - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\keyboard_ui.fl + +"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c keyboard_ui.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "keyboard - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\keyboard_ui.fl + +"..\..\test\keyboard_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c keyboard_ui.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/label.dsp b/ide/visualc/label.dsp new file mode 100644 index 000000000..b568f92ba --- /dev/null +++ b/ide/visualc/label.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="label" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=label - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "label.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "label.mak" CFG="label - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "label - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "label - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "label - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/label.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "label - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "label_" +# PROP BASE Intermediate_Dir "label_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "label_" +# PROP Intermediate_Dir "label_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/labeld.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "label - Win32 Release" +# Name "label - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\label.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/libpng.dsp b/ide/visualc/libpng.dsp new file mode 100644 index 000000000..e80f3b196 --- /dev/null +++ b/ide/visualc/libpng.dsp @@ -0,0 +1,145 @@ +# Microsoft Developer Studio Project File - Name="libpng" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libpng - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libpng.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libpng.mak" CFG="libpng - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libpng - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libpng - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libpng - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Ot /Op /Ob2 /I "." /I "../../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkpng.lib" + +!ELSEIF "$(CFG)" == "libpng - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Zi /Od /I "." /I "../../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\lib\fltkpngd.lib" + +!ENDIF + +# Begin Target + +# Name "libpng - Win32 Release" +# Name "libpng - Win32 Debug" +# Begin Source File + +SOURCE=..\..\png\png.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngerror.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngget.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngmem.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngpread.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngread.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngrio.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngrtran.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngrutil.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngset.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngtrans.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngwio.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngwrite.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngwtran.c +# End Source File +# Begin Source File + +SOURCE=..\..\png\pngwutil.c +# End Source File +# End Target +# End Project diff --git a/ide/visualc/line_style.dsp b/ide/visualc/line_style.dsp new file mode 100644 index 000000000..b780140f6 --- /dev/null +++ b/ide/visualc/line_style.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="line_style" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=line_style - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "line_style.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "line_style.mak" CFG="line_style - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "line_style - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "line_style - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "line_style - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/line_style.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "line_style - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "line_style_" +# PROP BASE Intermediate_Dir "line_style_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "line_style_" +# PROP Intermediate_Dir "line_style_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/line_styled.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "line_style - Win32 Release" +# Name "line_style - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\line_style.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/mandelbrot.dsp b/ide/visualc/mandelbrot.dsp new file mode 100644 index 000000000..e976848e9 --- /dev/null +++ b/ide/visualc/mandelbrot.dsp @@ -0,0 +1,132 @@ +# Microsoft Developer Studio Project File - Name="mandelbrot" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=mandelbrot - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "mandelbrot.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "mandelbrot.mak" CFG="mandelbrot - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "mandelbrot - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "mandelbrot - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "mandelbrot - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 glu32.lib opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/mandelbrot.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "mandelbrot - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "mandelbrot_" +# PROP BASE Intermediate_Dir "mandelbrot_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "mandelbrot_" +# PROP Intermediate_Dir "mandelbrot_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 glu32.lib opengl32.lib fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/mandelbrotd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "mandelbrot - Win32 Release" +# Name "mandelbrot - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\mandelbrot.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\mandelbrot_ui.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\mandelbrot_ui.fl + +!IF "$(CFG)" == "mandelbrot - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\mandelbrot_ui.fl + +"../../test/mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c mandelbrot_ui.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "mandelbrot - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\mandelbrot_ui.fl + +"../../test/mandelbrot_ui.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c mandelbrot_ui.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/menubar.dsp b/ide/visualc/menubar.dsp new file mode 100644 index 000000000..93310a989 --- /dev/null +++ b/ide/visualc/menubar.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="menubar" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=menubar - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "menubar.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "menubar.mak" CFG="menubar - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "menubar - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "menubar - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "menubar - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /machine:I386 /nodefaultlib:"libcd" /out:"../../test/menubar.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "menubar - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "menubar_" +# PROP BASE Intermediate_Dir "menubar_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "menubar_" +# PROP Intermediate_Dir "menubar_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/menubard.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "menubar - Win32 Release" +# Name "menubar - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\menubar.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/message.dsp b/ide/visualc/message.dsp new file mode 100644 index 000000000..8844eba81 --- /dev/null +++ b/ide/visualc/message.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="message" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=message - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "message.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "message.mak" CFG="message - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "message - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "message - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "message - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/message.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "message - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "message_" +# PROP BASE Intermediate_Dir "message_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "message_" +# PROP Intermediate_Dir "message_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/messaged.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "message - Win32 Release" +# Name "message - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\message.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/minimum.dsp b/ide/visualc/minimum.dsp new file mode 100644 index 000000000..ee0ed390c --- /dev/null +++ b/ide/visualc/minimum.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="minimum" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=minimum - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "minimum.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "minimum.mak" CFG="minimum - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "minimum - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "minimum - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "minimum - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/minimum.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "minimum - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "minimum_" +# PROP BASE Intermediate_Dir "minimum_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "minimum_" +# PROP Intermediate_Dir "minimum_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/minimumd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "minimum - Win32 Release" +# Name "minimum - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\minimum.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/navigation.dsp b/ide/visualc/navigation.dsp new file mode 100644 index 000000000..dcde5fc04 --- /dev/null +++ b/ide/visualc/navigation.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="navigation" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=navigation - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "navigation.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "navigation.mak" CFG="navigation - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "navigation - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "navigation - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "navigation - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/navigation.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "navigation - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "navigation_" +# PROP BASE Intermediate_Dir "navigation_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "navigation_" +# PROP Intermediate_Dir "navigation_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/navigationd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "navigation - Win32 Release" +# Name "navigation - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\navigation.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/output.dsp b/ide/visualc/output.dsp new file mode 100644 index 000000000..83e69e772 --- /dev/null +++ b/ide/visualc/output.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="output" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=output - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "output.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "output.mak" CFG="output - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "output - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "output - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "output - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/output.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "output - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "output_" +# PROP BASE Intermediate_Dir "output_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "output_" +# PROP Intermediate_Dir "output_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/outputd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "output - Win32 Release" +# Name "output - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\output.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/overlay.dsp b/ide/visualc/overlay.dsp new file mode 100644 index 000000000..7f5b1470c --- /dev/null +++ b/ide/visualc/overlay.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="overlay" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=overlay - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "overlay.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "overlay.mak" CFG="overlay - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "overlay - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "overlay - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "overlay - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/overlay.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "overlay - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "overlay_" +# PROP BASE Intermediate_Dir "overlay_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "overlay_" +# PROP Intermediate_Dir "overlay_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/overlayd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "overlay - Win32 Release" +# Name "overlay - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\overlay.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/pack.dsp b/ide/visualc/pack.dsp new file mode 100644 index 000000000..4213dbc23 --- /dev/null +++ b/ide/visualc/pack.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="pack" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=pack - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pack.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pack.mak" CFG="pack - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pack - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "pack - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "pack - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pack.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "pack - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "pack_" +# PROP BASE Intermediate_Dir "pack_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "pack_" +# PROP Intermediate_Dir "pack_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/packd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "pack - Win32 Release" +# Name "pack - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\pack.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/pixmap.dsp b/ide/visualc/pixmap.dsp new file mode 100644 index 000000000..0d9fb0fd0 --- /dev/null +++ b/ide/visualc/pixmap.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="pixmap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=pixmap - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pixmap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pixmap.mak" CFG="pixmap - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pixmap - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "pixmap - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "pixmap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmap.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "pixmap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "pixmap_" +# PROP BASE Intermediate_Dir "pixmap_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "pixmap_" +# PROP Intermediate_Dir "pixmap_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/pixmapd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "pixmap - Win32 Release" +# Name "pixmap - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\pixmap.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/pixmap_browser.dsp b/ide/visualc/pixmap_browser.dsp new file mode 100644 index 000000000..48f078410 --- /dev/null +++ b/ide/visualc/pixmap_browser.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="pixmap_browser" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=pixmap_browser - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "pixmap_browser.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "pixmap_browser.mak" CFG="pixmap_browser - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "pixmap_browser - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "pixmap_browser - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "pixmap_browser - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"../../test/pixmap_browser.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "pixmap_browser - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "pixmap_browser_" +# PROP BASE Intermediate_Dir "pixmap_browser_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "pixmap_browser_" +# PROP Intermediate_Dir "pixmap_browser_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libc" /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /nodefaultlib:"libcmtd" /out:"../../test/pixmap_browserd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "pixmap_browser - Win32 Release" +# Name "pixmap_browser - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\pixmap_browser.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/preferences.dsp b/ide/visualc/preferences.dsp new file mode 100644 index 000000000..b75d3e499 --- /dev/null +++ b/ide/visualc/preferences.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="preferences" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=preferences - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "preferences.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "preferences.mak" CFG="preferences - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "preferences - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "preferences - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "preferences - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/preferences.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "preferences - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "preferences_" +# PROP BASE Intermediate_Dir "preferences_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "preferences_" +# PROP Intermediate_Dir "preferences_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/preferencesd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "preferences - Win32 Release" +# Name "preferences - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\preferences.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\preferences.fl + +!IF "$(CFG)" == "preferences - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\preferences.fl + +"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c preferences.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "preferences - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\preferences.fl + +"..\..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c preferences.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/radio.dsp b/ide/visualc/radio.dsp new file mode 100644 index 000000000..28c2c2cb8 --- /dev/null +++ b/ide/visualc/radio.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="radio" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=radio - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "radio.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "radio.mak" CFG="radio - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "radio - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "radio - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "radio - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/radio.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "radio - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "radio_" +# PROP BASE Intermediate_Dir "radio_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "radio_" +# PROP Intermediate_Dir "radio_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/radiod.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "radio - Win32 Release" +# Name "radio - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\radio.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\radio.fl + +!IF "$(CFG)" == "radio - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\radio.fl + +"../../test/radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c radio.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "radio - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\radio.fl + +"../../test/radio.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c radio.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/resize.dsp b/ide/visualc/resize.dsp new file mode 100644 index 000000000..97142769d --- /dev/null +++ b/ide/visualc/resize.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="resize" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=resize - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "resize.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "resize.mak" CFG="resize - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "resize - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "resize - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "resize - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resize.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "resize - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "resize_" +# PROP BASE Intermediate_Dir "resize_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "resize_" +# PROP Intermediate_Dir "resize_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resized.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "resize - Win32 Release" +# Name "resize - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\resize.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\resize.fl + +!IF "$(CFG)" == "resize - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\resize.fl + +"../../test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c resize.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "resize - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\resize.fl + +"../../test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c resize.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/resizebox.dsp b/ide/visualc/resizebox.dsp new file mode 100644 index 000000000..072226c55 --- /dev/null +++ b/ide/visualc/resizebox.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="resizebox" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=resizebox - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "resizebox.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "resizebox.mak" CFG="resizebox - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "resizebox - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "resizebox - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "resizebox - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resizebox.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "resizebox - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "resizebox_" +# PROP BASE Intermediate_Dir "resizebox_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "resizebox_" +# PROP Intermediate_Dir "resizebox_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/resizeboxd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "resizebox - Win32 Release" +# Name "resizebox - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\resizebox.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/scroll.dsp b/ide/visualc/scroll.dsp new file mode 100644 index 000000000..6d1052c02 --- /dev/null +++ b/ide/visualc/scroll.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="scroll" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=scroll - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "scroll.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "scroll.mak" CFG="scroll - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "scroll - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "scroll - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "scroll - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/scroll.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "scroll - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "scroll_" +# PROP BASE Intermediate_Dir "scroll_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "scroll_" +# PROP Intermediate_Dir "scroll_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/scrolld.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "scroll - Win32 Release" +# Name "scroll - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\scroll.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/shape.dsp b/ide/visualc/shape.dsp new file mode 100644 index 000000000..e0f6629b9 --- /dev/null +++ b/ide/visualc/shape.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="shape" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=shape - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "shape.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "shape.mak" CFG="shape - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "shape - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "shape - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "shape - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/shape.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "shape - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "shape_" +# PROP BASE Intermediate_Dir "shape_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "shape_" +# PROP Intermediate_Dir "shape_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 opengl32.lib fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/shaped.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "shape - Win32 Release" +# Name "shape - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\shape.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/subwindow.dsp b/ide/visualc/subwindow.dsp new file mode 100644 index 000000000..d531e1834 --- /dev/null +++ b/ide/visualc/subwindow.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="subwindow" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=subwindow - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "subwindow.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "subwindow.mak" CFG="subwindow - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "subwindow - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "subwindow - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "subwindow - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/subwindow.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "subwindow - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "subwindow_" +# PROP BASE Intermediate_Dir "subwindow_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "subwindow_" +# PROP Intermediate_Dir "subwindow_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/subwindowd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "subwindow - Win32 Release" +# Name "subwindow - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\subwindow.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/sudoku.dsp b/ide/visualc/sudoku.dsp new file mode 100644 index 000000000..df57ce929 --- /dev/null +++ b/ide/visualc/sudoku.dsp @@ -0,0 +1,105 @@ +# Microsoft Developer Studio Project File - Name="sudoku" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=sudoku - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "sudoku.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "sudoku.mak" CFG="sudoku - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "sudoku - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "sudoku - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "sudoku - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 winmm.lib fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/sudoku.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "sudoku - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "sudoku_" +# PROP BASE Intermediate_Dir "sudoku_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "sudoku_" +# PROP Intermediate_Dir "sudoku_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 winmm.lib fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/sudokud.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "sudoku - Win32 Release" +# Name "sudoku - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\sudoku.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\sudoku.ico +# End Source File +# Begin Source File + +SOURCE=..\..\test\sudoku.rc +# End Source File +# End Target +# End Project diff --git a/ide/visualc/symbols.dsp b/ide/visualc/symbols.dsp new file mode 100644 index 000000000..89eb730d9 --- /dev/null +++ b/ide/visualc/symbols.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="symbols" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=symbols - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "symbols.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "symbols.mak" CFG="symbols - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "symbols - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "symbols - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "symbols - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/symbols.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "symbols - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "symbols_" +# PROP BASE Intermediate_Dir "symbols_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "symbols_" +# PROP Intermediate_Dir "symbols_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/symbolsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "symbols - Win32 Release" +# Name "symbols - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\symbols.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/tabs.dsp b/ide/visualc/tabs.dsp new file mode 100644 index 000000000..7d0326ef5 --- /dev/null +++ b/ide/visualc/tabs.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="tabs" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=tabs - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tabs.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tabs.mak" CFG="tabs - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tabs - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "tabs - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tabs - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabs.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "tabs - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "tabs_" +# PROP BASE Intermediate_Dir "tabs_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "tabs_" +# PROP Intermediate_Dir "tabs_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tabsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "tabs - Win32 Release" +# Name "tabs - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\tabs.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\tabs.fl + +!IF "$(CFG)" == "tabs - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\tabs.fl + +"../../test/tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c tabs.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "tabs - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\tabs.fl + +"../../test/tabs.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c tabs.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/threads.dsp b/ide/visualc/threads.dsp new file mode 100644 index 000000000..b13f9eea8 --- /dev/null +++ b/ide/visualc/threads.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="threads" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=threads - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "threads.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "threads.mak" CFG="threads - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "threads - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "threads - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "threads - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/threads.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "threads - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "threads_" +# PROP BASE Intermediate_Dir "threads_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "threads_" +# PROP Intermediate_Dir "threads_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/threadsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "threads - Win32 Release" +# Name "threads - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\threads.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/tile.dsp b/ide/visualc/tile.dsp new file mode 100644 index 000000000..7249b80b8 --- /dev/null +++ b/ide/visualc/tile.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="tile" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=tile - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tile.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tile.mak" CFG="tile - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tile - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "tile - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tile - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tile.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "tile - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "tile_" +# PROP BASE Intermediate_Dir "tile_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "tile_" +# PROP Intermediate_Dir "tile_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "tile - Win32 Release" +# Name "tile - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\tile.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/tiled_image.dsp b/ide/visualc/tiled_image.dsp new file mode 100644 index 000000000..bf5649fa3 --- /dev/null +++ b/ide/visualc/tiled_image.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="tiled_image" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=tiled_image - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "tiled_image.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "tiled_image.mak" CFG="tiled_image - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "tiled_image - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "tiled_image - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "tiled_image - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled_image.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "tiled_image - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "tiled_image_" +# PROP BASE Intermediate_Dir "tiled_image_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "tiled_image_" +# PROP Intermediate_Dir "tiled_image_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/tiled_imaged.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "tiled_image - Win32 Release" +# Name "tiled_image - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\tiled_image.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/utf8.dsp b/ide/visualc/utf8.dsp new file mode 100644 index 000000000..75ce1ae0d --- /dev/null +++ b/ide/visualc/utf8.dsp @@ -0,0 +1,97 @@ +# Microsoft Developer Studio Project File - Name="utf8" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=utf8 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "utf8.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "utf8.mak" CFG="utf8 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "utf8 - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "utf8 - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "utf8 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 fltk.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/utf8.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "utf8 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "utf8_" +# PROP BASE Intermediate_Dir "utf8_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "utf8_" +# PROP Intermediate_Dir "utf8_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib imm32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/utf8d.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "utf8 - Win32 Release" +# Name "utf8 - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\utf8.cxx +# End Source File +# End Target +# End Project diff --git a/ide/visualc/valuators.dsp b/ide/visualc/valuators.dsp new file mode 100644 index 000000000..ddfdbf846 --- /dev/null +++ b/ide/visualc/valuators.dsp @@ -0,0 +1,128 @@ +# Microsoft Developer Studio Project File - Name="valuators" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=valuators - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "valuators.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "valuators.mak" CFG="valuators - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "valuators - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "valuators - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "valuators - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Os /Ob2 /I "." /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd" /out:"../../test/valuators.exe" /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:yes + +!ELSEIF "$(CFG)" == "valuators - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "valuators_" +# PROP BASE Intermediate_Dir "valuators_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "valuators_" +# PROP Intermediate_Dir "valuators_" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "../.." /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 fltkd.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/valuatorsd.exe" /pdbtype:sept /libpath:"..\..\lib" +# SUBTRACT LINK32 /pdb:none /incremental:no + +!ENDIF + +# Begin Target + +# Name "valuators - Win32 Release" +# Name "valuators - Win32 Debug" +# Begin Source File + +SOURCE=..\..\test\valuators.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\test\valuators.fl + +!IF "$(CFG)" == "valuators - Win32 Release" + +# Begin Custom Build - Create .cxx and .h file with fluid +InputPath=..\..\test\valuators.fl + +"../../test/valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluid -c valuators.fl + cd ..\ide\visualc + +# End Custom Build + +!ELSEIF "$(CFG)" == "valuators - Win32 Debug" + +# Begin Custom Build - Create .cxx and .h file with fluidd +InputPath=..\..\test\valuators.fl + +"../../test/valuators.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + cd ..\..\test + ..\fluid\fluidd -c valuators.fl + cd ..\ide\visualc + +# End Custom Build + +!ENDIF + +# End Source File +# End Target +# End Project diff --git a/ide/visualc/zlib.dsp b/ide/visualc/zlib.dsp new file mode 100644 index 000000000..6ede20539 --- /dev/null +++ b/ide/visualc/zlib.dsp @@ -0,0 +1,129 @@ +# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=zlib - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "zlib.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "zlib - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# SUBTRACT CPP /Os +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\lib\fltkz.lib" + +!ELSEIF "$(CFG)" == "zlib - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MDd /GX /Zi /Od /I "." /I "../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c +# ADD BASE RSC /l 0x409 +# ADD RSC /l 0x409 +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo /out:"..\lib\fltkzd.lib" + +!ENDIF + +# Begin Target + +# Name "zlib - Win32 Release" +# Name "zlib - Win32 Debug" +# Begin Source File + +SOURCE=..\..\zlib\adler32.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\compress.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\crc32.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\deflate.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\gzio.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\inffast.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\inflate.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\inftrees.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\trees.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\uncompr.c +# End Source File +# Begin Source File + +SOURCE=..\..\zlib\zutil.c +# End Source File +# End Target +# End Project -- cgit v1.2.3