]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Tools/msi/msisupport.mak
AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python...
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / msi / msisupport.mak
CommitLineData
4710c53d 1# /OPT: REF and ICF are added by VS.NET by default\r
2msisupport.dll: msisupport.obj\r
3 link.exe /OUT:msisupport.dll /INCREMENTAL:NO /NOLOGO /DLL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF msisupport.obj msi.lib kernel32.lib\r
4\r
5# We request a static CRT, so that there will be no CRT dependencies\r
6# for the target system. We cannot do without a CRT, since it provides\r
7# the DLL entry point.\r
8msisupport.obj: msisupport.c\r
9 cl /O2 /D WIN32 /D NDEBUG /D _WINDOWS /MT /W3 /c msisupport.c\r