Re: [AD] Patch for the Borland port |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Dunno if this is what you mean, but i found this option for the msvc6
> linker
> /INCLUDE (Force Symbol References)
According to the description you have posted, I don't think this option is
related to DLL linking.
What I'm looking for is an option to be added to the following line in
makefile.vc:
define MAKE_LIB
$(RUNNER) link @ -nologo $(LFLAGS) -dll -def:lib/msvc/allegro.def
-out:$(DLL_NAME) -implib:$(IMPLIB_NAME) $(OBJECTS) $(LIBRARIES)
endef
that would make the IMPLIB link to the DLL by symbol names. Or maybe a
special format to be used in the allegro.def export definition file.
--
Eric Botcazou
ebotcazou@xxxxxxxxxx