Re: rev.e library

new topic     » goto parent     » topic index » view thread      » older message » newer message
kinz said...
mattlewis said...
kinz said...
mattlewis said...

> configure 
> wmake -f makefile.wat winall 

Well, I've found these commands now, thanks Jim, thanks CK, but got about twice as much bunch of error messages if compare it against of my very first try, sorry, guys.

There is something wrong too, it seems to me, no? smile

I like old good imake.bat, it is much better for me, I have just 1 error message and 3 or so warnings from it now.

I don't think anyone is maintaining imake.bat anymore. What error messages are you getting? Also, what version of Watcom are you using?

Matt

See the screenshot please:

http://pl-euphoria.narod.ru/watcom.png

My OW is 1.7a, i.e. recent one.

DO NOT USE IMAKE.BAT

Is that clearer now.

Here is the batch file that I use and it works for the current revision. You will need to edit it to suit for directory names.


%echo off 
set EDJGPP= 
set ORIGINALWATCOM= 
set EBORLAND= 
set ELCC= 
set EMINGW= 
set EUNIX= 
 
set EUDIR=C:\Projects\eu_proj\eu40\trunk 
set EUINC=C:\Projects\eu_proj\eu40\trunk\include 
 
set INCLUDE=C:\WATCOM\H;C:\WATCOM\H\NT 
 
set SRC=C:\Projects\eu_proj\eu40\trunk\source 
set BIN=C:\Projects\eu_proj\eu40\trunk\bin 
set BKUP=C:\backup\eubin 
 
echo PATH has C:\WATCOM\BINNT;C:\WATCOM\BINW;C:\Projects\eu_proj\eu40\trunk\bin 
 
cd %SRC% 
 
wmake -f makefile.wat clean 
wmake -f makefile.wat distclean 
call configure %1 %2 %3 
wmake -f makefile.wat all 
 
 
%echo off 
 
if exist %SRC%\BACKENDD.EXE move /Y %SRC%\BACKENDD.EXE %BIN%\ 
if exist %SRC%\EC.EXE move /Y %SRC%\EC.EXE %BIN%\ 
if exist %SRC%\ec.lib move /Y %SRC%\ec.lib %BIN%\ 
if exist %SRC%\EX.EXE move /Y %SRC%\EX.EXE %BIN%\ 
if exist %SRC%\backendc.exe move /Y %SRC%\BACKENDC.EXE %BIN%\ 
if exist %SRC%\backendw.exe move /Y %SRC%\BACKENDW.EXE %BIN%\ 
if exist %SRC%\ecw.lib move /Y %SRC%\ecw.lib %BIN%\ 
if exist %SRC%\ecw.exe move /Y %SRC%\ecw.exe %BIN%\ 
if exist %SRC%\exwc.exe move /Y %SRC%\exwc.exe %BIN%\ 
if exist %SRC%\exw.exe move /Y %SRC%\exw.exe %BIN%\ 


new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu