46 lines
911 B
Plaintext
46 lines
911 B
Plaintext
!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
|