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.
25 lines
480 B
25 lines
480 B
# Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
MAJORCOMP=utils
|
|
MINORCOMP=utilsub
|
|
|
|
TARGETNAME=utilsub
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
USE_MSVCRT=1
|
|
|
|
NTTARGETFILES=
|
|
|
|
SOURCES=parse.c \
|
|
parse_a.c \
|
|
expand.c \
|
|
umatch.c \
|
|
wstutil.c \
|
|
procutil.c \
|
|
printfoa.c \
|
|
helpers.c \
|
|
toolinit.c
|
|
|
|
INCLUDES=.;..\inc;..\..\..\windows\inc;
|
|
|
|
C_DEFINES=-DCONDITION_HANDLING=1 -D_AUTOCONV_ -DUNICODE=1
|