From d7f026e02e4bc9eaae845fc0e506a924a9442fcd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 17 May 2000 21:16:42 +0000 Subject: fl_line_style() used "." instead of "->" for setting the pen. Added fl_line_style.cxx to the static and DLL library projects. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/fltk.lib.dsp | 4 ++++ visualc/fltkdll.dsp | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'visualc') diff --git a/visualc/fltk.lib.dsp b/visualc/fltk.lib.dsp index d08279051..e5ff5f5a2 100644 --- a/visualc/fltk.lib.dsp +++ b/visualc/fltk.lib.dsp @@ -311,6 +311,10 @@ 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_Menu.cxx # End Source File # Begin Source File diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index f0968f0a3..92e8215ec 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -1,5 +1,5 @@ # Microsoft Developer Studio Project File - Name="fltkdll" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 @@ -17,12 +17,12 @@ 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 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 @@ -70,7 +70,7 @@ LINK32=link.exe # 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 /MTd /GX /Od /I "." /I ".." /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 /ZI /c +# ADD CPP /nologo /MTd /GX /ZI /Od /I "." /I ".." /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" @@ -818,6 +818,10 @@ DEP_CPP_FL_LI=\ # End Source File # Begin Source File +SOURCE=..\src\fl_line_style.cxx +# End Source File +# Begin Source File + SOURCE=..\src\Fl_Menu.cxx DEP_CPP_FL_ME=\ "..\fl\enumerations.h"\ -- cgit v1.2.3