I can not find rmake.exe file with FW but any how I am trying to upgrade my programs as below :
my batch file :
a1.bat
*------
SET INCLUDE=c:\compiler\clipper\fweval\INCLUDE;c:\compiler\clipper\clp53\INCLUDE
SET LIB=c:\compiler\clipper\fweval\LIB;C:\compiler\clipper\clp53\LIB
SET PLL=c:\compiler\clipper\fweval\PLL
SET clipper=F69 //E0 //SWAPPATH:c:\ //TEMPPATH:c:\
SET DLL=c:\compiler\clipper\fweval\DLL
SET resources=c:\compiler\clipper\fweval\Dll
rmake a1
IF EXIST sitex1.rc RC -K sitex1
IF EXIST sitex1.MAP TdMap.exe -W sitex1.MAP
SITEX1
a1.rmk
*------
obj = sitex1.obj cont.obj
.prg.obj:
clipper $* /B/a
sitex1.obj : sitex1.prg
Cont.obj : Cont.prg
sitex1.exe: $(obj)
c:\compiler\clipper\clp53\blinker\bin\blinker fi SITEX1, CONT @c:\compiler\clipper\fweval\include\fivewin.lnk
in need to rmake utility batching
-
- Posts: 334
- Joined: Fri Oct 14, 2005 1:54 pm
Return to “FiveWin for Harbour/xHarbour”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)