svn: r3706
This commit is contained in:
Matthew Flatt 2006-07-15 00:15:06 +00:00
parent a84d46d5c6
commit acb574038a
3 changed files with 4206 additions and 4205 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
#endif
#define MZSCHEME_VERSION_MAJOR 350
#define MZSCHEME_VERSION_MINOR 5
#define MZSCHEME_VERSION_MAJOR 351
#define MZSCHEME_VERSION_MINOR 0
#define MZSCHEME_VERSION "350.5" _MZ_SPECIAL_TAG
#define MZSCHEME_VERSION "351" _MZ_SPECIAL_TAG

View File

@ -35,7 +35,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="unicows.lib delayimp.lib"
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
OutputFile="..\..\..\$(ProjectName).exe"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
@ -104,7 +104,7 @@ cd ..\..\worksp\mzscheme
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="unicows.lib delayimp.lib"
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
OutputFile="..\..\..\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"