You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
317 B
22 lines
317 B
#
|
|
# Sources file for ActiveX License Manager (licmgr.dll)
|
|
#
|
|
# Julian Jiggins July 16, 1996
|
|
#
|
|
|
|
TARGETNAME= core
|
|
TARGETTYPE= LIBRARY
|
|
TARGETPATH= obj
|
|
|
|
USE_MSVCRT=1
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
INCLUDES=include
|
|
|
|
SOURCES=\
|
|
basecom.cxx \
|
|
corepch.cxx \
|
|
dll.cxx \
|
|
dllreg.cxx \
|
|
mime64.cxx \
|
|
util.cxx
|