# Copyright (c) 1996, Microsoft Corporation, all rights reserved
#
# sources
# Phone number helper library
# BUILD command sources file
#
# 02/14/96 Steve Cobb

TARGETNAME=phonenum
TARGETPATH=obj
TARGETTYPE=LIBRARY

MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES=-DUNICODE=1 -DWINVER=0x401

INCLUDES=..\..\inc;..\..\..\common\inc

SOURCES= \
    phonenum.c
