Wine-20050211 vendor import Added: trunk/reactos/subsys/system/msiexec/ Added: trunk/reactos/subsys/system/msiexec/Makefile _____
Copied: trunk/reactos/subsys/system/msiexec (from rev 13674, vendor/wine/programs/msiexec/current) Property changes on: trunk/reactos/subsys/system/msiexec ___________________________________________________________________ Name: svn:ignore + *.coff *.map *.exe *.a *.d _____
Added: trunk/reactos/subsys/system/msiexec/Makefile --- vendor/wine/programs/msiexec/current/Makefile 2005-02-20 11:08:39 UTC (rev 13674) +++ trunk/reactos/subsys/system/msiexec/Makefile 2005-02-20 11:11:20 UTC (rev 13675) @@ -0,0 +1,36 @@
+# + +PATH_TO_TOP = ../../.. + +TARGET_TYPE = program + +TARGET_APPTYPE = windows + +TARGET_NAME = msiexec + +TARGET_CFLAGS = -I$(PATH_TO_TOP)/include/wine -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API + +TARGET_OBJECTS = msiexec.o + +TARGET_SDKLIBS = wine.a \ + ntdll.a \ + kernel32.a \ + user32.a \ + advapi32.a \ + ole32.a \ + wine_uuid.a \ + msi.a + +TARGET_RC_SRCS = version.rc + +TARGET_RC_BINSRC = + +TARGET_RC_BINARIES = + +default: all +DEP_OBJECTS = $(TARGET_OBJECTS) +include $(PATH_TO_TOP)/rules.mak + +include $(TOOLS_PATH)/helper.mk + +include $(TOOLS_PATH)/depend.mk Property changes on: trunk/reactos/subsys/system/msiexec/Makefile ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native