home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- set compiler=BPC
- set movedir=\s\bp
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo ┌──[ Compiling with either BPC.EXE or TPC.EXE ]─────────────────────────┐
- echo │ │
- echo │ OK, all files are now installed on /a/proj/eco │ │
- echo │ │ │
- echo │ Compilation is rather easy, if TPC or BPC is in path I will do it │ │
- echo │ │ │
- echo │ for you! The .ASM files are preassembled, please wait :: │ │
- echo │ │ │
- echo └───────────────────────────────────────────────────────────────────────┘ │
- echo ───────────────────────────────────────────────────────────────────────┘
- echo.
- echo.
- echo.
-
- cd ecolibcs >nul
- echo We are now in eco/ecolibCS
- echo.
-
- echo Building The Concise Edition
- %compiler% /$G+ /$X+ /U.. eco_lib
- echo Compile OK, copying .TPU to /a/proj/eco
- copy *.tpu %movedir% >nul
- del *.tpu >nul
- cd ..
-
- cd ecolibbs
- echo.
- echo We are now in eco/ecoliBBS
- echo Building The BulletinBoard Edition
- %compiler% /$G+ /$X+ /U.. /m buildbbs
- echo Compile OK, copying *.TPU to /a/proj/eco
- echo.
- copy *.tpu %movedir% >nul
- del *.tpu >nul
- cd ..
-
- cd ecolibii
- echo We are now in eco/ecolibII
- echo.
-
- echo Building The Full Edition
- %compiler% /$G+ /$X+ /U.. /m build_ii
- echo Compile OK, copying *.TPU to /a/proj/eco
- echo.
- copy *.tpu %movedir% >nul
- del *.tpu >nul
-
- cd eco_crt
- cd eco_adpt
- echo.
- echo We are now in eco/ecolibII/eco_crt/eco_adpt
- echo Building The Adapter Unit
- echo.
-
- %compiler% /$G+ /$X+ /U..\..\.. /m eco_adpt
- echo Compile OK, copying *.TPU to /a/proj/eco
- echo.
- copy *.tpu %movedir% >nul
- del *.tpu >nul
- cd ..
- echo.
- echo We are now in eco/ecolibII/eco_crt
- echo Building The CRT Replacement
- %compiler% /$G+ /$X+ /U..\.. /m eco_crt
- echo Compile OK, copying *.TPU to /a/proj/eco
- echo.
- copy *.tpu %movedir% >nul
- del *.tpu >nul
-
- cd ..\eco_dos
- echo We are now in eco/ecolibII/eco_dos
- echo.
-
- echo Building The DOS Replacement
- %compiler% /$G+ /$X+ /U..\.. /m eco_dos
- echo Compile OK, copying *.TPU to /a/proj/eco
- echo.
- copy *.tpu %movedir% >nul
- del *.tpu >nul
- cd ..
-
- echo Building Examples And Demos . . .
- cd demos
- %compiler% /$G+ /$X+ /U..\.. /m demofile.pas
- %compiler% /$G+ /$X+ /U..\.. /m demoinfo.pas
- %compiler% /$G+ /$X+ /U..\.. /m demoswap.pas
- %compiler% /$G+ /$X+ /U..\.. /m demotree.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_atv.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_key.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_lzw.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_reg.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_fcs.pas
- cd ..\..
-
- cd ecolibbs\demos
- %compiler% /$G+ /$X+ /U..\.. /m demodoor.pas
- cd ..\..
-
- cd ecolibcs\demos
- %compiler% /$G+ /$X+ /U..\.. /m b2550.pas
- %compiler% /$G+ /$X+ /U..\.. /m colours.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_dat.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_fas.pas
- %compiler% /$G+ /$X+ /U..\.. /m demo_lib.pas
- %compiler% /$G+ /$X+ /U..\.. /m error.pas
- %compiler% /$G+ /$X+ /U..\.. /m inpath.pas
- %compiler% /$G+ /$X+ /U..\.. /m logdate.pas
- %compiler% /$G+ /$X+ /U..\.. /m pw.pas
- %compiler% /$G+ /$X+ /U..\.. /m s.pas
- %compiler% /$G+ /$X+ /U..\.. /m slice.pas
- %compiler% /$G+ /$X+ /U..\.. /m stdframe.pas
- %compiler% /$G+ /$X+ /U..\.. /m w.pas
-
- cd ..\..
-
-
-
- echo
- echo OK. The complete edition is for source inspection and ideas.
- echo The CS edition contains all you might dream of, and is used
- echo in a very easy matter.
- echo Good luck, and try the DEMO*.PAS files for demos.
- echo Remove floppy from drive.
- echo All *.TPU's are now in /a/proj/eco
- echo F\
- echo
- SET WDIR=-w -u 1 -x -k -p
- REM SET WCOLOURS=DIR:8 VOL:8 INF:8 TXT,DOC,INF,HLP:7 PAS,C,CPP,INC,H,ASM,ASH:14 ARC,ARJ,LZH,ZIP,ZOO:8 COM,EXE,BAT,CMD:15
- SET WTREEINFO=C
-
-
- ecolibcs\demos\w
-
-