Changeset 12206 in project
- Timestamp:
- 10/20/08 07:20:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/3/nemo/trunk/nemo.setup
r12205 r12206 23 23 24 24 ; Assoc list with properties for your extension: 25 `((version 1. 5)25 `((version 1.6) 26 26 ;(documentation "nemo.html") 27 27 ,@(if has-exports? `((exports "nemo-core.exports")) (list)) )) … … 31 31 'nemo-macros 32 32 `("nemo-macros.scm" ) 33 `((version 1. 5)33 `((version 1.6) 34 34 (syntax) 35 35 (require-at-runtime nemo-core))) … … 50 50 51 51 ; Assoc list with properties for your extension: 52 `((version 1. 5)52 `((version 1.6) 53 53 ,@(if has-exports? `((exports "nemo-nmodl.exports")) (list)) )) 54 54 … … 69 69 70 70 ; Assoc list with properties for your extension: 71 `((version 1. 5)71 `((version 1.6) 72 72 ,@(if has-exports? `((exports "nemo-hh.exports")) (list)) )) 73 73 … … 83 83 84 84 ; Assoc list with properties for the program: 85 '((version 1. 5)85 '((version 1.6) 86 86 (documentation "nemo.html")))
Note: See TracChangeset
for help on using the changeset viewer.