c040d15127
Preliminary port by Peter Valchev and me. A few details to fix, such as having SDL sound AND using timidity concurrently...
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
VARDATND = x11tiles pet_mark.xbm rip.xpm
|
|
CFLAGS+=-DX11_GRAPHICS -I${X11BASE}/include
|
|
LFLAGS =-L${X11BASE}/lib
|
|
|
|
WINSRC = $(WINTTYSRC) $(WINX11SRC)
|
|
WINOBJ = $(WINTTYOBJ) $(WINX11OBJ)
|
|
WINLIB = $(WINTTYLIB) $(WINX11LIB)
|