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.
49 lines
1012 B
49 lines
1012 B
!IF 0
|
|
|
|
PFM to IFIMETRICS Conversion tools
|
|
|
|
Copyright (C) 1996-1997 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\tools\uni\pfm2ufm=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=pfm2ufm
|
|
|
|
TARGETNAME=pfm2ufm
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
|
|
INCLUDES=$(INCLUDES);../../../inc;../../../unidrv2/inc
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL)
|
|
|
|
SOURCES=pfm2ufm.c \
|
|
pfmconv.c \
|
|
pfm2ufm.rc
|
|
|
|
UMLIBS= $(PRNROOT)\lib\utils\um\$O\utils.lib \
|
|
$(PRNROOT)\lib\uni\um\$O\unilib.lib \
|
|
$(PRNROOT)\lib\helper\um\$O\helper.lib \
|
|
$(PRNROOT)\parsers\gpd\um\$O\gpd.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE -DWINVER=0x500 -UDUSERMODE_DRIVER
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|