-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the LastWords screens saver build, ensure definition structure …
…and references end up the same segment, moved both to code segment. Fixed a random token reference that prevents the bug initially reported. #514
- Loading branch information
Showing
4 changed files
with
100 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
############################################################################## | ||
# | ||
# Copyright (c) GlobalPC 2000 -- All Rights Reserved | ||
# | ||
# PROJECT: GEOS | ||
# MODULE: LastWords -- special definitions | ||
# FILE: local.mk | ||
# AUTHOR: brianc, 02/17/00 | ||
# | ||
# REVISION HISTORY: | ||
# Name Date Description | ||
# ---- ---- ----------- | ||
# brianc 02/17/00 Initial Revision | ||
# | ||
# DESCRIPTION: | ||
# Special definitions for LastWords | ||
# | ||
# $Id$ | ||
# | ||
############################################################################### | ||
|
||
XCCOMFLAGS = -zc | ||
|
||
#include <$(SYSMAKEFILE)> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# | ||
# THIS FILE HAS BEEN GENERATED AUTOMATICALLY. | ||
# | ||
# If you edit it, you will lose your changes, should it be regenerated. | ||
# | ||
GEODE = lastwords | ||
ASM_TO_OBJS = | ||
UI_TO_RDFS = | ||
SRCS = lastwords.goc lastwords.goh | ||
OBJS = lastwords.obj | ||
LOBJS = | ||
|
||
SYSMAKEFILE = geode.mk | ||
|
||
#include <geos.mk> | ||
#include <gpath.mk> | ||
|
||
#if exists(local.mk) | ||
#include "local.mk" | ||
#else | ||
#include <$(SYSMAKEFILE)> | ||
#endif | ||
|
||
#if exists($(DEPFILE)) | ||
#include "$(DEPFILE)" | ||
#endif | ||
# | ||
# THIS FILE HAS BEEN GENERATED AUTOMATICALLY. | ||
# | ||
# If you edit it, you will lose your changes, should it be regenerated. | ||
# | ||
GEODE = lastwords | ||
ASM_TO_OBJS = | ||
UI_TO_RDFS = | ||
SRCS = lastwords.goc lastwords.goh | ||
OBJS = lastwords.obj | ||
LOBJS = | ||
|
||
SYSMAKEFILE = geode.mk | ||
|
||
#include <geos.mk> | ||
#include <gpath.mk> | ||
|
||
#if exists(local.mk) | ||
#include "local.mk" | ||
#else | ||
#include <$(SYSMAKEFILE)> | ||
#endif | ||
|
||
#if exists($(DEPFILE)) | ||
#include "$(DEPFILE)" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
lastwords.obj \ | ||
lastwords.eobj: stdapp.goh object.goh ui.goh Objects/metaC.goh \ | ||
Objects/inputC.goh Objects/clipbrd.goh \ | ||
Objects/uiInputC.goh iacp.goh Objects/winC.goh \ | ||
Objects/gProcC.goh alb.goh Objects/processC.goh \ | ||
Objects/visC.goh Objects/vCompC.goh Objects/vCntC.goh \ | ||
Objects/gAppC.goh Objects/genC.goh Objects/gInterC.goh \ | ||
Objects/gPrimC.goh Objects/gDispC.goh Objects/gTrigC.goh \ | ||
Objects/gViewC.goh Objects/gTextC.goh Objects/vTextC.goh \ | ||
Objects/gCtrlC.goh gcnlist.goh spool.goh \ | ||
Objects/gFSelC.goh Objects/gGlyphC.goh \ | ||
Objects/gDocCtrl.goh Objects/gDocGrpC.goh \ | ||
Objects/gDocC.goh Objects/gContC.goh Objects/gDCtrlC.goh \ | ||
Objects/gEditCC.goh Objects/gBoolGC.goh \ | ||
Objects/gItemGC.goh Objects/gDListC.goh \ | ||
Objects/gItemC.goh Objects/gBoolC.goh \ | ||
Objects/gGadgetC.goh Objects/gToolCC.goh \ | ||
Objects/gValueC.goh Objects/gToolGC.goh \ | ||
Objects/helpCC.goh saver.goh lastwords.goh | ||
lastwords.obj \ | ||
lastwords.eobj: geos.h heap.h geode.h resource.h ec.h object.h lmem.h \ | ||
graphics.h fontID.h font.h color.h gstring.h timer.h vm.h \ | ||
dbase.h localize.h Ansi/ctype.h timedate.h file.h \ | ||
sllang.h system.h geoworks.h chunkarr.h Objects/helpCC.h \ | ||
disk.h drive.h input.h char.h hwr.h win.h uDialog.h \ | ||
Objects/gInterC.h Objects/Text/tCommon.h stylesh.h \ | ||
driver.h thread.h print.h Internal/spoolInt.h serialDr.h \ | ||
parallDr.h hugearr.h fileEnum.h initfile.h Ansi/string.h | ||
|
||
lastwords.obj \ | ||
lastwords.eobj: stdapp.goh object.goh ui.goh Objects/metaC.goh \ | ||
Objects/inputC.goh Objects/clipbrd.goh \ | ||
Objects/uiInputC.goh iacp.goh Objects/winC.goh \ | ||
Objects/gProcC.goh alb.goh Objects/processC.goh \ | ||
Objects/visC.goh Objects/vCompC.goh Objects/vCntC.goh \ | ||
Objects/gAppC.goh Objects/genC.goh Objects/gInterC.goh \ | ||
Objects/gPrimC.goh Objects/gDispC.goh Objects/gTrigC.goh \ | ||
Objects/gViewC.goh Objects/gTextC.goh Objects/vTextC.goh \ | ||
Objects/gCtrlC.goh gcnlist.goh spool.goh \ | ||
Objects/gFSelC.goh Objects/gGlyphC.goh \ | ||
Objects/gDocCtrl.goh Objects/gDocGrpC.goh \ | ||
Objects/gDocC.goh Objects/gContC.goh Objects/gDCtrlC.goh \ | ||
Objects/gEditCC.goh Objects/gBoolGC.goh \ | ||
Objects/gItemGC.goh Objects/gDListC.goh \ | ||
Objects/gItemC.goh Objects/gBoolC.goh \ | ||
Objects/gGadgetC.goh Objects/gToolCC.goh \ | ||
Objects/gValueC.goh Objects/gToolGC.goh \ | ||
Objects/helpCC.goh saver.goh lastwords.goh | ||
lastwords.obj \ | ||
lastwords.eobj: geos.h heap.h geode.h resource.h ec.h object.h lmem.h \ | ||
graphics.h fontID.h font.h color.h gstring.h timer.h vm.h \ | ||
dbase.h localize.h Ansi/ctype.h timedate.h file.h \ | ||
sllang.h system.h geoworks.h chunkarr.h Objects/helpCC.h \ | ||
disk.h drive.h input.h char.h hwr.h win.h uDialog.h \ | ||
Objects/gInterC.h Objects/Text/tCommon.h stylesh.h \ | ||
driver.h thread.h print.h Internal/spoolInt.h serialDr.h \ | ||
parallDr.h hugearr.h fileEnum.h initfile.h Ansi/string.h | ||
|
||
lastwordsEC.geo lastwords.geo : saver.ldf ansic.ldf ui.ldf geos.ldf |