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.
17 lines
360 B
17 lines
360 B
TARGETPATH=obj
|
|
TARGETNAME=appmon
|
|
TARGETTYPE=LIBRARY
|
|
#PASS1_PUBLISH={$(O)\appmon.lib=$(PROJECT_LIB_PATH)\appmon.lib}
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE \
|
|
-DNO_STRICT
|
|
|
|
INCLUDES=..\inc; \
|
|
..\..\zeroconf\server
|
|
|
|
SOURCES = \
|
|
mrswlock.c \
|
|
globals.c \
|
|
database.c \
|
|
wzclog.c
|
|
|