36 lines
604 B
Plaintext
36 lines
604 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1992 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Dan Lafferty (danl) 13-Jan-1992
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=srvcomn
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=.;..\idl;..\idl\$(O); \
|
||
|
$(NET_INC_PATH); \
|
||
|
$(BASE_INC_PATH); \
|
||
|
$(PROJECT_ROOT)\netapi\inc;
|
||
|
|
||
|
SOURCES= adtcomn.c
|