Re: CHANGES IN BUILDING SOURCE ?

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

I can no longer build the source ...

I've uploaded a repaired makefile.wat. I can now build the system ok, but I'm not trying to build a release for win98 either. I don't know what options were/are required to do that.

Here is the batch file that I use ...


%echo off 
set EDJGPP= 
set ORIGINALWATCOM= 
set EBORLAND= 
set ELCC= 
set EMINGW= 
set EUNIX= 
 
set SRC=C:\Projects\eu_proj\eu40\trunk\source 
set BIN=C:\Projects\eu_proj\eu40\trunk\bin 
set BKUP=C:\backup\eubin 
 
cd %SRC% 
 
wmake -f makefile.wat clean 
wmake -f makefile.wat distclean 
call configure %1 %2 %3 
wmake -f makefile.wat all 
 
 
%echo off 
echo Backing up previous binaries... 
if exist %BIN%\BACKENDD.EXE copy /Y /B %BIN%\BACKENDD.EXE %BKUP%\ 
if exist %BIN%\EC.EXE copy /Y /B %BIN%\EC.EXE %BKUP%\ 
if exist %BIN%\ec.lib copy /Y /B %BIN%\ec.lib %BKUP%\ 
if exist %BIN%\EX.EXE copy /Y /B %BIN%\EX.EXE %BKUP%\ 
if exist %BIN%\backendc.exe copy /Y /B %BIN%\BACKENDC.EXE %BKUP%\ 
if exist %BIN%\backendw.exe copy /Y /B %BIN%\BACKENDW.EXE %BKUP%\ 
if exist %BIN%\ecw.lib copy /Y /B %BIN%\ecw.lib %BKUP%\ 
if exist %BIN%\ecw.exe copy /Y /B %BIN%\ecw.exe %BKUP%\ 
if exist %BIN%\exwc.exe copy /Y /B %BIN%\exwc.exe %BKUP%\ 
if exist %BIN%\exw.exe copy /Y /B %BIN%\exw.exe %BKUP%\ 
 
echo Move new binaries to BIN 
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