diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-05-02 20:55:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-05-02 20:55:20 +0000 |
| commit | 08d62246afa1fe553e335307be5b6fcf06ff0fed (patch) | |
| tree | cceafe30c65c5b2121862a637264c351853af18a /ide/VisualC6/fltkdll.dsp | |
| parent | c2c054c595ff3428ad25463858e0636d2810467b (diff) | |
New VisualC6 setup, hoping that it will load on VC2008 and VC2010.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/fltkdll.dsp')
| -rw-r--r-- | ide/VisualC6/fltkdll.dsp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/ide/VisualC6/fltkdll.dsp b/ide/VisualC6/fltkdll.dsp index 7265ca80f..9fbc3a094 100644 --- a/ide/VisualC6/fltkdll.dsp +++ b/ide/VisualC6/fltkdll.dsp @@ -33,13 +33,13 @@ RSC=rc.exe # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "fltkdll0"
-# PROP BASE Intermediate_Dir "fltkdll0"
+# PROP BASE Output_Dir "Release/$(ProjectName)"
+# PROP BASE Intermediate_Dir "Release/$(ProjectName)"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../../test"
-# PROP Intermediate_Dir "fltkdll"
+# PROP Output_Dir "Release/$(ProjectName)"
+# PROP Intermediate_Dir "Release/$(ProjectName)"
# 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
@@ -60,13 +60,13 @@ LINK32=link.exe # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "fltkdll1"
-# PROP BASE Intermediate_Dir "fltkdll1"
+# PROP BASE Output_Dir "Debug/$(ProjectName)"
+# PROP BASE Intermediate_Dir "Debug/$(ProjectName)"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "../../test"
-# PROP Intermediate_Dir "fltkdlld"
+# PROP Output_Dir "Debug/$(ProjectName)"
+# PROP Intermediate_Dir "Debug/$(ProjectName)"
# 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
@@ -95,6 +95,10 @@ SOURCE=..\..\src\Fl.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Abstract_Printer.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Adjuster.cxx
# End Source File
# Begin Source File
@@ -151,6 +155,10 @@ SOURCE=..\..\src\Fl_Counter.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Device.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Dial.cxx
# End Source File
# Begin Source File
@@ -255,6 +263,10 @@ SOURCE=..\..\src\Fl_Positioner.cxx # End Source File
# Begin Source File
+SOURCE=..\..\src\Fl_Printer.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\Fl_Preferences.cxx
# End Source File
# Begin Source File
@@ -651,6 +663,10 @@ SOURCE=..\..\src\numericsort.c # End Source File
# Begin Source File
+SOURCE=..\..\src\ps_image.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\scandir.c
# End Source File
# Begin Source File
@@ -673,21 +689,5 @@ SOURCE=..\..\src\xutf8\is_right2left.c SOURCE=..\..\src\xutf8\is_spacing.c
# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\Fl_Device.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\Fl_Printer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\ps_image.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\Fl_Abstract_Printer.cxx
-# End Source File
# End Target
# End Project
|
