diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-12-11 15:39:24 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-12-11 15:39:24 +0000 |
| commit | 8391354f366329c13022c412633f4beff6522caf (patch) | |
| tree | 8a6c367ea6f97c7d9a55c4f8aaf3a6a405d8db03 /ide/visualc/CubeView.dsp | |
| parent | 7b49e892b88414d692736a310dc615fc0f9b9acf (diff) | |
Fixed some vc6 targets would not output their binaries to correct directories since last move in ide directory and disparities between slash and backslashes declarations, not all the targets were modified. Should be ok now.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6579 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/visualc/CubeView.dsp')
| -rw-r--r-- | ide/visualc/CubeView.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/visualc/CubeView.dsp b/ide/visualc/CubeView.dsp index d1f3f0d7e..5a96b88bb 100644 --- a/ide/visualc/CubeView.dsp +++ b/ide/visualc/CubeView.dsp @@ -70,7 +70,7 @@ LINK32=link.exe # 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
-# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
+# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "." /I "../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
