Menu

[r115]: / trunk / lispbuilder-cal3d / cal3d / library.lisp  Maximize  Restore  History

Download this file

17 lines (11 with data), 458 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
;;; -*- lisp -*-
(in-package #:lispbuilder-cal3d)
(eval-when (:compile-toplevel :load-toplevel :execute)
(pushnew (merge-pathnames "../bin/" (directory-namestring (or *load-truename* *default-pathname-defaults*)))
cffi:*foreign-library-directories*
:test #'equal))
(cffi:define-foreign-library cal3d
(:darwin (:framework "cal3d"))
(:windows "cal3d.dll")
(:unix (:or "cal3d" "cal3d.so")))
(cffi:use-foreign-library cal3d)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.