!IF 0
******************************************************************
*
* Description :
*		Copyright (c) 1992 Microsoft Corporation
*
* Module Name :	WstCat
*
* Author      : MarkLea
*
* Revision    :	8-20-92
*
* Comments    :
*
******************************************************************
!ENDIF

TARGETNAME=wstcat
TARGETPATH=obj
TARGETTYPE=PROGRAM

SOURCES=wstcat.c wstcat.rc

UMTYPE=console
TARGETLIBS= \
    ..\wsfslib\$(O)\wsfslib.lib \
    $(SDK_LIB_PATH)\user32.lib

USE_MSVCRT=1