mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 15:44:21 +08:00
Build Fix
svn path=/trunk/; revision=5299
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user