Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
a346d2af
Commit
a346d2af
authored
15 years ago
by
Kevin Layer
Browse files
Options
Downloads
Patches
Plain Diff
64-bit CLIM lives!
parent
61df45df
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.n
+5
-0
5 additions, 0 deletions
ChangeLog.n
Makefile.macosx
+0
-1
0 additions, 1 deletion
Makefile.macosx
with
5 additions
and
1 deletion
ChangeLog.n
+
5
−
0
View file @
a346d2af
...
@@ -3,6 +3,11 @@
...
@@ -3,6 +3,11 @@
don't forget to change the version in utils/packages.lisp if you do anything
don't forget to change the version in utils/packages.lisp if you do anything
user visible.
user visible.
*******************************************************************************
*******************************************************************************
2010-03-10 Kevin Layer <layer@gemini.franz.com>
* Makefile.macosx: 64-bit CLIM lives!
2010-02-03 Andreas Fuchs <afuchs@franz.com>
2010-02-03 Andreas Fuchs <afuchs@franz.com>
* tk-silica/xt-silica: Don't warn about missing fallback charsets
* tk-silica/xt-silica: Don't warn about missing fallback charsets
...
...
This diff is collapsed.
Click to expand it.
Makefile.macosx
+
0
−
1
View file @
a346d2af
...
@@ -25,7 +25,6 @@ XLIB=-L/usr/X11R6/lib -lX11
...
@@ -25,7 +25,6 @@ XLIB=-L/usr/X11R6/lib -lX11
XINCLUDES
=
-I
/usr/X11R6/include
-I
/opt/local/include
XINCLUDES
=
-I
/usr/X11R6/include
-I
/opt/local/include
ifeq
($(SIXTYFOURBIT),yes)
ifeq
($(SIXTYFOURBIT),yes)
$(
error
CLIM does not work on 64-bit Mac OS X yet.
)
CFLAGS
=
-arch
x86_64
-DAcl64Bit
CFLAGS
=
-arch
x86_64
-DAcl64Bit
MAKE_SHARED
=
sh ../src/bin/make_shared.mac64
MAKE_SHARED
=
sh ../src/bin/make_shared.mac64
else
else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment