On Fri, 2009-06-12 at 07:04 +0200, Danny Backx wrote:
> Use dlltool, exact parameters depend on the info you have (def file I hope)
That was a quick reply before I went to work this morning.
Here's the more complete one. See src/w32api/libce/Makefile.in . The
relevant part :
lib%.a: %.def
$(DLLTOOL) $(DLLTOOL_FLAGS) --output-lib $@ --def $<
I'd bet you can use
arm-mingw32ce-dlltool --output-lib libgynoid.dll.a --def libgynoid.def
Example below.
Other uses of dlltool in other Makefiles are probably not what you're
looking for.
Danny
pavilion: {378} arm-mingw32ce-dlltool --output-lib libwinsock.a --def
winsock.def
pavilion: {379} l
total 28
-rw-rw-r-- 1 danny danny 24318 2009-06-13 00:31 libwinsock.a
-rw-rw-r-- 1 danny danny 335 2009-06-13 00:30 winsock.def
pavilion: {380} arm-mingw32ce-nm libwinsock.a
dxrjbt.o:
00000000 b .bss
00000000 d .data
00000000 i .idata$4
00000000 i .idata$5
00000000 i .idata$7
00000000 t .text
00000000 I __libwinsock_a_iname
dxrjbh.o:
00000000 b .bss
00000000 d .data
00000000 i .idata$2
00000000 i .idata$4
00000000 i .idata$5
00000000 t .text
U __libwinsock_a_iname
00000000 I _head_libwinsock_a
00000000 i fthunk
00000000 i hname
...
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel