MAKING THE NEWDAS

February 16, 1999

 

This procedure is now in k:\das\process\makedas.bat.

New Win95 PC:

In Windows 95, double-click on the DOS icon that says, "MS-DOS + networking".

1. Change to the directory k:\das\tcs and type MAKE.

2. Change to the directory K:\das\process and type the following:

make -f makefil1

make -f makefil2

make -f makefil3 (comproc.c)

make -f makefil4 (outproc.c)

2. Change the K: directory to each of the following and then type MAKE:

\das\tcs

\das\dvcam

\gen\support

\smdas\aperture

\smdas\data

\smdas\filter

\smdas\tcs.sup

\smdas\process (main.c)

Note: if an "out of heap space" error occurs, just type MAKE again.

3. The following makefiles require the MAKESYS step:

cd \sysdas\photom\process

MAKESYS PHOTOM

MAKE

cd ..\data

MAKE

cd ..\process

MAKE

cd \sysdas\cvf\process

MAKESYS CVF

MAKE

cd ..\data

MAKE

cd ..\process

MAKE

cd \sysdas\map\process

MAKESYS MAP

MAKE

cd ..\data

MAKE

cd ..\process

MAKE

cd \sysdas\polar\process

MAKESYS POLAR

MAKE

cd ..\data

MAKE

cd ..\process

MAKE

cd \sysdas\fastmap\process

MAKESYS FASTMAP

MAKE

cd ..\data

MAKE

cd ..\process

MAKE

4. Reboot to execute the changed program.