Compiling the samples

Compiling for Windows

Depending on your C compiler different steps have to be done, but do not forget to do the following before starting the C compiler specific part in a DOS console:

    set ISE_EIFFEL=XXX

where XXX is the ISE EiffelStudio installation directory.

With Borland C++:

By default, Borland C++ is not in your path, so you will have to first set your path correctly by typing:

    set PATH=%ISE_EIFFEL%\BCC55\bin;%PATH%

If the file `Makefile.win' is present, then you can launch the compilation with:

    make -f Makefile.win

Otherwise launch the compilation with:

    make -f Makefile.bcb

 

With Microsoft Visual C++:

By default, the command line tools of Visual C++ should be available from the command line.

If the file `Makefile.win' is present, then you can launch the compilation with:

    nmake -f Makefile.win

Otherwise launch the compilation with:

    nmake -f Makefile.msc

 

Compiling for UNIX

Then, make sure that your path to the ISE EiffelStudio executables are properly configured before launching the command below.

To compile and execute from scratch type:

    finish_freezing -library