home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- echo.
- echo After copying this batch file to your hard disk, customize it to point
- echo to the actual location where you installed (copied) the files in this
- echo directory tree to on your disk from the cd-rom.
- echo.
- echo If you want to run the programs from the cd-rom, insert the real
- echo location of your cd-rom drive.
-
- rem change this
- set root=.
- rem and add the absolute path of %root%\dll to libpath in your config.sys
-
- set path=%path%;%root%\bin;%root%\emx\bin;%root%\emacs\bin
- set init=%root%\emx\etc
- if *%tmp%==* set tmp=c:\
-
- set protodir=%root%\emx\include.cpp\gen
- set cplus_include_path=%root%/emx/include.cpp;d:/emx/include
- set c_include_path=%root%/emx/include
- set library_path=%root%/emx/lib
- set lib=%root%\emx\lib
- set tmpdir=%tmp%
- set infopath=.;%root%/info
-