Saveload deaktiviert. Beim Laden möchte ich Fehler sehen, wenn welche da sind
This commit is contained in:
+3
-2
@@ -35,9 +35,10 @@
|
||||
(setvar "SRCHPATH" (strcat curr-srch ";" lisp-pfad))
|
||||
)
|
||||
|
||||
;; Library laden
|
||||
;; Library laden (direkt, damit Fehler sichtbar sind)
|
||||
(if (findfile (strcat lisp-pfad "/ssg_load.lsp"))
|
||||
(if (ssg-lib-safe-load (strcat lisp-pfad "/ssg_load.lsp"))
|
||||
(progn
|
||||
(load (strcat lisp-pfad "/ssg_load.lsp"))
|
||||
(princ "\n[SSG_LIB] ssg_load.lsp geladen.")
|
||||
)
|
||||
(princ "\n[SSG_LIB] WARNUNG: ssg_load.lsp nicht gefunden!")
|
||||
|
||||
Reference in New Issue
Block a user