I have small petition can anybody prepare for download all others programs to use with FPC like AS.EXE, LD.EXE, MAKE.EXE, WINDRES.EXE etc. this may be the same place like others things in snapshot: BASEW32.ZIP, UTILW32.ZIP
or I can't find this Darek ----- Original Message ----- From: "Marco van de Voort" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 10:40 PM Subject: Re: [fpc-devel]asw.exe > > While linking a Lazarus program a as.exe call (???) is caused. > > How can I force a ldw.exe call? Is there a missing switch? > > Simply do a > > cd <the fpc dir>/bin/win32 > copy asw.exe as.exe > copy ldw.exe ld.exe > > etc. > > In 1.9.x we removed all special "w" handling, and went back to the normal > names for windows. > > Originally the adding of "w" was done to be able to use win32 and the dos > compiler together, but that is increasingly difficult anyway (since NT based > Windows versions have various flaws in the dos support). > > So we properly separated dos and windows and renamed everything back to their > proper names. > > _______________________________________________ > fpc-devel maillist - [EMAIL PROTECTED] > http://lists.freepascal.org/mailman/listinfo/fpc-devel > _______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel
