You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
598 B
16 lines
598 B
PLAT_DIR = daytona
|
|
ALT_PROJECT_TARGET = .
|
|
|
|
#
|
|
# Specify libraries that to link against. Note that msvcrt.lib must be last as explained below
|
|
# in the CRT note in sources.desktop.
|
|
#
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(BASEDIR)\public\sdk\lib\*\dhcpcsvc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ws2_32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winmm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\msvcrt.lib
|