mirror of https://github.com/lianthony/NT4.0
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.
44 lines
669 B
44 lines
669 B
!IF 0
|
|
******************************************************************
|
|
*
|
|
* Description :
|
|
* Copyright (c) 1992 Microsoft Corporation
|
|
*
|
|
* Module Name : WstCat
|
|
*
|
|
* Author : MarkLea
|
|
*
|
|
* Revision : 8-20-92
|
|
*
|
|
* Comments :
|
|
*
|
|
******************************************************************
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=perf
|
|
|
|
TARGETNAME=wstcat
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.
|
|
SOURCES=wstcat.c wstcat.rc
|
|
i386_SOURCES=
|
|
MIPS_SOURCES=
|
|
|
|
|
|
UMTYPE=console
|
|
UMAPPL=wstcat
|
|
UMLIBS=..\wsfslib\obj\*\wsfslib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
obj\*\wstcat.res
|
|
|
|
OPTIONAL_UMTEST=
|
|
|
|
C_DEFINES=-DWIN32 -DSTRICT
|
|
|
|
|
|
|