Changeset 586
- Timestamp:
- Sep 29, 2007 5:15:01 PM (13 years ago)
- Location:
- stable/0.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/compile_f2c/INSTALL
r352 r586 26 26 delete the word "comptry.bat" in the 4th from last line. 27 27 28 NOTE: If you want to generate debug code (using --enable-debug with 29 configure), you need to change the makefile.vc file: Change the 30 definition of CFLAGS so that it no longer contains '-Ot1' but 31 '-MTd' instead. 32 28 33 4. Edit the script "compile_f2c" in this directory so that the 29 34 variable "f2clibdir" at the beginning is set to the directory -
stable/0.5/prepare_new_release
r562 r586 208 208 if (echo $ext_url | grep -E 'stable/' >/dev/null); then :; else 209 209 echo '' 210 echo "The external URL $ex _url is not for a stable release. Exiting."210 echo "The external URL $ext_url is not for a stable branch. Exiting." 211 211 echo '' 212 212 exit -2
Note: See TracChangeset
for help on using the changeset viewer.