# # Include ..\runtime.mk to get project defaults # !include ..\runtime.mk # # From now on, don't use .. in any path # # component MINORCOMP=common TARGETNAME=common # put all libs in one place, so we can build a DLL from them TARGETTYPE=LIBRARY TARGETPATH=$(RUNTIME_COMMON_OBJ) # compiler options USER_C_FLAGS=-J SOURCES=\ growbuf.c \ growlist.c \ hash.c \ memory.c \ strmap.c \ unicode.c \ strings.c \ strmem.c \