Miguel

to proper debug an c app, set the follow CFLAGS
set cflags = -v -y
set ARFLAGS=/P128
make_b32 clean
make_b32

Atenciosamente
Luiz Rafael Culik Guimaraes
Suporte Xharbour
www.xharbour.com.br





 Mon, 14 Apr 2008 13:39:17 +0200, Miguel Angel Marchuet <[EMAIL PROTECTED]> 
escreveu:

> something as ...
> 
> 
> MyBuild.bat
> ------------------------------------------------------
> SET PATH=c:\utl\bcc4.0\BIN;C:\UTL\GnuWin32\bin;%PATH%
> 
> SET HB_ARCHITECTURE=w32
> SET HB_COMPILER=bcc32
> SET PRG_USR=-l
> 
> REM FOR DEBUG
> SET C_USR=-R -vG -y
> 
> SET HB_PATH=c:\cvs-developers\xharbour
> 
> CALL makedsgbc.bat CLEAN
> del obj\b32\classes.obj
> del obj\b32\hvm.obj
> CALL makedsgbc.bat
> move lib\vm.lib lib\vmprf.lib
> move lib\vmmt.lib lib\vmmtprf.lib
> del obj\b32\classes.obj
> del obj\b32\hvm.obj
> SET C_USR=-DHB_NO_PROFILER
> CALL makedsgbc.bat
> 
> 
> SET HB_ARCHITECTURE=
> SET HB_COMPILER=
> SET C_USR=
> ------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 
> 
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to