home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ******************************************************************
- echo * Starting the translation/compilation of the source files using *
- echo * the Programming with States paradigm. *
- echo * *
- echo * Moving to the DEMOLIFT sub-directory which contains the files *
- echo * of the example. *
- echo ******************************************************************
- pause
- echo on
- cd demolift
- @echo off
- echo ******************************************************************
- echo * Running 'getTools.bat' : copying the translating tools *
- echo * (CHECKER.EXE et EPURE.EXE) *
- echo * and their configuration file *
- echo * (CHECKER.CFG). *
- echo ******************************************************************
- pause
- echo on
- call gettools.bat
- @echo off
- echo ******************************************************************
- echo * Running 'getLib.bat' : copying the Programming with States *
- echo * library. *
- echo ******************************************************************
- pause
- echo on
- call getlib.bat
- @echo off
- echo ******************************************************************
- echo * X X X XX XXX X X XXX X X XX *
- echo * X X X X X X X XX X X XX X X *
- echo * X X X XXXX XXX X XX X X XX X XX *
- echo * X X X X X X X X XXX X X XX *
- echo * *
- echo * The translations tools have been developped with the DJGPP *
- echo * development kit (a wonderfull 32bits environment any developer *
- echo * feedup with segments problems should try). The binaries *
- echo * produced should run in any "DOS" box provided there is a proper*
- echo * DPMI server available. If you should experience any trouble *
- echo * when running the translation tools from within a windows "DOS" *
- echo * box, exit windows and run the "demolift.bat" batch file located*
- echo * in the main instalation directory of the OOPS Toolset. *
- echo * *
- echo * Running 'Translat.bat" : Beginning of the translation. *
- echo ******************************************************************
- pause
- @echo off
- call translat.bat
- echo ******************************************************************
- echo * Beginning of the compilation. *
- echo * *
- echo * X X X XX XXX X X XXX X X XX *
- echo * X X X X X X X XX X X XX X X *
- echo * X X X XXXX XXX X XX X X XX X XX *
- echo * X X X X X X X X XXX X X XX *
- echo * *
- echo * You should have removed these lines after updating the file *
- echo * named 'MAKEFILE' in the directory 'DEMOLIFT' and provided the *
- echo * proper command to start the compilation process *
- echo * (like 'make -f makefile') *
- echo ******************************************************************
- pause
- echo ******************************************************************
- echo * INFORMAION : The generated programm is named 'DEMOLIFT.EXE' *
- echo * and is located in the 'DEMOLIFT' subdirectory. *
- echo * To run the programm click on the 'Result Lift' *
- echo * icon in the 'OOPS' group. *
- echo * You can run 'DEMOLIFT .EXE' from the DOS prompt. *
- echo ******************************************************************
-
-