taiga/Makefile.watcom

7 lines
116 B
Text
Raw Normal View History

2026-03-05 03:45:08 +09:00
CC = owcc -bnt
2026-03-09 00:09:35 +09:00
DEFS = -DSTBI_NO_SIMD
2026-03-05 03:45:08 +09:00
E = .exe
2026-03-06 23:39:41 +09:00
AFTER = wrc -q -bt=nt src/taiga.rc taiga.exe
2026-03-09 00:09:35 +09:00
LIBS =
2026-03-05 03:45:08 +09:00
include Makefile