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.
20 lines
486 B
20 lines
486 B
PLAT_DIR = daytona
|
|
ALT_PROJECT_TARGET=.
|
|
|
|
USE_CRTDLL = 1
|
|
|
|
!include ..\sources.inc
|
|
|
|
DLLDEF=d3d8.def
|
|
|
|
LINKLIBS = $(LINKLIBS) \
|
|
!if $(386)
|
|
..\..\osthunk\win2k\$(PLAT_DIR)\$(_OBJ_DIR)\*\d3d8thk.lib
|
|
!else
|
|
..\..\osthunk\whistler\$(PLAT_DIR)\$(_OBJ_DIR)\*\d3d8thk.lib
|
|
!endif
|
|
|
|
TARGETLIBS = $(TARGETLIBS) \
|
|
$(WINDOWS_LIB_PATH)\gdi32p.lib \
|
|
$(SDK_LIB_PATH)\dciman32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|