dxx-rebirth/misc/makefile

11 lines
243 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
TOPDIR = ..
include $(TOPDIR)/makefile.config
OBJECTS= error.$(OBJ) d_io.$(OBJ) d_glob.$(OBJ) strutil.$(OBJ) strio.$(OBJ) \
d_delay.$(OBJ) compare.$(OBJ) d_slash.$(OBJ)
2006-04-03 17:32:39 +00:00
OUTPUT = $(LIBDIR)/misc.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib