diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-01-22 21:15:52 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-01-22 21:15:52 +0000 |
| commit | 5f1f1d7444bb93873cc8578468ac02a0fa4f5124 (patch) | |
| tree | 096fb22ef6b192b323b24ad5c4d8fa23c5f78887 /ide/VisualC6/input.dsp | |
| parent | d655684c77e2cf1b924abbac9c2b94f6b878448c (diff) | |
Brian, Greg, and Albrecht's solutions to build errors in VS6.
Possibly solves STR#2521.
There are still warnings about bool <-> int conversion
that are probably benign.
There are also warnings during dependency creation
about other platform files that also appear to be benign.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8298 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/input.dsp')
| -rw-r--r-- | ide/VisualC6/input.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ide/VisualC6/input.dsp b/ide/VisualC6/input.dsp index f4c7eee52..26971a5d4 100644 --- a/ide/VisualC6/input.dsp +++ b/ide/VisualC6/input.dsp @@ -33,13 +33,13 @@ RSC=rc.exe # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release/$(ProjectName)"
-# PROP BASE Intermediate_Dir "Release/$(ProjectName)"
+# PROP BASE Output_Dir "Release/input"
+# PROP BASE Intermediate_Dir "Release/input"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release/$(ProjectName)"
-# PROP Intermediate_Dir "Release/$(ProjectName)"
+# PROP Output_Dir "Release/input"
+# PROP Intermediate_Dir "Release/input"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /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 "Debug/$(ProjectName)"
-# PROP BASE Intermediate_Dir "Debug/$(ProjectName)"
+# PROP BASE Output_Dir "Debug/input"
+# PROP BASE Intermediate_Dir "Debug/input"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug/$(ProjectName)"
-# PROP Intermediate_Dir "Debug/$(ProjectName)"
+# PROP Output_Dir "Debug/input"
+# PROP Intermediate_Dir "Debug/input"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
