Changeset 13317 in project
- Timestamp:
- 02/16/09 01:12:47 (12 years ago)
- Location:
- release/3/formular/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
release/3/formular/trunk/form2txt.scm
r12432 r13317 4 4 ;; generated by the FormMail.pl script. 5 5 ;; 6 ;; Copyright 2008 Ivan Raikov and the Okinawa Institute of Science and7 ;; Technology.6 ;; Copyright 2008-2009 Ivan Raikov and the Okinawa Institute of 7 ;; Science and Technology. 8 8 ;; 9 9 ;; This program is free software: you can redistribute it and/or -
release/3/formular/trunk/form2wiki.scm
r12432 r13317 4 4 ;; generated by the FormMail.pl script. 5 5 ;; 6 ;; Copyright 2008 Ivan Raikov and the Okinawa Institute of Science and7 ;; Technology.6 ;; Copyright 2008-2009 Ivan Raikov and the Okinawa Institute of 7 ;; Science and Technology. 8 8 ;; 9 9 ;; This program is free software: you can redistribute it and/or -
release/3/formular/trunk/formular.scm
r13311 r13317 4 4 ;; submissions generated by the FormMail.pl script. 5 5 ;; 6 ;; Copyright 2008 Ivan Raikov and the Okinawa Institute of Science and7 ;; Technology.6 ;; Copyright 2008-2009 Ivan Raikov and the Okinawa Institute of 7 ;; Science and Technology. 8 8 ;; 9 9 ;; This program is free software: you can redistribute it and/or -
release/3/formular/trunk/formular.setup
r12460 r13317 6 6 (make-pathname #f fn ##sys#load-dynamic-extension)) 7 7 8 (compile -O 2 -d0-s8 (compile -O -d2 -s 9 9 ,@(if has-exports? '(-check-imports -emit-exports formular.exports) '()) 10 10 formular.scm) … … 20 20 21 21 ; Assoc list with properties for your extension: 22 '((version 1. 7)22 '((version 1.8) 23 23 (documentation "formular.html") 24 24 ,@(if has-exports? `((exports "formular.exports")) (list)) ))
Note: See TracChangeset
for help on using the changeset viewer.