mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Add libwine.a
svn path=/trunk/; revision=7084
This commit is contained in:
parent
f9b0dd90cd
commit
09b8fd44b9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ TARGET_CFLAGS += \
|
|||
|
||||
TARGET_RCFLAGS += -D__REACTOS__ -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x501
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a libwine.a
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
driver.o \
|
||||
|
|
Loading…
Reference in a new issue