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.
33 lines
516 B
33 lines
516 B
!IF 0
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
OEMINC=..\..\oeminc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_pcl4jres
|
|
|
|
TARGETNAME=pcl4jres
|
|
TARGETPATH=$(BASEDIR)\lib
|
|
TARGETTYPE=DYNLINK
|
|
!IF 0
|
|
TARGETLIBS=
|
|
!ELSE
|
|
TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\libcntpr.lib \
|
|
$(DDK_LIB_PATH)\$(DDKBUILDENV)\win32k.lib
|
|
!ENDIF
|
|
|
|
USE_NOLIBS=1
|
|
|
|
DLLBASE=0x8000000
|
|
|
|
INCLUDES=..\..\inc;$(OEMINC)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DWINNT_40
|
|
|
|
RCCODEPAGE=932
|
|
|
|
SOURCES=pcl4jres.rc
|
|
|