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.
45 lines
911 B
45 lines
911 B
!IF 0
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=md_citohres
|
|
|
|
USE_MSVCRT=1
|
|
USE_CTRLDLL=1
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\citohres=)
|
|
!endif
|
|
|
|
TARGETNAME=citohres
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DUNICODE
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(PRNROOT)\lib\uni\um\$(O)\unilib.lib \
|
|
$(PRNROOT)\lib\utils\um\$O\utils.lib
|
|
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),citoh
|
|
|
|
INCLUDES=$(BASEDIR)\public\oak\inc;$(BASEDIR)\public\sdk\inc; \
|
|
..;..\..\inc;$(PRNROOT)\inc
|
|
|
|
|
|
PRIVINCS=
|
|
|
|
SOURCES=citohres.rc \
|
|
comoem.cpp
|
|
|
|
|
|
MISCFILES=..\..\gpd\citoh\usa\ci8510.gpd \
|
|
..\..\gpd\atat\usa\at47x.gpd \
|
|
.\citohres.ini
|