Moved ddraw into exe, temp added libsmacker to test out movie event code. Movies work if converted to SMK.

This commit is contained in:
Justin Marshall
2020-06-02 23:31:13 -07:00
parent 22f3ea37de
commit 41bb81ff93
137 changed files with 165660 additions and 629 deletions
+7
View File
@@ -0,0 +1,7 @@
DLLTOOL = x86_64-w64-mingw32-dlltool
all: \
$(patsubst %.def,lib%.a,$(wildcard *.def))
lib%.a: %.def
$(DLLTOOL) --def $< --output-lib $@