mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Fix buidling calc
svn path=/trunk/; revision=5298
This commit is contained in:
parent
ca40c0ffd4
commit
c272eb5359
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ RCFLAGS = -D_WIN32_IE=0x0400
|
|||
TARGET_SDKLIBS = \
|
||||
kernel32.a \
|
||||
user32.a \
|
||||
gdi32.a \
|
||||
$(COMCTL32_TARGET).a
|
||||
gdi32.a
|
||||
|
||||
TARGET_GCCLIBS = comctl32
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
settings.o \
|
||||
|
|
Loading…
Reference in a new issue