File: plconfig.cmd

package info (click to toggle)
plplot 5.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,248 kB
  • ctags: 11,687
  • sloc: ansic: 86,045; xml: 17,249; sh: 12,400; tcl: 8,113; cpp: 6,824; perl: 4,383; python: 3,915; makefile: 2,899; java: 2,788; fortran: 290; sed: 5; awk: 1
file content (25 lines) | stat: -rwxr-xr-x 873 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@echo off
cls
echo *
echo *
echo * Configuring the system to use Microsoft C 6.0 Professional
echo * Development System, and Microsoft Fortran 5.0 under OS/2.
echo *

set	 path=c:\c6.0\binp;c:\c6.0\binb;c:\f5.0\bin;%syspath%
set	 path=%path%c:\util2;c:\bndutil;c:\cmd

set	  lib=c:\c6.0\lib;c:\f5.0\lib
set   include=c:\c6.0\include;c:\f5.0\include
rem set  init=c:\c6.0\init	Actually, just leave it set to \util\tools
set helpfiles=c:\c6.0\help\*.hlp
set	   cl= /FPi87 /Lp /link /pm:vio
set	   fl= /FPi87 /link /NOE /NOD:llibfor7 /NOD:llibc7 llibc7p llibf7pc /pm:vio

echo * Okay, Buddy, the computer is configured for using both products.
echo * Here is how the environment is set:
echo ------------------------------------------------------------------------
set
echo ------------------------------------------------------------------------
echo * Any questions?
echo *