From 1aecada52cd42120137dda305c263fde27518352 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 14 Aug 2002 16:19:48 +0000 Subject: DLL changes (still some more to go...) Move BMP, GIF, and PNM image loaders to fltkimages project. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/fltk.lib.dsp | 12 ------------ visualc/fltkimages.dsp | 18 +++++++++++++++--- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'visualc') diff --git a/visualc/fltk.lib.dsp b/visualc/fltk.lib.dsp index 8079cc330..4aa93433b 100644 --- a/visualc/fltk.lib.dsp +++ b/visualc/fltk.lib.dsp @@ -147,10 +147,6 @@ SOURCE=..\src\Fl_Bitmap.cxx # End Source File # Begin Source File -SOURCE=..\src\Fl_BMP_Image.cxx -# End Source File -# Begin Source File - SOURCE=..\src\Fl_Box.cxx # End Source File # Begin Source File @@ -295,10 +291,6 @@ SOURCE=..\src\Fl_get_system_colors.cxx # End Source File # Begin Source File -SOURCE=..\src\Fl_GIF_Image.cxx -# End Source File -# Begin Source File - SOURCE=..\src\Fl_grab.cxx # End Source File # Begin Source File @@ -407,10 +399,6 @@ SOURCE=..\src\fl_plastic.cxx # End Source File # Begin Source File -SOURCE=..\src\Fl_PNM_Image.cxx -# End Source File -# Begin Source File - SOURCE=..\src\Fl_Positioner.cxx # End Source File # Begin Source File diff --git a/visualc/fltkimages.dsp b/visualc/fltkimages.dsp index da9c53e11..e13a942d1 100644 --- a/visualc/fltkimages.dsp +++ b/visualc/fltkimages.dsp @@ -8,12 +8,12 @@ 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.lib.mak". +!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.lib.mak" CFG="fltkimages - Win32 Debug" +!MESSAGE NMAKE /f "fltkimages.mak" CFG="fltkimages - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE @@ -83,7 +83,7 @@ LIB32=link.exe -lib # Name "fltkimages - Win32 Debug" # Begin Source File -SOURCE=..\src\fl_images_core.cxx +SOURCE=..\src\Fl_BMP_Image.cxx # End Source File # Begin Source File @@ -91,11 +91,23 @@ 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_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 -- cgit v1.2.3