Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mcclim/gramps-clim2
  • abridgewater/gramps-clim2
  • wannis/gramps-clim2
3 results
Show changes
Showing
with 959 additions and 722 deletions
;; See the file LICENSE for the full license governing this code.
;;
#|****************************************************************************
* *
......@@ -9,7 +11,6 @@
* *
****************************************************************************|#
(in-package :clim-internals)
......
This diff is collapsed.
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CL-USER; Base: 10; Lowercase: Yes -*-
;; See the file LICENSE for the full license governing this code.
;;
(in-package #-ANSI-90 :user #+ANSI-90 :cl-user)
(in-package :cl-user)
#+aclpc
(clim-defsys:defsystem aclpc-clim
(:default-pathname #+Genera "SYS:CLIM;REL-2;ACLPC;"
#-Genera (frob-pathname "aclpc")
:default-binary-pathname #+Genera "SYS:CLIM;REL-2;aclpc;"
#-Genera (frob-pathname "aclpc")
:needed-systems (clim-standalone)
:load-before-compile (clim-standalone))
("pkgdcl")
("winwidgh")
("climpat")
("acl-prel")
("acl-class")
("acl-dc")
("acl-port")
("acl-mirror")
("acl-medium")
("acl-pixmaps")
("acl-frames")
("acl-widget")
("acl-scroll")
)
#+acl86win32
(defsystem aclnt-clim
(:default-pathname "clim2:;aclpc;")
(:serial
clim-standalone
;;"winapi"
;;"cgapi"
"pkgdcl"
"winwidgh"
"climpat"
......@@ -44,9 +20,5 @@
"acl-pixmaps"
"acl-frames"
"acl-widget"
"acl-scroll"))
#+Genera
(clim-defsys:import-into-sct 'aclpc-clim
:pretty-name "aclpc CLIM"
:default-pathname "SYS:CLIM;REL-2;aclpc;")
"acl-scroll"
last))
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.