Skip to content

Commit

Permalink
Update OM# loader file
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bresson committed Oct 16, 2021
1 parent 8ff0fcb commit 0937a12
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions om#/symbolist/symbolist.omlib
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
;;;===========================================================================
;;; Symbolist
;;; graphical notation editor (om version)
;;; J. Bresson, R. Gottfried (2017)
;;;===========================================================================

(:om-lib

(:version 0.1)
(:version 0.2)

(:doc "graphical notation editor (om version)")
(:doc "Symbolist: Graphical notation editor")

(:author "J. Bresson, R. Gottfried (2017)")

;;; SOURCE FILES TO LOAD
(:source-files
(:source-files
(:pathname (:directory (:relative "sources")) (:name "symbolist-api"))
(:pathname (:directory (:relative "sources")) (:name "symbolist-init"))
(:pathname (:directory (:relative "sources")) (:name "symbolist-object"))
)
(:pathname (:directory (:relative "sources")) (:name "symbolist-object")))

;;; DECLATRED SYMBOLS VISIBLE AND ACCESSIBLE THROUGH THE OM PACKAGE TREE
(:symbols
(:classes symbolist)
)
(:symbols
(:classes symbolist))
)

0 comments on commit 0937a12

Please sign in to comment.