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.
19 lines
459 B
19 lines
459 B
|
|
!include $(PROJECT_ROOT)\ui\uienv.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
|
|
PASS0_PUBLISH = {annot.h=$(PROJECT_INC_PATH)\annotlib.h}
|
|
NTTARGETFILE0 = $(PROJECT_INC_PATH)\annotlib.h
|
|
|
|
PASS1_PUBLISH = {$(O)\annotlib.lib=$(PROJECT_LIB_PATH)\annotlib.lib}
|
|
|
|
#NO_BROWSER_FILE = 1
|
|
TARGETNAME = annotlib
|
|
TARGETTYPE = LIBRARY
|
|
TARGETPATH = obj
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
|
|
SOURCES=annot.cpp
|
|
|
|
|