@echo off REM This batch file has been tested on REM computer: Pentium III REM OS: Windows 2000 REM compiler: Absoft Pro Fortran 9.0 REM C: Microsoft Visual C++ 6.0 REM OpenGL: Microsoft OpenGL (Absoft import lib), Glut 3.7.1, f90gl 1.2.9
REM ------------- User configuration parameters ---------------
REM modify these for your system
REM the directories containing the OpenGL libraries, f90gl libraries, GLUT REM libraries, and f90gl GLUT libraries set OGLLIBDIR=
REM the directories containing the Windows libraries set WINLIBDIR=
REM the fortran 90 libraries for OpenGL, including GLUT, GLU and OpenGL set F90GLUTLIB= f90glut.lib f90glu.lib f90gl.lib glut32.lib glu32.lib opengl32.lib
REM the Windows libraries set WINLIB= absRT0.lib fio.lib fmath.lib f90math.lib comdlg32.lib libac.lib kernel32.lib
REM the f90 compiler flag for specifying the location of MOD files set MODS=-p ..\include\GL
REM fortran 90 compiler and compiler flags set F90C=f90 set F90FLAGS=-O
REM fortran 90 compiler flag for fixed source form set FFIXED=-f fixed
REM ----------- end of user configuration parameters ------------
REM select example to compile; default is all of them