I cannot tell what's wrong with your setup. I'd suggest to use the recently posted sample scripts as a start for your own script, to rule out any possible differences.
Maybe you don't use make_gnu.bat, so HB_LIB_INSTALL isn't defined, and can also double check your paths. I've just tried it locally and ace32.lib is properly copied. I said copied, because in case of MSVC, Harbour is simply copying the ADS supplied .lib to the Harbour dir, nothing else is done. Look at line 77 of bin/postinst.bat. Brgds, Viktor On Fri, Mar 13, 2009 at 2:22 AM, Ale SB <[email protected]> wrote: > > I detect a problem. > With MSVC, it was not possible to generate the Lib ace32. > > This here is my make: > SET CC_DIR=c:\VC2008 > > SET INCLUDE=%CC_DIR%\INCLUDE;%INCLUDE% > SET LIB=%CC_DIR%\Lib;%LIB% > > SET > > LIBPATH=C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;c:\VC2008\LIB; > > set PATH=g:\svn\harbour;%CC_DIR%\Bin;C:\Arquivos de programas\Microsoft > Visual Studio 9.0\Common7\IDE;%PATH% > > rem - debug test > rem set HB_BUILD_DEBUG=yes > rem set HB_TR_OUTPUT=hb_debug.txt > rem SET HB_TR_LEVEL=hb_tr_debug > > set HB_INC_ADS=C:\ADS_8_1\acesdk > set HB_INC_FIREBIRD=C:\Firebird\include > set HB_INC_FREEIMAGE=g:\FreeImage\Dist > > set HB_BUILD_IMPLIB=yes > > set HB_DIR_ADS=C:\ADS_8_1\acesdk > set HB_DIR_FIREBIRD=C:\Firebird > set HB_DIR_FREEIMAGE=g:\FreeImage > > set HB_BUILD_DLL=yes > set HB_COMPILER=msvc > set HB_INSTALL_PREFIX=g:\hbmsvc > > Obrigado, Ale SB > -- > View this message in context: > http://www.nabble.com/ace32.-dll-To-ace32.lib----tp22466618p22488492.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
