diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-11 14:12:23 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-08-11 14:12:23 +0000 |
| commit | 497b30ae71ae1a0242d142ceda31d6f702b06614 (patch) | |
| tree | b82a5f5ccbdddbd5f574d21a6526c4c93d96f1bd /vcnet/help.vcproj | |
| parent | b5a0c5bcc926a90521bd0bb386eff79ba062c9a1 (diff) | |
Fix fl_vsnprintf bugs, remove VC++.NET link warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'vcnet/help.vcproj')
| -rw-r--r-- | vcnet/help.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcnet/help.vcproj b/vcnet/help.vcproj index 3bb0d07e4..4997f302f 100644 --- a/vcnet/help.vcproj +++ b/vcnet/help.vcproj @@ -41,7 +41,7 @@ LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\lib"
- IgnoreDefaultLibraryNames="libcd"
+ IgnoreDefaultLibraryNames="libcmt"
ProgramDatabaseFile=".\Release/help.pdb"
SubSystem="2"
TargetMachine="1"/>
@@ -104,7 +104,7 @@ LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\lib"
- IgnoreDefaultLibraryNames="libcd"
+ IgnoreDefaultLibraryNames="libcmtd"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\help_/helpd.pdb"
SubSystem="2"
|
