Build Fix

svn path=/trunk/; revision=5299
This commit is contained in:
Steven Edwards 2003-07-28 03:28:07 +00:00
parent c272eb5359
commit cb4c1883dd
2 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -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 \