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/fltk.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/fltk.dsp')
| -rw-r--r-- | ide/VisualC6/fltk.dsp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/ide/VisualC6/fltk.dsp b/ide/VisualC6/fltk.dsp index 189b521e5..b4c0d35d3 100644 --- a/ide/VisualC6/fltk.dsp +++ b/ide/VisualC6/fltk.dsp @@ -32,13 +32,13 @@ RSC=rc.exe # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
+# 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 "Release"
-# PROP Intermediate_Dir "Release"
+# PROP Output_Dir "Release/$(ProjectName)"
+# PROP Intermediate_Dir "Release/$(ProjectName)"
# 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
@@ -56,13 +56,13 @@ LIB32=link.exe -lib # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
+# 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 "Debug"
-# PROP Intermediate_Dir "Debug"
+# PROP Output_Dir "Debug/$(ProjectName)"
+# PROP Intermediate_Dir "Debug/$(ProjectName)"
# 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
@@ -87,6 +87,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
@@ -143,6 +147,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
@@ -247,6 +255,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
@@ -643,6 +655,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
@@ -665,21 +681,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
|
