mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-20 01:49:41 +02:00
Moved ddraw into exe, temp added libsmacker to test out movie event code. Movies work if converted to SMK.
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
DLLTOOL = i686-w64-mingw32-dlltool
|
||||
|
||||
all: \
|
||||
$(patsubst %.def,lib%.a,$(wildcard *.def))
|
||||
|
||||
lib%.a: %.def
|
||||
$(DLLTOOL) -k --def $< --output-lib $@
|
||||
Reference in New Issue
Block a user