Commit in reactos/subsys/system/msiexec on MAIN | |||
Makefile | +1 | -1 | 1.1 -> 1.2 |
Remove "lib" suffix from "libwine" because it's added by the build system automatically.
diff -u -r1.1 -r1.2 --- Makefile 27 Aug 2004 23:08:00 -0000 1.1 +++ Makefile 4 Dec 2004 15:45:38 -0000 1.2 @@ -11,7 +11,7 @@
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 = msi.a ole32.a ntdll.a user32.a kernel32.a libwine.a wine_uuid.a
+TARGET_SDKLIBS = msi.a ole32.a ntdll.a user32.a kernel32.a wine.a wine_uuid.a
TARGET_RC_SRCS = version.rc TARGET_RC_BINSRC =