windows: remove custom manifest
The manifest was intended to enable XP-style controls, but at this point it doesn't seem to do anything except interefere with some variants of the build tools.
This commit is contained in:
parent
948b24b595
commit
67007451b3
|
@ -495,14 +495,6 @@ static void do_scheme_rep(Scheme_Env *env, FinishArgs *fa)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*========================================================================*/
|
|
||||||
/* win32 manifest */
|
|
||||||
/*========================================================================*/
|
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
|
||||||
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
/* junk for testing */
|
/* junk for testing */
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
|
|
|
@ -327,7 +327,6 @@
|
||||||
'("libracket3mxxxxxxx.dll")
|
'("libracket3mxxxxxxx.dll")
|
||||||
'("delayimp.lib")
|
'("delayimp.lib")
|
||||||
exe "" #t))
|
exe "" #t))
|
||||||
(system- "mt.exe -manifest ../../../Racket.exe.manifest -outputresource:../../../Racket.exe;1")
|
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
@ -359,7 +358,6 @@
|
||||||
'("advapi32.lib"
|
'("advapi32.lib"
|
||||||
"delayimp.lib")
|
"delayimp.lib")
|
||||||
"../../../lib/GRacket.exe" " /subsystem:windows" #t))
|
"../../../lib/GRacket.exe" " /subsystem:windows" #t))
|
||||||
(system- "mt.exe -manifest ../../../lib/GRacket.exe.manifest -outputresource:../../../lib/GRacket.exe;1")
|
|
||||||
|
|
||||||
(system- (format "~a /MT /O2 /DMZ_PRECISE_GC /I../../racket/include /I.. /c ../../racket/dynsrc/mzdyn.c /Fomzdyn3m.obj"
|
(system- (format "~a /MT /O2 /DMZ_PRECISE_GC /I../../racket/include /I.. /c ../../racket/dynsrc/mzdyn.c /Fomzdyn3m.obj"
|
||||||
cl.exe))
|
cl.exe))
|
||||||
|
|
|
@ -45,5 +45,3 @@ BEGIN
|
||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 0x409, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gracket.manifest"
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<security>
|
|
||||||
<requestedPrivileges>
|
|
||||||
<requestedExecutionLevel level="asInvoker"
|
|
||||||
uiAccess="false">
|
|
||||||
</requestedExecutionLevel>
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity type="win32"
|
|
||||||
name="Microsoft.Windows.Common-Controls"
|
|
||||||
version="6.0.0.0"
|
|
||||||
processorArchitecture="*"
|
|
||||||
publicKeyToken="6595b64144ccf1df"
|
|
||||||
language="*">
|
|
||||||
</assemblyIdentity>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</assembly>
|
|
|
@ -45,5 +45,3 @@ BEGIN
|
||||||
VALUE "Translation", 0x409, 1200
|
VALUE "Translation", 0x409, 1200
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "racket.manifest"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user