From 5f1f1d7444bb93873cc8578468ac02a0fa4f5124 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 22 Jan 2011 21:15:52 +0000 Subject: 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 --- ide/VisualC6/forms.dsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ide/VisualC6/forms.dsp') diff --git a/ide/VisualC6/forms.dsp b/ide/VisualC6/forms.dsp index 5435dfd26..38f1ab71d 100644 --- a/ide/VisualC6/forms.dsp +++ b/ide/VisualC6/forms.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/forms" +# PROP BASE Intermediate_Dir "Release/forms" # 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/forms" +# PROP Intermediate_Dir "Release/forms" # 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/forms" +# PROP BASE Intermediate_Dir "Debug/forms" # 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/forms" +# PROP Intermediate_Dir "Debug/forms" # 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 -- cgit v1.2.3