FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Building Dll using xMate
Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Building Dll using xMate
Posted: Thu Jan 22, 2009 09:43 AM
Hi,

Does somebody know as building a dll of resources using xMate ?

Theconfig file in *.mak file is

makepath[.dll]=".\dll" 
makepath[.res]=".\res" 

.rc.dll: 
   bcc32 -c -o.\dll\screen32.obj .\dll\screen32.hc 
   brc32 -r $< 
   ilink32 /Tpd c0d32.obj .\dll\screen32.obj, .\dll\$*.dll,,cw32.lib import32.lib,, .\dll\$*.res 

.rc.res: 
   brc32 -r $<


Thanks.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix

Continue the discussion