Parent Directory
|
Revision Log
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 |