mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
Change a few comments to make them match the code:
- stack size is 1024, not 768 - name of file is prog.mk, not gno.prog.mk - remove version number and date string at beginning, since it is updated in the id string
This commit is contained in:
parent
27924b88c4
commit
3ad387440c
8
prog.mk
8
prog.mk
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# prog.mk version 1.1.0 (August 31, 1997)
|
# prog.mk
|
||||||
#
|
#
|
||||||
# $Id: prog.mk,v 1.6 1998/02/15 19:44:03 gdr-ftp Exp $
|
# $Id: prog.mk,v 1.7 1998/02/18 18:22:04 tribby Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# This makefile is intended for use with dmake(1) and occ(1) on Apple IIGS
|
# This makefile is intended for use with dmake(1) and occ(1) on Apple IIGS
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# You have the option to set several macros (either in the makefile or on
|
# You have the option to set several macros (either in the makefile or on
|
||||||
# the dmake command line) that will be recognized by gno.prog.mk:
|
# the dmake command line) that will be recognized by prog.mk:
|
||||||
#
|
#
|
||||||
# * To turn on debugging, use
|
# * To turn on debugging, use
|
||||||
# DEBUG=<parm>
|
# DEBUG=<parm>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
# Was special optimizing requested?
|
# Was special optimizing requested?
|
||||||
OPTIMIZE*= 78
|
OPTIMIZE*= 78
|
||||||
|
|
||||||
# Use stack size of 768 bytes if STACK macro isn't already defined
|
# Use stack size of 1024 bytes if STACK macro isn't already defined
|
||||||
STACK *= 1024
|
STACK *= 1024
|
||||||
|
|
||||||
# Compile and load flags passed to occ
|
# Compile and load flags passed to occ
|
||||||
|
Loading…
Reference in New Issue
Block a user