[AD] can't find "# dlltool --dllname ..." error when building all3933.dll |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I was a bit late with my previous patch (AL_CONST char *filename)
but this one maybe makes it :)
--- makefile.mgs.old Tue Aug 8 13:06:18 2000
+++ makefile.mgs Fri Aug 18 04:37:06 2000
@@ -201,8 +201,8 @@
else
# -------- link as a DLL --------
-define MAKE_LIB
# dlltool --dllname $(DLL_BASENAME) --def $(EXPDEF_NAME) --output-lib $(IMPLIB_NAME)
+define MAKE_LIB
dllwrap --def $(EXPDEF_NAME) -o $(DLL_NAME) $(OBJECTS) $(LIBRARIES) --output-lib $(IMPLIB_NAME)
endef