Skip to content

Commit

Permalink
Delete auxiliary library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarren committed Jan 12, 2011
1 parent 2c961f9 commit afffda1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 139 deletions.
39 changes: 0 additions & 39 deletions gtk-ffi/Makefile

This file was deleted.

58 changes: 0 additions & 58 deletions gtk-ffi/Makefile.win32

This file was deleted.

9 changes: 1 addition & 8 deletions gtk-ffi/glibraries.lisp
Expand Up @@ -48,12 +48,6 @@
(:unix (:or "libgtk-x11-2.0.so" "libgtk-x11-2.0.so.0"))
(:windows "libgtk-win32-2.0-0.dll"))

#+libcellsgtk
(cffi:define-foreign-library :cgtk
(:darwin #.(namestring (merge-pathnames "libcellsgtk.dylib" *compile-file-pathname*)))
(:unix #.(namestring (merge-pathnames "libcellsgtk.so" *compile-file-pathname*)))
(:windows #.(namestring (merge-pathnames "libcellsgtk.dll" *compile-file-pathname*))))

;;; comment moved from gtk-ffi.lisp
;;; LW Win32 is hanging on POD's machine only:
;;; (fli:register-module "libgdk-win32-2.0-0.dll" :connection-style :immediate)
Expand All @@ -66,5 +60,4 @@
(cffi:load-foreign-library :glib)
(cffi:load-foreign-library :gthread)
(cffi:load-foreign-library :gdk)
(cffi:load-foreign-library :gtk)
#+libcellsgtk (cffi:load-foreign-library :cgtk)))
(cffi:load-foreign-library :gtk)))
34 changes: 0 additions & 34 deletions gtk-ffi/gtk-adds.c

This file was deleted.

Binary file removed gtk-ffi/libcellsgtk-solaris.so
Binary file not shown.
Binary file removed gtk-ffi/libcellsgtk.so
Binary file not shown.

0 comments on commit afffda1

Please sign in to comment.