windows: use same scheme_setjmp() protocol with all compilers
This commit is contained in:
parent
6dfc20d3ec
commit
8d43c73a0c
|
@ -658,9 +658,7 @@
|
|||
# define DO_STACK_CHECK
|
||||
# define WINDOWS_FIND_STACK_BOUNDS
|
||||
|
||||
# if !defined(_WIN64) || (_MSC_VER >= 1600) || defined(__MINGW32__)
|
||||
# define USE_MZ_SETJMP
|
||||
# endif
|
||||
# define USE_MZ_SETJMP
|
||||
|
||||
# define WINDOWS_DYNAMIC_LOAD
|
||||
|
||||
|
|
|
@ -503,6 +503,19 @@
|
|||
RelativePath="..\..\racket\src\mzsj86.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\racket\src\mzsj86w64.S"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="SRelease|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="ml64.exe /c /Cx /Fo $(PlatformName)\$(ConfigurationName)\mzsj86w64.obj ..\..\racket\src\mzsj86w64.S"
|
||||
Outputs=" $(PlatformName)\$(ConfigurationName)\mzsj86w64.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\racket\src\network.c"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user