Search found 64 matches: buildg

Return to advanced search

... "c:\fwh\include\winapi.ch" also all files names (icons, cursors, bitmaps, etc.) must be between quotes: " filename.... " Also change this line in buildg.bat: if exist %1.rc %mingw%\bin\windres -D__FLAT__ -DDIALOG=DIALOGEX -i%1.rc -o_%1.o
by Antonio Linares
Sat Sep 20, 2008 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5184

Testing

... to add the borland RC-file. Message : Brwtools.rc : 51 : syntax error // the 1. source line invalid argument I included your changes in BUILDG.bat if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=d:\harbour set hdirc=%hdir%\mingw32\harbour.exe ...
by ukoenig
Sat Sep 20, 2008 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5184

Información para los beta testers:

Por favor, haced este cambio en buildg.bat:

if exist %1.rc %mingw%\bin\windres -D__FLAT__ -DDIALOG=DIALOGEX -i%1.rc -o_%1.o

Ahora podeis usar vuestros diálogos definidos en ficheros RC :-)
by Antonio Linares
Sat Sep 20, 2008 8:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 8.09 para MinGW - beta 1 disponible!
Replies: 19
Views: 2920

For beta-testers only:

Please make this change in buildg.bat:

if exist %1.rc %mingw%\bin\windres -D__FLAT__ -DDIALOG=DIALOGEX -i%1.rc -o_%1.o

Now you can use your existing RC dialogs :-)
by Antonio Linares
Sat Sep 20, 2008 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5184
Previous

Return to advanced search