diff options
| author | Fabien Costantini <fabien@onepost.net> | 2010-03-21 23:34:59 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2010-03-21 23:34:59 +0000 |
| commit | bf4635d00d414e0a0f1deda5b37943e6a175b9ec (patch) | |
| tree | e2e042279e55c24f8ce18f8ff87716e401276433 /ide/VisualC6/forms.dsp | |
| parent | 31a54bcf1bf073e35d192f49320774ac485d843c (diff) | |
Fixed executable in release mode would have the debug mode name (ex: help.d.exe instead of help.exe). fltk dll's should be checked as well, in particular : intermediate obj gen. is done at the same place that other static compilation...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7313 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/forms.dsp')
| -rw-r--r-- | ide/VisualC6/forms.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/VisualC6/forms.dsp b/ide/VisualC6/forms.dsp index 496f7ea52..4f74d65c8 100644 --- a/ide/VisualC6/forms.dsp +++ b/ide/VisualC6/forms.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/formsd.exe" /pdbtype:sept /libpath:"..\..\lib"
+# ADD LINK32 fltk.lib fltkforms.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../../test/forms.exe" /pdbtype:sept /libpath:"..\..\lib"
# SUBTRACT LINK32 /pdb:none /incremental:yes
!ELSEIF "$(CFG)" == "forms - Win32 Debug"
|
