[cells-cvs] CVS update: cell-cultures/utils-kt/utils-kt.lpr

Kenny Tilton ktilton at common-lisp.net
Fri Apr 8 09:11:31 UTC 2005


Update of /project/cells/cvsroot/cell-cultures/utils-kt
In directory common-lisp.net:/tmp/cvs-serv12564/utils-kt

Modified Files:
	utils-kt.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:30 2005
Author: ktilton

Index: cell-cultures/utils-kt/utils-kt.lpr
diff -u cell-cultures/utils-kt/utils-kt.lpr:1.2 cell-cultures/utils-kt/utils-kt.lpr:1.3
--- cell-cultures/utils-kt/utils-kt.lpr:1.2	Tue Jun 29 10:58:49 2004
+++ cell-cultures/utils-kt/utils-kt.lpr	Fri Apr  8 11:11:21 2005
@@ -1,9 +1,15 @@
-;; -*- 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 :COMMON-LISP
+    (:export #:list
+             #:make-instance
+             #:t
+             #:nil
+             #:quote))
 
 (define-project :name :utils-kt
-  :application-type (intern "Standard EXE" (find-package :keyword))
   :modules (list (make-instance 'module :name "defpackage.lisp")
                  (make-instance 'module :name "debug.lisp")
                  (make-instance 'module :name "detritus.lisp")
@@ -12,28 +18,20 @@
   :projects nil
   :libraries nil
   :distributed-files nil
+  :internally-loaded-files nil
   :project-package-name :common-lisp
   :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