Search found 11 matches: makeb32

Return to advanced search

Re: Creating a LIB or DLL

Dave,

Please use this makeb32.bat:
Code: Select all  Expand view

@ ECHO OFF
SET PATH=c:\bcc55\bin;c:\mingw\bin;%PATH%
SET HB_COMPILER=bcc
SET HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF
make_gnu clean install > make_gnu.log 2>&1
 

It is the one that Enrico provided to us and it works fine :-)
by Antonio Linares
Sat Mar 28, 2009 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

Antonio, I created a new folder called HS2 and did my checkout in to it. I copied over my makeb32.bat, make_b32.bat, make_b32.mak. and common.mak My makeb32.bat     del \harbour\bin\*.exe    del \hs2\harbour\bin\*.exe    SET LIB=c:\bcc55\lib    SET INCLUDE=c:\bcc55\include  ...
by Dave Zowasky
Sat Mar 28, 2009 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

Antonio, I have separated my makegnu.bat from my other makeb32.bat in my hs folder and have put it in my hs1 folder. It does build for me too. I am going to start over with makeb32.bat in a fresh folder. My current makegnu.bat del \hs1\harbour\bin\*.exedel ...
by Dave Zowasky
Fri Mar 27, 2009 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

... Harbour EXEs and LIBs were properly built on first try: 1. I did a checkout on a clean directory as I explained you in this thread. 2. I created a makeb32.bat in the same path where make_gnu.bat is with these contents: @ ECHO OFFSET PATH=c:\bcc55\bin;c:\mingw\bin;%PATH%SET HB_COMPILER=bccSET HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFFmake_gnu ...
by Antonio Linares
Fri Mar 27, 2009 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

Antonio, Maybe some progress. I copied files from \harboursource\harbour-1.0.1\ to my \hs\harbour folder now when I run makeb32.bat I get: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland Turbo Incremental Link 5.00 Copyright ...
by Dave Zowasky
Fri Mar 27, 2009 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

... make_b32.bat @echo offremrem $Id: make_b32.bat 7995 2007-11-19 14:13:53Z vszakats $remcall mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 when I run my makeb32.bat I get MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Fatal: Unable to open makefile in my make_b32.log. Should I be passing it any parameters? ...
by Dave Zowasky
Fri Mar 27, 2009 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

Dave, Now please create a makeb32.bat where make_b32.bat is located: makeb32.bat SET LIB=c:\bcc55\libSET INCLUDE=c:\bcc55\includeSET PATH=c:\bcc55\bin;%PATH%SET HB_CC_NAME=b32SET HB_ARCHITECTURE=w32SET HB_GT_LIB=gtguiSET HB_GT_DEFAULT=guiSET ...
by Enrico Maria Giordano
Mon Mar 23, 2009 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Creating a LIB or DLL

Dave, Now please create a makeb32.bat where make_b32.bat is located: makeb32.bat SET LIB=c:\bcc55\libSET INCLUDE=c:\bcc55\includeSET PATH=c:\bcc55\bin;%PATH%SET HB_CC_NAME=b32SET HB_ARCHITECTURE=w32SET HB_GT_LIB=gtguiSET HB_GT_DEFAULT=guiSET ...
by Antonio Linares
Mon Mar 23, 2009 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34884

Re: Flags para Harbour SVN...

Ale, Nosotros lo hacemos asi. Creamos un fichero llamado makeb32.bat con este contenido: SET LIB=c:\bcc55\lib SET INCLUDE=c:\bcc55\include SET PATH=c:\bcc55\bin;%PATH% SET HB_CC_NAME=b32 SET HB_ARCHITECTURE=w32 SET HB_GT_LIB=gtgui SET HB_GT_DEFAULT=gui ...
by Antonio Linares
Sun Jan 25, 2009 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Flags para Harbour SVN...
Replies: 6
Views: 1003

Enrico, We name this makeb32.bat: SET PATH=%PATH%;%DEVDRIVE%\bcc55\bin;%DEVDRIVE%\util SET BISON_SIMPLE=%DEVDRIVE%\util\bison.simple SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPAT_XHB -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER ...
by Enrico Maria Giordano
Wed Nov 07, 2007 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 7954

Enrico, We name this makeb32.bat: SET PATH=%PATH%;%DEVDRIVE%\bcc55\bin;%DEVDRIVE%\util SET BISON_SIMPLE=%DEVDRIVE%\util\bison.simple SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPAT_XHB -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER ...
by Antonio Linares
Wed Nov 07, 2007 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 7954

Return to advanced search

cron