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.
29 lines
525 B
29 lines
525 B
!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
|