19 lines
284 B
Plaintext
19 lines
284 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=msclicfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\netcfg\inc;\
|
|
$(PROJDIR)\idl;\
|
|
$(PROJDIR)\inc;\
|
|
|
|
SOURCES=\
|
|
browsdlg.cpp \
|
|
mscapply.cpp \
|
|
msclidlg.cpp \
|
|
mscliobj.cpp \
|
|
rpcdlg.cpp
|