# Copyright (c) 1995, Microsoft Corporation, all rights reserved
#
# sources
# Remote Access phonebook library
# BUILD command sources file
#
# 06/28/95 Steve Cobb

TARGETNAME=pbk
TARGETPATH=obj
TARGETTYPE=LIBRARY

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

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

SOURCES= \
    file.c \
    pbk.c
