mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Always link to libwine.a first.
svn path=/trunk/; revision=7441
This commit is contained in:
@@ -34,7 +34,7 @@ TARGET_RCFLAGS += -D__REACTOS__ -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x501
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a libwine.a
|
||||
TARGET_SDKLIBS = libwine.a ntdll.a kernel32.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user