mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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 = \
|
TARGET_SDKLIBS = \
|
||||||
kernel32.a \
|
kernel32.a \
|
||||||
user32.a \
|
user32.a \
|
||||||
gdi32.a \
|
gdi32.a
|
||||||
$(COMCTL32_TARGET).a \
|
|
||||||
$(COMDLG32_TARGET).a
|
TARGET_GCCLIBS = comctl32 comdlg32
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
TARGET_OBJECTS = \
|
||||||
about.o \
|
about.o \
|
||||||
|
|
|
@ -26,9 +26,9 @@ TARGET_SDKLIBS = \
|
||||||
kernel32.a \
|
kernel32.a \
|
||||||
user32.a \
|
user32.a \
|
||||||
gdi32.a \
|
gdi32.a \
|
||||||
advapi32.a \
|
advapi32.a
|
||||||
$(COMCTL32_TARGET).a \
|
|
||||||
$(COMDLG32_TARGET).a
|
TARGET_GCCLIBS = comctl32 comdlg32
|
||||||
|
|
||||||
TARGET_OBJECTS = \
|
TARGET_OBJECTS = \
|
||||||
framewnd.o \
|
framewnd.o \
|
||||||
|
|
Loading…
Reference in a new issue