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.
19 lines
361 B
19 lines
361 B
PLAT_DIR = daytona
|
|
ALT_PROJECT_TARGET=.
|
|
|
|
USE_CRTDLL = 1
|
|
|
|
!include ..\sources.inc
|
|
|
|
!ifndef SD_BUILD
|
|
|
|
SDK_LIB_PATH = $(BASEDIR)\public\sdk\lib\*
|
|
WINDOWS_LIB_PATH = $(BASEDIR)\public\sdk\lib\*
|
|
|
|
!endif
|
|
|
|
LINKLIBS = $(LINKLIBS) \
|
|
$(WINDOWS_LIB_PATH)\gdi32p.lib
|
|
|
|
TARGETLIBS = $(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|