Re: [Harbour] SF.net SVN: harbour-project:[10846] trunk/harbour

2009-04-13 Thread Viktor Szakáts
Hi Vailton, I understand your problem, and it's caused by the way hbmk2 compiles and links .rc files. It currently uses .o for the extension for compiled .rc files, which collides with compiled sources with the same filename. The .o extension is used because windres (while it also supports std .res

Re: [Harbour] SF.net SVN: harbour-project:[10846] trunk/harbour

2009-04-13 Thread Vailton Renato
Hi Viktor! I'm using hbmk2 in all my projects and working with MinGW + Win7 I found a small problem with RC files. I created a single test in the hope of contributing to the solution of the problem .. are basically 3 files: t.prg file: function main () alert ( "Hello world!") return t.r

[Harbour] SF.net SVN: harbour-project:[10846] trunk/harbour

2009-04-13 Thread vszakats
Revision: 10846 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10846&view=rev Author: vszakats Date: 2009-04-13 17:55:46 + (Mon, 13 Apr 2009) Log Message: --- 2009-04-13 19:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg