[cells-cvs] CVS update: cell-cultures/cl-openal/cl-openal.lpr
Kenny Tilton
ktilton at common-lisp.net
Fri Apr 8 09:11:19 UTC 2005
Update of /project/cells/cvsroot/cell-cultures/cl-openal
In directory common-lisp.net:/tmp/cvs-serv12564/cl-openal
Modified Files:
cl-openal.lpr
Log Message:
Cello cleanup, but mostly "removing" ffi-extender, which really lives on as the "hello-c" package
Date: Fri Apr 8 11:11:19 2005
Author: ktilton
Index: cell-cultures/cl-openal/cl-openal.lpr
diff -u cell-cultures/cl-openal/cl-openal.lpr:1.1 cell-cultures/cl-openal/cl-openal.lpr:1.2
--- cell-cultures/cl-openal/cl-openal.lpr:1.1 Sat Jun 26 20:38:40 2004
+++ cell-cultures/cl-openal/cl-openal.lpr Fri Apr 8 11:11:18 2005
@@ -1,11 +1,10 @@
-;; -*- lisp-version: "6.2 [Windows] (May 12, 2004 22:13)"; common-graphics: "1.389.2.105.2.14"; -*-
+;; -*- lisp-version: "7.0 [Windows] (Dec 28, 2004 17:34)"; cg: "1.54.2.17"; -*-
-(in-package :common-graphics-user)
+(in-package :cg-user)
-(defpackage :cl-openal (:export))
+(defpackage :CL-OPENAL)
(define-project :name :cl-openal
- :application-type (intern "Standard EXE" (find-package :keyword))
:modules (list (make-instance 'module :name "cl-openal.lisp")
(make-instance 'module :name "altypes.lisp")
(make-instance 'module :name "al.lisp")
@@ -17,31 +16,23 @@
(make-instance 'module :name "wav-handling.lisp")
(make-instance 'module :name "cl-openal-demo.lisp"))
:projects (list (make-instance 'project-module :name
- "..\\ffi-extender\\ffi-extender"))
+ "..\\hello-c\\hello-c"))
:libraries nil
:distributed-files nil
+ :internally-loaded-files nil
:project-package-name :cl-openal
:main-form nil
:compilation-unit t
:verbose nil
- :runtime-modules '(:cg :drag-and-drop :lisp-widget
- :multi-picture-button :common-control
- :edit-in-place :outline :grid :group-box
- :header-control :progress-indicator-control
- :common-status-bar :tab-control :trackbar-control
- :up-down-control :dde :mci :carets :hotspots
- :menu-selection :choose-list :directory-list
- :color-dialog :find-dialog :font-dialog
- :string-dialog :yes-no-list-dialog
- :list-view-control :rich-edit :drawable :ole :www
- :aclwin302)
+ :runtime-modules nil
:splash-file-module (make-instance 'build-module :name "")
:icon-file-module (make-instance 'build-module :name "")
- :include-flags '(:compiler :top-level :local-name-info)
+ :include-flags '(:local-name-info)
:build-flags '(:allow-debug :purify)
:autoload-warning t
:full-recompile-for-runtime-conditionalizations nil
:default-command-line-arguments "+cx +t \"Initializing\""
+ :additional-build-lisp-image-arguments '(:read-init-files nil)
:old-space-size 256000
:new-space-size 6144
:runtime-build-option :standard
More information about the Cells-cvs
mailing list