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.
17 lines
248 B
17 lines
248 B
!IF 0
|
|
|
|
Copyright (C) 1997 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=pfbdump
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=pfbdump.c
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(SDK_LIB_PATH)\setargv.obj \
|
|
$(SDK_LIB_PATH)\binmode.obj
|