make Windows build work on case-sensitive filesystems
This commit is contained in:
parent
6199f9a596
commit
d47b96970c
|
@ -602,7 +602,7 @@
|
|||
(find-collects-dir)))
|
||||
;; Independent launcher (needed for Setup PLT):
|
||||
(begin
|
||||
(install-template dest kind "mzstart.exe" "mrstart.exe")
|
||||
(install-template dest kind "MzStart.exe" "MrStart.exe")
|
||||
(let ([bstr (bytes->utf-16-bytes
|
||||
(string->bytes/utf-8 (str-list->dos-str
|
||||
(list* "-N"
|
||||
|
|
|
@ -94,7 +94,7 @@ static int _configdir_offset = 17; /* Skip permanent tag */
|
|||
#endif
|
||||
|
||||
#ifdef DOS_FILE_SYSTEM
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
|
||||
#ifndef DLL_RELATIVE_PATH
|
||||
# define DLL_RELATIVE_PATH L"lib"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
/* The implementations of the time primitives, such as
|
||||
`current-seconds', vary a lot from platform to platform. */
|
||||
#ifdef USE_WIN32_TIME
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
#else
|
||||
# if defined(OSKIT) && !defined(OSKIT_TEST)
|
||||
/* Get FreeBSD version, not oskit/time.h version */
|
||||
|
@ -56,7 +56,7 @@
|
|||
# define USE_GETRUSAGE
|
||||
# endif /* USE_SYSCALL_GETRUSAGE */
|
||||
# ifdef WINDOWS_GET_PROCESS_TIMES
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
# endif
|
||||
# if !defined(USE_GETRUSAGE) && !defined(WINDOWS_GET_PROCESS_TIMES) && !defined(USER_TIME_IS_CLOCK)
|
||||
# include <sys/times.h>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<Link>
|
||||
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalDependencies>user32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\..\lib\mrstart.exe</OutputFile>
|
||||
<OutputFile>..\..\..\lib\MrStart.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>..\..\..\lib\mrstart.pdb</ProgramDatabaseFile>
|
||||
|
@ -108,7 +108,7 @@
|
|||
</ResourceCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>user32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>..\..\..\lib\mrstart.exe</OutputFile>
|
||||
<OutputFile>..\..\..\lib\MrStart.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>..\..\..\lib\mrstart.pdb</ProgramDatabaseFile>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</ResourceCompile>
|
||||
<Link>
|
||||
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
||||
<OutputFile>..\..\..\lib\mzstart.exe</OutputFile>
|
||||
<OutputFile>..\..\..\lib\MzStart.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>..\..\..\lib\mzstart.pdb</ProgramDatabaseFile>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<AdditionalIncludeDirectories>..\starters</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>..\..\..\lib\mzstart.exe</OutputFile>
|
||||
<OutputFile>..\..\..\lib\MzStart.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>..\..\..\lib\mzstart.pdb</ProgramDatabaseFile>
|
||||
|
|
Loading…
Reference in New Issue
Block a user