23 lines
306 B
Plaintext
23 lines
306 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1993-94 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
R=..
|
|
!include $(R)\common.inc
|
|
SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
|
|
|
|
TARGETNAME=netscape
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES); \
|
|
$(R)\eudora
|
|
|
|
SOURCES = \
|
|
netsimp.cpp \
|
|
commimp.cpp
|
|
|