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.
23 lines
493 B
23 lines
493 B
# Copyright (c) Microsoft Corporation
|
|
#
|
|
# sources file for genlib
|
|
#
|
|
# 20-Feb-1992 Jonle , created
|
|
#
|
|
#
|
|
# July 2001 JayKrell
|
|
# integrated from base\wow64\tools to /private/winfuse_longhorn/base/tools
|
|
#
|
|
# January 2002
|
|
# integrated /private/winfuse_longhorn/base/tools to /lab01_n/base/win32/fusion/tools
|
|
#
|
|
TARGETNAME=fusion_genlib
|
|
TARGETPATH=..\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
SOURCES=\
|
|
genmisc.c \
|
|
redblack.c
|
|
|
|
MSC_WARNING_LEVEL=/W4 /WX
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|