Menu

[r760]: / trunk / lispbuilder-windows / lispbuilder-windows.asd  Maximize  Restore  History

Download this file

24 lines (21 with data), 615 Bytes

;;; -*-Lisp-*-

(defpackage lispbuilder-windows-system
  (:use :common-lisp :asdf))
(in-package :lispbuilder-windows-system)

(defsystem lispbuilder-windows
  :description "lispbuilder-windows: Windows library wrapper and tools"
  :version "0.1"
  :author "Frank Buss <fb@frank-buss.de>"
  :maintainer "Common Lisp Application Builder http://www.lispbuilder.org"
  :licence "BSD"
  :depends-on (cffi)
  :components
  ((:module "windows"
	    :components
	    ((:file "package")
	     (:file "library")
	     (:file "windows")
	     (:file "user32")
	     (:file "winuser")
	     (:file "wingdi"))
	    :serial t)))
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.