root/trunk/idldoc_build.pro
@
633
| Revision 633, 313 bytes (checked in by mgalloy, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | ;+ |
| 2 | ; Builds the idldoc sav file. |
| 3 | ;- |
| 4 | |
| 5 | ; clear any other compilations |
| 6 | .reset |
| 7 | |
| 8 | ; compile required code |
| 9 | |
| 10 | @idldoc_compile_all |
| 11 | |
| 12 | ; compile any system routines that are used in the required code |
| 13 | resolve_all |
| 14 | |
| 15 | ; create the sav file |
| 16 | save, filename='idldoc.sav', /routines, description='IDLdoc ' + idldoc_version(/full) |
| 17 | |
| 18 | exit |
Note: See TracBrowser
for help on using the browser.
