mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Updated for dual PowerPC/68k build.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15002 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# $Id: smakefile,v 1.1 2005-07-04 09:39:00 obarthel Exp $
|
||||
# $Id: smakefile,v 1.2 2005-07-04 10:25:33 obarthel Exp $
|
||||
#
|
||||
# :ts=4
|
||||
# :ts=8
|
||||
#
|
||||
# Amiga shared library skeleton example
|
||||
# Copyright (c) 2002-2005 by Olaf Barthel <olsen@sourcery.han.de>
|
||||
@@ -41,10 +41,11 @@ VERSION = 1
|
||||
|
||||
###############################################################################
|
||||
|
||||
#OPTIMIZE = optimize optsize optinline optinlocal
|
||||
CPU = 060
|
||||
#DEBUG = line
|
||||
DEBUG = symbolflush noopt
|
||||
OPTIMIZE = optimize optsize optinline optinlocal
|
||||
CPU = any
|
||||
#CPU = 060
|
||||
DEBUG = line
|
||||
#DEBUG = symbolflush noopt
|
||||
|
||||
###############################################################################
|
||||
|
||||
@@ -97,7 +98,7 @@ version:
|
||||
###############################################################################
|
||||
|
||||
cvs-tag:
|
||||
cvs -q tag V$(VERSION)_`type skeleton.library_rev.rev`
|
||||
cvs -q tag LIB_V$(VERSION)_`type skeleton.library_rev.rev`
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user