summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
commit1aecada52cd42120137dda305c263fde27518352 (patch)
tree3f4b5fb11f9bdb95ea9bed51862b7d869de3ce75 /visualc
parent019f933251bc5b49a297dfe28ca8623de71c5bd3 (diff)
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
Diffstat (limited to 'visualc')
-rw-r--r--visualc/fltk.lib.dsp12
-rw-r--r--visualc/fltkimages.dsp18
2 files changed, 15 insertions, 15 deletions
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