blob: 2905dbe629cd4d45faf99a2da1e79949b17893a4 [file] [log] [blame]
Martin v. Löwiseb68be42004-12-12 15:29:21 +00001# /OPT: REF and ICF are added by VS.NET by default
Martin v. Löwiseb68be42004-12-12 15:29:21 +00002msisupport.dll: msisupport.obj
Alexandre Vassalottia79e33e2008-05-15 22:51:26 +00003 link.exe /OUT:msisupport.dll /INCREMENTAL:NO /NOLOGO /DLL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF msisupport.obj msi.lib kernel32.lib
Martin v. Löwiseb68be42004-12-12 15:29:21 +00004
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