dxx-rebirth/arch/win32/makefile

25 lines
477 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
TOPDIR = ../..
2006-04-03 17:07:02 +00:00
include $(TOPDIR)/makefile.config
2006-03-20 16:43:15 +00:00
OBJECTS = digi.$(OBJ) hmpfile.$(OBJ) \
joyhh.$(OBJ) key_arch.$(OBJ) mouse.$(OBJ) timer.$(OBJ) \
mono.$(OBJ) joydefs.$(OBJ)
#RESOURCES += d1x_res.$(OBJ)
2006-04-03 17:07:02 +00:00
2006-03-20 16:43:15 +00:00
ifdef NETWORK
OBJECTS += ipx_win.$(OBJ) winnet.$(OBJ) serial.$(OBJ) arch_ip.$(OBJ)
endif
ifdef WGL_IO
OBJECTS += glinit.$(OBJ)
else
OBJECTS += palw32.$(OBJ)
OBJECTS += init.$(OBJ) gr.$(OBJ)
endif
2006-04-03 17:07:02 +00:00
OUTPUT = $(LIBDIR)/io.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib