/[ascend]/trunk/tcltk98/jam/build_linux
ViewVC logotype

Contents of /trunk/tcltk98/jam/build_linux

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (show annotations) (download)
Sat Jan 22 14:22:13 2005 UTC (19 years, 11 months ago) by jds
File size: 216 byte(s)
Initial commit of WinVC7 and jam build files.  jam builds Ascend base libs and tcltk98 executable on Windows using msvc, borland, mingw, and watcom (watcom can't yet link executable due to lack of isnan() and copysign() functions).

Also includes minor source updates to compile & run on Windows.
1 #!/bin/bash
2 # Script to build Ascend using jam
3
4 # Build the Ascend base libraries
5 cd ../../base/jam
6 ./build_linux
7
8 # Build the Ascend executable
9 cd ../../tcltk98/jam
10 jam -f Jambase

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22