!IF 0 Copyright (C) 1996 - 1999 Microsoft Corporation Module Name: sources. Abstract: This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built. !ENDIF !ifndef PRNROOT PRNROOT=$(MAKEDIR:\gpdres\alpsres\um=) !endif !include ..\sources.inc TARGETNAME=alpsres TARGETPATH=obj TARGETTYPE=DYNLINK SRCDIR=.. !if 0 DLLBASE=@$(COFFBASE_TXT_FILE),alpsres !else DLLBASE=0x8000000 !endif #C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(PRNROOT)\lib\utils\um\$O\utils.lib USE_MSVCRT=1 DLLENTRY=_DllMainCRTStartup SOURCES=\ $(SRCDIR)\common.c \ $(SRCDIR)\alpsres.c \ $(SRCDIR)\alpsres.rc \ $(SRCDIR)\compress.c \ $(SRCDIR)\dither.c \ $(SRCDIR)\comoem.cpp MISCFILES=\ $(SRCDIR)\alpsres.ini