v351
svn: r3706
This commit is contained in:
parent
a84d46d5c6
commit
acb574038a
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define MZSCHEME_VERSION_MAJOR 350
|
#define MZSCHEME_VERSION_MAJOR 351
|
||||||
#define MZSCHEME_VERSION_MINOR 5
|
#define MZSCHEME_VERSION_MINOR 0
|
||||||
|
|
||||||
#define MZSCHEME_VERSION "350.5" _MZ_SPECIAL_TAG
|
#define MZSCHEME_VERSION "351" _MZ_SPECIAL_TAG
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
|
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
|
||||||
AdditionalDependencies="unicows.lib delayimp.lib"
|
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -104,7 +104,7 @@ cd ..\..\worksp\mzscheme
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
|
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
|
||||||
AdditionalDependencies="unicows.lib delayimp.lib"
|
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user