mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Build Fix
svn path=/trunk/; revision=5299
This commit is contained in:
parent
c272eb5359
commit
cb4c1883dd
2 changed files with 6 additions and 6 deletions
|
@ -25,9 +25,9 @@ WINE_INCLUDE = ./
|
|||
TARGET_SDKLIBS = \
|
||||
kernel32.a \
|
||||
user32.a \
|
||||
gdi32.a \
|
||||
$(COMCTL32_TARGET).a \
|
||||
$(COMDLG32_TARGET).a
|
||||
gdi32.a
|
||||
|
||||
TARGET_GCCLIBS = comctl32 comdlg32
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
about.o \
|
||||
|
|
|
@ -26,9 +26,9 @@ TARGET_SDKLIBS = \
|
|||
kernel32.a \
|
||||
user32.a \
|
||||
gdi32.a \
|
||||
advapi32.a \
|
||||
$(COMCTL32_TARGET).a \
|
||||
$(COMDLG32_TARGET).a
|
||||
advapi32.a
|
||||
|
||||
TARGET_GCCLIBS = comctl32 comdlg32
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
framewnd.o \
|
||||
|
|
Loading…
Reference in a new issue