@echo off REM This batch file has been tested on REM computer: Pentium REM OS: Windows NT 4.0 REM compiler: Microsoft Fortran PowerStation 4.0 REM C: Microsoft Visual C++ 4.0 REM OpenGL: Microsoft OpenGL, Glut 3.6 with patch, f90gl 1.1.? REM contributed by: Nicholas Yue yue@cwr.uwa.edu.au
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=c:\MSDEV\lib
REM the fortran 90 libraries for OpenGL, including GLUT, GLU and OpenGL set F90GLUTLIB= gdi32.lib user32.lib glut32.lib glu32.lib opengl32.lib ..\lib\f90GL.lib ..\lib\f90GLU.lib ..\lib\f90GLUT.lib
REM the Windows libraries set WINLIB=
REM the f90 compiler flag for specifying the location of MOD files set MODS=-I"..\lib"
REM fortran 90 compiler and compiler flags set F90C=fl32 set F90FLAGS=
REM fortran 90 compiler flag for fixed source form set FFIXED=
REM ----------- end of user configuration parameters ------------
REM select example to compile; default is all of them
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.