source: python/trunk/Tools/msi/msisupport.mak

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 470 bytes
Line 
1# /OPT: REF and ICF are added by VS.NET by default
2msisupport.dll: msisupport.obj
3 link.exe /OUT:msisupport.dll /INCREMENTAL:NO /NOLOGO /DLL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF msisupport.obj msi.lib kernel32.lib
4
5# We request a static CRT, so that there will be no CRT dependencies
6# for the target system. We cannot do without a CRT, since it provides
7# the DLL entry point.
8msisupport.obj: msisupport.c
9 cl /O2 /D WIN32 /D NDEBUG /D _WINDOWS /MT /W3 /c msisupport.c
Note: See TracBrowser for help on using the repository browser.