# # Makefile # # © 1998 Straylight/Edgeware # #----- Licensing note ------------------------------------------------------- # # This makefile is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This makefile is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this makefile. If not, write to the Free Software Foundation, # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #----- Compilation flags ---------------------------------------------------- # --- Uncomment to use the C4 tools --- # OLD = o- # --- C compilation --- CC = $(OLD)cc -c -o $@ CFLAGS = -depend !Depend -throwback -ffah -Ilibs: -IC: COMPILE = $(CC) $(CFLAGS) # --- Assembling --- AS = $(OLD)objasm -quit -to $@ ASFLAGS = -stamp -depend !Depend -throwback ASSEMBLE = $(AS) $(ASFLAGS) -from BAS = basasm # --- Linking --- LD = $(OLD)link -o $@ LD_APP = $(LD) -aif LD_UTIL = $(LD) -bin -base 0 LD_MOD = $(LD) -bin -base 0 LD_BIN = $(LD) -bin -base 0 LD_DLL = $(LD) -rmf LD_AOF = $(LD) -aof # --- Making libraries --- AR = $(OLD)libfile -o CDLL = cdll # --- Setting file types --- SET_APP = SetType $@ FF8 SET_MOD = SetType $@ FFA SET_UTIL = SetType $@ FFC SET_DLL = SetType $@ FFD # --- Other maintenance things --- RM = ssrclean INSTALL = inst SETDATE = setdate SQUEEZE = squeeze $@ DATE = %zdy %mo %ce%yr MODDATE = %dy %m3 %ce%yr CRIGHT = © 1994-%ce%yr Straylight FIXLINK = fixlink $@ #----- Default rules -------------------------------------------------------- .SUFFIXES: .o .c .s .bs .c.o: $(COMPILE) $< .s.o: $(ASSEMBLE) $< .bs.o: $(BAS) $< $@ #----- Object files --------------------------------------------------------- OBJ = \ o.glass \ o.align o.colSelect o.toolbox \ o.editIcon o.editWin o.gPrefs o.tearEdit \ o.gSprite o.tfile \ o.iconData o.indir o.intMsgs o.toolSupprt \ o.wDragging o.wGrab o.wGraph o.wIcons o.window o.wMenus \ o.wMousePtr o.wPalette o.wRedraw o.wSelect o.wToolbars \ o.wWindows o.wWinEvent LIBS = libs:o.astubs libs:lib.steeldll libs:o.dlllib libs:o.swiv #----- Compiling things ----------------------------------------------------- all: !RunImage Modules.Sculptrix setSlot test install: clean: -$(RM) o.* !RunImage Modules.Sculptrix setSlot test #----- Nitty Gritty Bitties ------------------------------------------------- !RunImage: $(OBJ) $(LIBS) $(SETDATE) o.version date="$(DATE)" cright="$(CRIGHT)" $(LD_APP) $(OBJ) o.version $(LIBS) $(SQUEEZE) $(SET_APP) Modules.Sculptrix: .Sculptrix $(INSTALL) .Sculptrix Modules setSlot: .setSlot $(INSTALL) .setSlot @ test: .test $(INSTALL) .test @ #----- Dynamic dependencies ------------------------------------------------- # Dynamic dependencies: o.tearEdit: c.tearEdit o.tearEdit: libs:steel.h.Steel o.tearEdit: libs:steel.h.wimp o.tearEdit: libs:steel.h.wimpstruct o.tearEdit: libs:steel.h.os o.tearEdit: C:h.kernel o.tearEdit: libs:steel.h.sprite o.tearEdit: libs:steel.h.wimpt o.tearEdit: libs:steel.h.win o.tearEdit: libs:steel.h.event o.tearEdit: libs:steel.h.menu o.tearEdit: libs:steel.h.ibicon o.tearEdit: libs:steel.h.res o.tearEdit: libs:steel.h.resspr o.tearEdit: libs:steel.h.template o.tearEdit: libs:steel.h.dbox o.tearEdit: libs:steel.h.mem o.tearEdit: libs:steel.h.visdelay o.tearEdit: libs:steel.h.help o.tearEdit: libs:steel.h.exception o.tearEdit: libs:h.dll o.tearEdit: libs:steel.h.msgs o.tearEdit: libs:steel.h.utils o.tearEdit: libs:steel.h.stddbox o.tearEdit: libs:steel.h.xfersend o.tearEdit: libs:steel.h.werr o.tearEdit: libs:steel.h.buttons o.tearEdit: libs:steel.h.akbd o.tearEdit: libs:steel.h.buffer o.tearEdit: libs:steel.h.colourtran o.tearEdit: libs:steel.h.font o.tearEdit: C:h.drawmod o.tearEdit: libs:steel.h.tearoff o.tearEdit: h.gStruct o.tearEdit: h.gPrefs o.tearEdit: h.glass o.tearEdit: libs:steel.h.viewer o.tearEdit: libs:steel.h.pane o.tearEdit: libs:steel.h.listbox o.tearEdit: h.glass o.tearEdit: h.window o.tearEdit: h.tfile o.tearEdit: h.indir o.tearEdit: h.tearEdit o.tearEdit: h.gStruct o.iconData: c.iconData o.iconData: libs:steel.h.Steel o.iconData: libs:steel.h.wimp o.iconData: libs:steel.h.wimpstruct o.iconData: libs:steel.h.os o.iconData: C:h.kernel o.iconData: libs:steel.h.sprite o.iconData: libs:steel.h.wimpt o.iconData: libs:steel.h.win o.iconData: libs:steel.h.event o.iconData: libs:steel.h.menu o.iconData: libs:steel.h.ibicon o.iconData: libs:steel.h.res o.iconData: libs:steel.h.resspr o.iconData: libs:steel.h.template o.iconData: libs:steel.h.dbox o.iconData: libs:steel.h.mem o.iconData: libs:steel.h.visdelay o.iconData: libs:steel.h.help o.iconData: libs:steel.h.exception o.iconData: libs:h.dll o.iconData: libs:steel.h.msgs o.iconData: libs:steel.h.utils o.iconData: libs:steel.h.stddbox o.iconData: libs:steel.h.xfersend o.iconData: libs:steel.h.werr o.iconData: libs:h.swis o.iconData: h.gStruct o.iconData: h.gPrefs o.iconData: h.glass o.iconData: libs:steel.h.viewer o.iconData: libs:steel.h.pane o.iconData: libs:steel.h.listbox o.iconData: h.glass o.iconData: h.iconData o.iconData: h.indir o.intMsgs: c.intMsgs o.intMsgs: libs:steel.h.Steel o.intMsgs: libs:steel.h.wimp o.intMsgs: libs:steel.h.wimpstruct o.intMsgs: libs:steel.h.os o.intMsgs: C:h.kernel o.intMsgs: libs:steel.h.sprite o.intMsgs: libs:steel.h.wimpt o.intMsgs: libs:steel.h.win o.intMsgs: libs:steel.h.event o.intMsgs: libs:steel.h.menu o.intMsgs: libs:steel.h.ibicon o.intMsgs: libs:steel.h.res o.intMsgs: libs:steel.h.resspr o.intMsgs: libs:steel.h.template o.intMsgs: libs:steel.h.dbox o.intMsgs: libs:steel.h.mem o.intMsgs: libs:steel.h.visdelay o.intMsgs: libs:steel.h.help o.intMsgs: libs:steel.h.exception o.intMsgs: libs:h.dll o.intMsgs: libs:steel.h.msgs o.intMsgs: libs:steel.h.utils o.intMsgs: libs:steel.h.stddbox o.intMsgs: libs:steel.h.xfersend o.intMsgs: libs:steel.h.werr o.intMsgs: h.glass o.intMsgs: h.intMsgs o.intMsgs: h.gStruct o.intMsgs: h.gPrefs o.intMsgs: libs:steel.h.viewer o.intMsgs: libs:steel.h.pane o.intMsgs: libs:steel.h.listbox o.toolSupprt: s.toolSupprt o.toolSupprt: libs:Header o.toolSupprt: libs:SWIs o.window: c.window o.window: h.window o.window: h.gStruct o.window: h.gPrefs o.window: h.glass o.window: libs:steel.h.wimp o.window: libs:steel.h.wimpstruct o.window: libs:steel.h.os o.window: C:h.kernel o.window: libs:steel.h.sprite o.window: libs:steel.h.dbox o.window: libs:steel.h.event o.window: libs:steel.h.menu o.window: libs:steel.h.viewer o.window: libs:steel.h.pane o.window: libs:steel.h.listbox o.window: h._window o.window: h.gStruct o.glass: c.glass o.glass: libs:h.dll o.glass: libs:h.os o.glass: C:h.kernel o.glass: libs:h.wimp o.glass: libs:h.wimpstruct o.glass: libs:h.sprite o.glass: libs:steel.h.Steel o.glass: libs:steel.h.wimpt o.glass: libs:steel.h.win o.glass: libs:steel.h.event o.glass: libs:steel.h.menu o.glass: libs:steel.h.ibicon o.glass: libs:steel.h.res o.glass: libs:steel.h.resspr o.glass: libs:steel.h.template o.glass: libs:steel.h.dbox o.glass: libs:steel.h.mem o.glass: libs:steel.h.visdelay o.glass: libs:steel.h.help o.glass: libs:steel.h.exception o.glass: libs:steel.h.msgs o.glass: libs:steel.h.utils o.glass: libs:steel.h.stddbox o.glass: libs:steel.h.xfersend o.glass: libs:steel.h.werr o.glass: libs:steel.h.xferrecv o.glass: libs:steel.h.flex o.glass: libs:steel.h.saveas o.glass: libs:h.swis o.glass: libs:steel.h.viewer o.glass: libs:steel.h.mem o.glass: libs:steel.h.caretptr o.glass: libs:steel.h.pointer o.glass: libs:steel.h.buttons o.glass: libs:steel.h.sculptrix o.glass: libs:steel.h.flex o.glass: h.gStruct o.glass: h.gPrefs o.glass: h.glass o.glass: libs:steel.h.pane o.glass: libs:steel.h.listbox o.glass: h.gIcons o.glass: h.gMenus o.glass: h.glass o.glass: h.toolbox o.glass: h.tfile o.glass: h.intMsgs o.glass: h.gPrefs o.glass: h.gSprite o.glass: h.indir o.glass: h.window o.glass: h.tearEdit o.glass: h.gStruct o.align: c.align o.align: libs:steel.h.Steel o.align: libs:steel.h.wimp o.align: libs:steel.h.wimpstruct o.align: libs:steel.h.os o.align: C:h.kernel o.align: libs:steel.h.sprite o.align: libs:steel.h.wimpt o.align: libs:steel.h.win o.align: libs:steel.h.event o.align: libs:steel.h.menu o.align: libs:steel.h.ibicon o.align: libs:steel.h.res o.align: libs:steel.h.resspr o.align: libs:steel.h.template o.align: libs:steel.h.dbox o.align: libs:steel.h.mem o.align: libs:steel.h.visdelay o.align: libs:steel.h.help o.align: libs:steel.h.exception o.align: libs:h.dll o.align: libs:steel.h.msgs o.align: libs:steel.h.utils o.align: libs:steel.h.stddbox o.align: libs:steel.h.xfersend o.align: libs:steel.h.werr o.align: h.gIcons o.align: h.glass o.align: h.window o.align: h.gStruct o.align: h.gPrefs o.align: libs:steel.h.viewer o.align: libs:steel.h.pane o.align: libs:steel.h.listbox o.align: h.align o.align: h.tfile o.colSelect: c.colSelect o.colSelect: libs:steel.h.Steel o.colSelect: libs:steel.h.wimp o.colSelect: libs:steel.h.wimpstruct o.colSelect: libs:steel.h.os o.colSelect: C:h.kernel o.colSelect: libs:steel.h.sprite o.colSelect: libs:steel.h.wimpt o.colSelect: libs:steel.h.win o.colSelect: libs:steel.h.event o.colSelect: libs:steel.h.menu o.colSelect: libs:steel.h.ibicon o.colSelect: libs:steel.h.res o.colSelect: libs:steel.h.resspr o.colSelect: libs:steel.h.template o.colSelect: libs:steel.h.dbox o.colSelect: libs:steel.h.mem o.colSelect: libs:steel.h.visdelay o.colSelect: libs:steel.h.help o.colSelect: libs:steel.h.exception o.colSelect: libs:h.dll o.colSelect: libs:steel.h.msgs o.colSelect: libs:steel.h.utils o.colSelect: libs:steel.h.stddbox o.colSelect: libs:steel.h.xfersend o.colSelect: libs:steel.h.werr o.colSelect: libs:steel.h.akbd o.colSelect: libs:steel.h.colourtran o.colSelect: libs:steel.h.font o.colSelect: C:h.drawmod o.colSelect: h.gIcons o.colSelect: h.glass o.colSelect: h.colSelect o.toolbox: c.toolbox o.toolbox: libs:steel.h.Steel o.toolbox: libs:steel.h.wimp o.toolbox: libs:steel.h.wimpstruct o.toolbox: libs:steel.h.os o.toolbox: C:h.kernel o.toolbox: libs:steel.h.sprite o.toolbox: libs:steel.h.wimpt o.toolbox: libs:steel.h.win o.toolbox: libs:steel.h.event o.toolbox: libs:steel.h.menu o.toolbox: libs:steel.h.ibicon o.toolbox: libs:steel.h.res o.toolbox: libs:steel.h.resspr o.toolbox: libs:steel.h.template o.toolbox: libs:steel.h.dbox o.toolbox: libs:steel.h.mem o.toolbox: libs:steel.h.visdelay o.toolbox: libs:steel.h.help o.toolbox: libs:steel.h.exception o.toolbox: libs:h.dll o.toolbox: libs:steel.h.msgs o.toolbox: libs:steel.h.utils o.toolbox: libs:steel.h.stddbox o.toolbox: libs:steel.h.xfersend o.toolbox: libs:steel.h.werr o.toolbox: libs:steel.h.sculptrix o.toolbox: libs:steel.h.pointer o.toolbox: libs:steel.h.bbc o.toolbox: h.gIcons o.toolbox: h.glass o.toolbox: h.toolbox o.editIcon: c.editIcon o.editIcon: libs:steel.h.Steel o.editIcon: libs:steel.h.wimp o.editIcon: libs:steel.h.wimpstruct o.editIcon: libs:steel.h.os o.editIcon: C:h.kernel o.editIcon: libs:steel.h.sprite o.editIcon: libs:steel.h.wimpt o.editIcon: libs:steel.h.win o.editIcon: libs:steel.h.event o.editIcon: libs:steel.h.menu o.editIcon: libs:steel.h.ibicon o.editIcon: libs:steel.h.res o.editIcon: libs:steel.h.resspr o.editIcon: libs:steel.h.template o.editIcon: libs:steel.h.dbox o.editIcon: libs:steel.h.mem o.editIcon: libs:steel.h.visdelay o.editIcon: libs:steel.h.help o.editIcon: libs:steel.h.exception o.editIcon: libs:h.dll o.editIcon: libs:steel.h.msgs o.editIcon: libs:steel.h.utils o.editIcon: libs:steel.h.stddbox o.editIcon: libs:steel.h.xfersend o.editIcon: libs:steel.h.werr o.editIcon: libs:h.swis o.editIcon: libs:steel.h.buttons o.editIcon: libs:steel.h.fontMenu o.editIcon: libs:steel.h.akbd o.editIcon: libs:steel.h.bbc o.editIcon: libs:steel.h.buffer o.editIcon: libs:steel.h.font o.editIcon: C:h.drawmod o.editIcon: h.gStruct o.editIcon: h.gPrefs o.editIcon: h.glass o.editIcon: libs:steel.h.viewer o.editIcon: libs:steel.h.pane o.editIcon: libs:steel.h.listbox o.editIcon: h.gMenus o.editIcon: h.gIcons o.editIcon: h.glass o.editIcon: h.tfile o.editIcon: h.window o.editIcon: h.intMsgs o.editIcon: h.editIcon o.editIcon: h.colSelect o.editIcon: h.indir o.editIcon: h.gPrefs o.editWin: c.editWin o.editWin: libs:steel.h.Steel o.editWin: libs:steel.h.wimp o.editWin: libs:steel.h.wimpstruct o.editWin: libs:steel.h.os o.editWin: C:h.kernel o.editWin: libs:steel.h.sprite o.editWin: libs:steel.h.wimpt o.editWin: libs:steel.h.win o.editWin: libs:steel.h.event o.editWin: libs:steel.h.menu o.editWin: libs:steel.h.ibicon o.editWin: libs:steel.h.res o.editWin: libs:steel.h.resspr o.editWin: libs:steel.h.template o.editWin: libs:steel.h.dbox o.editWin: libs:steel.h.mem o.editWin: libs:steel.h.visdelay o.editWin: libs:steel.h.help o.editWin: libs:steel.h.exception o.editWin: libs:h.dll o.editWin: libs:steel.h.msgs o.editWin: libs:steel.h.utils o.editWin: libs:steel.h.stddbox o.editWin: libs:steel.h.xfersend o.editWin: libs:steel.h.werr o.editWin: libs:h.swis o.editWin: libs:steel.h.buttons o.editWin: libs:steel.h.fontMenu o.editWin: libs:steel.h.akbd o.editWin: libs:steel.h.buffer o.editWin: libs:steel.h.font o.editWin: C:h.drawmod o.editWin: h.glass o.editWin: h.tfile o.editWin: h.gStruct o.editWin: h.gPrefs o.editWin: libs:steel.h.viewer o.editWin: libs:steel.h.pane o.editWin: libs:steel.h.listbox o.editWin: h.window o.editWin: h.intMsgs o.editWin: h.editWin o.editWin: h.colSelect o.editWin: h.indir o.editWin: h.gPrefs o.editWin: h.gStruct o.editWin: h.gMenus o.editWin: h.gIcons o.gPrefs: c.gPrefs o.gPrefs: libs:steel.h.Steel o.gPrefs: libs:steel.h.wimp o.gPrefs: libs:steel.h.wimpstruct o.gPrefs: libs:steel.h.os o.gPrefs: C:h.kernel o.gPrefs: libs:steel.h.sprite o.gPrefs: libs:steel.h.wimpt o.gPrefs: libs:steel.h.win o.gPrefs: libs:steel.h.event o.gPrefs: libs:steel.h.menu o.gPrefs: libs:steel.h.ibicon o.gPrefs: libs:steel.h.res o.gPrefs: libs:steel.h.resspr o.gPrefs: libs:steel.h.template o.gPrefs: libs:steel.h.dbox o.gPrefs: libs:steel.h.mem o.gPrefs: libs:steel.h.visdelay o.gPrefs: libs:steel.h.help o.gPrefs: libs:steel.h.exception o.gPrefs: libs:h.dll o.gPrefs: libs:steel.h.msgs o.gPrefs: libs:steel.h.utils o.gPrefs: libs:steel.h.stddbox o.gPrefs: libs:steel.h.xfersend o.gPrefs: libs:steel.h.werr o.gPrefs: libs:steel.h.prefs o.gPrefs: libs:steel.h.pane o.gPrefs: libs:steel.h.listbox o.gPrefs: libs:steel.h.blinkC o.gPrefs: libs:steel.h.buttons o.gPrefs: libs:steel.h.akbd o.gPrefs: h.gIcons o.gPrefs: h.gMenus o.gPrefs: h.glass o.gPrefs: h.gPrefs o.gPrefs: h.intMsgs o.gPrefs: h.gStruct o.gPrefs: libs:steel.h.viewer o.gPrefs: h.colSelect o.gPrefs: h.window o.gSprite: c.gSprite o.gSprite: libs:steel.h.Steel o.gSprite: libs:steel.h.wimp o.gSprite: libs:steel.h.wimpstruct o.gSprite: libs:steel.h.os o.gSprite: C:h.kernel o.gSprite: libs:steel.h.sprite o.gSprite: libs:steel.h.wimpt o.gSprite: libs:steel.h.win o.gSprite: libs:steel.h.event o.gSprite: libs:steel.h.menu o.gSprite: libs:steel.h.ibicon o.gSprite: libs:steel.h.res o.gSprite: libs:steel.h.resspr o.gSprite: libs:steel.h.template o.gSprite: libs:steel.h.dbox o.gSprite: libs:steel.h.mem o.gSprite: libs:steel.h.visdelay o.gSprite: libs:steel.h.help o.gSprite: libs:steel.h.exception o.gSprite: libs:h.dll o.gSprite: libs:steel.h.msgs o.gSprite: libs:steel.h.utils o.gSprite: libs:steel.h.stddbox o.gSprite: libs:steel.h.xfersend o.gSprite: libs:steel.h.werr o.gSprite: libs:steel.h.xferrecv o.gSprite: libs:steel.h.flex o.gSprite: libs:steel.h.saveas o.gSprite: libs:h.swis o.gSprite: libs:steel.h.viewer o.gSprite: libs:steel.h.flex o.gSprite: libs:steel.h.akbd o.gSprite: libs:steel.h.bbc o.gSprite: libs:steel.h.choices o.gSprite: libs:steel.h.colourtran o.gSprite: libs:steel.h.font o.gSprite: C:h.drawmod o.gSprite: h.gStruct o.gSprite: h.gPrefs o.gSprite: h.glass o.gSprite: libs:steel.h.pane o.gSprite: libs:steel.h.listbox o.gSprite: h.gMenus o.gSprite: h.gIcons o.gSprite: h.glass o.gSprite: h.intMsgs o.gSprite: h.gSprite o.gSprite: h.gPrefs o.gSprite: h.indir o.gSprite: h.window o.gSprite: h.tfile o.tfile: c.tfile o.tfile: libs:steel.h.Steel o.tfile: libs:steel.h.wimp o.tfile: libs:steel.h.wimpstruct o.tfile: libs:steel.h.os o.tfile: C:h.kernel o.tfile: libs:steel.h.sprite o.tfile: libs:steel.h.wimpt o.tfile: libs:steel.h.win o.tfile: libs:steel.h.event o.tfile: libs:steel.h.menu o.tfile: libs:steel.h.ibicon o.tfile: libs:steel.h.res o.tfile: libs:steel.h.resspr o.tfile: libs:steel.h.template o.tfile: libs:steel.h.dbox o.tfile: libs:steel.h.mem o.tfile: libs:steel.h.visdelay o.tfile: libs:steel.h.help o.tfile: libs:steel.h.exception o.tfile: libs:h.dll o.tfile: libs:steel.h.msgs o.tfile: libs:steel.h.utils o.tfile: libs:steel.h.stddbox o.tfile: libs:steel.h.xfersend o.tfile: libs:steel.h.werr o.tfile: libs:steel.h.xferrecv o.tfile: libs:steel.h.flex o.tfile: libs:steel.h.saveas o.tfile: libs:h.swis o.tfile: libs:steel.h.viewer o.tfile: libs:steel.h.mem o.tfile: libs:steel.h.nopoll o.tfile: libs:steel.h.flex o.tfile: libs:steel.h.akbd o.tfile: libs:steel.h.alarm o.tfile: libs:steel.h.bbc o.tfile: libs:steel.h.buffer o.tfile: libs:steel.h.font o.tfile: C:h.drawmod o.tfile: h.gStruct o.tfile: h.gPrefs o.tfile: h.glass o.tfile: libs:steel.h.pane o.tfile: libs:steel.h.listbox o.tfile: h.gIcons o.tfile: h.gMenus o.tfile: h.glass o.tfile: h.toolbox o.tfile: h.intMsgs o.tfile: h.tfile o.tfile: h.gPrefs o.tfile: h.gSprite o.tfile: h.indir o.tfile: h.window o.tfile: h.editWin o.tfile: h.iconData o.indir: c.indir o.indir: libs:steel.h.Steel o.indir: libs:steel.h.wimp o.indir: libs:steel.h.wimpstruct o.indir: libs:steel.h.os o.indir: C:h.kernel o.indir: libs:steel.h.sprite o.indir: libs:steel.h.wimpt o.indir: libs:steel.h.win o.indir: libs:steel.h.event o.indir: libs:steel.h.menu o.indir: libs:steel.h.ibicon o.indir: libs:steel.h.res o.indir: libs:steel.h.resspr o.indir: libs:steel.h.template o.indir: libs:steel.h.dbox o.indir: libs:steel.h.mem o.indir: libs:steel.h.visdelay o.indir: libs:steel.h.help o.indir: libs:steel.h.exception o.indir: libs:h.dll o.indir: libs:steel.h.msgs o.indir: libs:steel.h.utils o.indir: libs:steel.h.stddbox o.indir: libs:steel.h.xfersend o.indir: libs:steel.h.werr o.indir: libs:steel.h.buttons o.indir: libs:steel.h.bbc o.indir: h.gIcons o.indir: h.glass o.indir: libs:h.heap o.indir: h.indir o.wDragging: c.wDragging o.wDragging: libs:steel.h.Steel o.wDragging: libs:steel.h.wimp o.wDragging: libs:steel.h.wimpstruct o.wDragging: libs:steel.h.os o.wDragging: C:h.kernel o.wDragging: libs:steel.h.sprite o.wDragging: libs:steel.h.wimpt o.wDragging: libs:steel.h.win o.wDragging: libs:steel.h.event o.wDragging: libs:steel.h.menu o.wDragging: libs:steel.h.ibicon o.wDragging: libs:steel.h.res o.wDragging: libs:steel.h.resspr o.wDragging: libs:steel.h.template o.wDragging: libs:steel.h.dbox o.wDragging: libs:steel.h.mem o.wDragging: libs:steel.h.visdelay o.wDragging: libs:steel.h.help o.wDragging: libs:steel.h.exception o.wDragging: libs:h.dll o.wDragging: libs:steel.h.msgs o.wDragging: libs:steel.h.utils o.wDragging: libs:steel.h.stddbox o.wDragging: libs:steel.h.xfersend o.wDragging: libs:steel.h.werr o.wDragging: libs:h.swis o.wDragging: libs:steel.h.akbd o.wDragging: libs:steel.h.coords o.wDragging: libs:steel.h.wimp o.wDragging: libs:steel.h.bbc o.wDragging: h.gStruct o.wDragging: h.gPrefs o.wDragging: h.glass o.wDragging: libs:steel.h.viewer o.wDragging: libs:steel.h.pane o.wDragging: libs:steel.h.listbox o.wDragging: h.gMenus o.wDragging: h.gIcons o.wDragging: h.glass o.wDragging: h.gPrefs o.wDragging: h.tfile o.wDragging: h.window o.wDragging: h._window o.wDragging: h.gStruct o.wDragging: h.editIcon o.wDragging: h.editWin o.wGrab: c.wGrab o.wGrab: libs:steel.h.Steel o.wGrab: libs:steel.h.wimp o.wGrab: libs:steel.h.wimpstruct o.wGrab: libs:steel.h.os o.wGrab: C:h.kernel o.wGrab: libs:steel.h.sprite o.wGrab: libs:steel.h.wimpt o.wGrab: libs:steel.h.win o.wGrab: libs:steel.h.event o.wGrab: libs:steel.h.menu o.wGrab: libs:steel.h.ibicon o.wGrab: libs:steel.h.res o.wGrab: libs:steel.h.resspr o.wGrab: libs:steel.h.template o.wGrab: libs:steel.h.dbox o.wGrab: libs:steel.h.mem o.wGrab: libs:steel.h.visdelay o.wGrab: libs:steel.h.help o.wGrab: libs:steel.h.exception o.wGrab: libs:h.dll o.wGrab: libs:steel.h.msgs o.wGrab: libs:steel.h.utils o.wGrab: libs:steel.h.stddbox o.wGrab: libs:steel.h.xfersend o.wGrab: libs:steel.h.werr o.wGrab: libs:h.swis o.wGrab: libs:steel.h.pointer o.wGrab: libs:steel.h.bbc o.wGrab: libs:steel.h.buffer o.wGrab: h.gStruct o.wGrab: h.gPrefs o.wGrab: h.glass o.wGrab: libs:steel.h.viewer o.wGrab: libs:steel.h.pane o.wGrab: libs:steel.h.listbox o.wGrab: h.gMenus o.wGrab: h.gIcons o.wGrab: h.glass o.wGrab: h.gPrefs o.wGrab: h.tfile o.wGrab: h.window o.wGrab: h._window o.wGrab: h.gStruct o.wGrab: h.iconData o.wGraph: c.wGraph o.wGraph: libs:steel.h.Steel o.wGraph: libs:steel.h.wimp o.wGraph: libs:steel.h.wimpstruct o.wGraph: libs:steel.h.os o.wGraph: C:h.kernel o.wGraph: libs:steel.h.sprite o.wGraph: libs:steel.h.wimpt o.wGraph: libs:steel.h.win o.wGraph: libs:steel.h.event o.wGraph: libs:steel.h.menu o.wGraph: libs:steel.h.ibicon o.wGraph: libs:steel.h.res o.wGraph: libs:steel.h.resspr o.wGraph: libs:steel.h.template o.wGraph: libs:steel.h.dbox o.wGraph: libs:steel.h.mem o.wGraph: libs:steel.h.visdelay o.wGraph: libs:steel.h.help o.wGraph: libs:steel.h.exception o.wGraph: libs:h.dll o.wGraph: libs:steel.h.msgs o.wGraph: libs:steel.h.utils o.wGraph: libs:steel.h.stddbox o.wGraph: libs:steel.h.xfersend o.wGraph: libs:steel.h.werr o.wGraph: libs:h.swis o.wGraph: libs:steel.h.bbc o.wGraph: libs:steel.h.colourtran o.wGraph: libs:steel.h.font o.wGraph: C:h.drawmod o.wGraph: h.gStruct o.wGraph: h.gPrefs o.wGraph: h.glass o.wGraph: libs:steel.h.viewer o.wGraph: libs:steel.h.pane o.wGraph: libs:steel.h.listbox o.wGraph: h.gMenus o.wGraph: h.gIcons o.wGraph: h.glass o.wGraph: h.gPrefs o.wGraph: h.window o.wGraph: h._window o.wGraph: h.gStruct o.wIcons: c.wIcons o.wIcons: libs:steel.h.Steel o.wIcons: libs:steel.h.wimp o.wIcons: libs:steel.h.wimpstruct o.wIcons: libs:steel.h.os o.wIcons: C:h.kernel o.wIcons: libs:steel.h.sprite o.wIcons: libs:steel.h.wimpt o.wIcons: libs:steel.h.win o.wIcons: libs:steel.h.event o.wIcons: libs:steel.h.menu o.wIcons: libs:steel.h.ibicon o.wIcons: libs:steel.h.res o.wIcons: libs:steel.h.resspr o.wIcons: libs:steel.h.template o.wIcons: libs:steel.h.dbox o.wIcons: libs:steel.h.mem o.wIcons: libs:steel.h.visdelay o.wIcons: libs:steel.h.help o.wIcons: libs:steel.h.exception o.wIcons: libs:h.dll o.wIcons: libs:steel.h.msgs o.wIcons: libs:steel.h.utils o.wIcons: libs:steel.h.stddbox o.wIcons: libs:steel.h.xfersend o.wIcons: libs:steel.h.werr o.wIcons: libs:h.swis o.wIcons: libs:steel.h.interface o.wIcons: libs:steel.h.sculptrix o.wIcons: libs:steel.h.flex o.wIcons: libs:steel.h.bbc o.wIcons: libs:steel.h.font o.wIcons: C:h.drawmod o.wIcons: h.gStruct o.wIcons: h.gPrefs o.wIcons: h.glass o.wIcons: libs:steel.h.viewer o.wIcons: libs:steel.h.pane o.wIcons: libs:steel.h.listbox o.wIcons: h.gMenus o.wIcons: h.gIcons o.wIcons: h.glass o.wIcons: h.gPrefs o.wIcons: h.tfile o.wIcons: h.window o.wIcons: h._window o.wIcons: h.gStruct o.wIcons: h.editIcon o.wIcons: h.indir o.wIcons: h.iconData o.wIcons: h.tearEdit o.wIcons: h.gStruct o.wMousePtr: c.wMousePtr o.wMousePtr: libs:steel.h.Steel o.wMousePtr: libs:steel.h.wimp o.wMousePtr: libs:steel.h.wimpstruct o.wMousePtr: libs:steel.h.os o.wMousePtr: C:h.kernel o.wMousePtr: libs:steel.h.sprite o.wMousePtr: libs:steel.h.wimpt o.wMousePtr: libs:steel.h.win o.wMousePtr: libs:steel.h.event o.wMousePtr: libs:steel.h.menu o.wMousePtr: libs:steel.h.ibicon o.wMousePtr: libs:steel.h.res o.wMousePtr: libs:steel.h.resspr o.wMousePtr: libs:steel.h.template o.wMousePtr: libs:steel.h.dbox o.wMousePtr: libs:steel.h.mem o.wMousePtr: libs:steel.h.visdelay o.wMousePtr: libs:steel.h.help o.wMousePtr: libs:steel.h.exception o.wMousePtr: libs:h.dll o.wMousePtr: libs:steel.h.msgs o.wMousePtr: libs:steel.h.utils o.wMousePtr: libs:steel.h.stddbox o.wMousePtr: libs:steel.h.xfersend o.wMousePtr: libs:steel.h.werr o.wMousePtr: libs:h.swis o.wMousePtr: libs:steel.h.pointer o.wMousePtr: h.gStruct o.wMousePtr: h.gPrefs o.wMousePtr: h.glass o.wMousePtr: libs:steel.h.viewer o.wMousePtr: libs:steel.h.pane o.wMousePtr: libs:steel.h.listbox o.wMousePtr: h.gMenus o.wMousePtr: h.gIcons o.wMousePtr: h.glass o.wMousePtr: h.gPrefs o.wMousePtr: h.window o.wMousePtr: h._window o.wMousePtr: h.gStruct o.wRedraw: c.wRedraw o.wRedraw: libs:steel.h.Steel o.wRedraw: libs:steel.h.wimp o.wRedraw: libs:steel.h.wimpstruct o.wRedraw: libs:steel.h.os o.wRedraw: C:h.kernel o.wRedraw: libs:steel.h.sprite o.wRedraw: libs:steel.h.wimpt o.wRedraw: libs:steel.h.win o.wRedraw: libs:steel.h.event o.wRedraw: libs:steel.h.menu o.wRedraw: libs:steel.h.ibicon o.wRedraw: libs:steel.h.res o.wRedraw: libs:steel.h.resspr o.wRedraw: libs:steel.h.template o.wRedraw: libs:steel.h.dbox o.wRedraw: libs:steel.h.mem o.wRedraw: libs:steel.h.visdelay o.wRedraw: libs:steel.h.help o.wRedraw: libs:steel.h.exception o.wRedraw: libs:h.dll o.wRedraw: libs:steel.h.msgs o.wRedraw: libs:steel.h.utils o.wRedraw: libs:steel.h.stddbox o.wRedraw: libs:steel.h.xfersend o.wRedraw: libs:steel.h.werr o.wRedraw: libs:h.swis o.wRedraw: libs:steel.h.interface o.wRedraw: libs:steel.h.sculptrix o.wRedraw: libs:steel.h.bbc o.wRedraw: libs:steel.h.coords o.wRedraw: libs:steel.h.wimp o.wRedraw: h.gStruct o.wRedraw: h.gPrefs o.wRedraw: h.glass o.wRedraw: libs:steel.h.viewer o.wRedraw: libs:steel.h.pane o.wRedraw: libs:steel.h.listbox o.wRedraw: h.gMenus o.wRedraw: h.gIcons o.wRedraw: h.glass o.wRedraw: h.gPrefs o.wRedraw: h.window o.wRedraw: h._window o.wRedraw: h.gStruct o.wRedraw: h.tearEdit o.wRedraw: h.gStruct o.wToolbars: c.wToolbars o.wToolbars: libs:steel.h.Steel o.wToolbars: libs:steel.h.wimp o.wToolbars: libs:steel.h.wimpstruct o.wToolbars: libs:steel.h.os o.wToolbars: C:h.kernel o.wToolbars: libs:steel.h.sprite o.wToolbars: libs:steel.h.wimpt o.wToolbars: libs:steel.h.win o.wToolbars: libs:steel.h.event o.wToolbars: libs:steel.h.menu o.wToolbars: libs:steel.h.ibicon o.wToolbars: libs:steel.h.res o.wToolbars: libs:steel.h.resspr o.wToolbars: libs:steel.h.template o.wToolbars: libs:steel.h.dbox o.wToolbars: libs:steel.h.mem o.wToolbars: libs:steel.h.visdelay o.wToolbars: libs:steel.h.help o.wToolbars: libs:steel.h.exception o.wToolbars: libs:h.dll o.wToolbars: libs:steel.h.msgs o.wToolbars: libs:steel.h.utils o.wToolbars: libs:steel.h.stddbox o.wToolbars: libs:steel.h.xfersend o.wToolbars: libs:steel.h.werr o.wToolbars: libs:h.swis o.wToolbars: libs:steel.h.interface o.wToolbars: libs:steel.h.sculptrix o.wToolbars: libs:steel.h.buttons o.wToolbars: libs:steel.h.caretPtr o.wToolbars: libs:steel.h.pointer o.wToolbars: libs:steel.h.flex o.wToolbars: libs:steel.h.akbd o.wToolbars: libs:steel.h.coords o.wToolbars: libs:steel.h.wimp o.wToolbars: libs:steel.h.pointer o.wToolbars: libs:steel.h.bbc o.wToolbars: libs:steel.h.colourtran o.wToolbars: libs:steel.h.font o.wToolbars: C:h.drawmod o.wToolbars: libs:steel.h.font o.wToolbars: h.gStruct o.wToolbars: h.gPrefs o.wToolbars: h.glass o.wToolbars: libs:steel.h.viewer o.wToolbars: libs:steel.h.pane o.wToolbars: libs:steel.h.listbox o.wToolbars: h.gMenus o.wToolbars: h.gIcons o.wToolbars: h.glass o.wToolbars: h.gPrefs o.wToolbars: h.tfile o.wToolbars: h.window o.wToolbars: h._window o.wToolbars: h.gStruct o.wToolbars: h.intMsgs o.wToolbars: h.toolbox o.wToolbars: h.editIcon o.wToolbars: h.editWin o.wToolbars: h.indir o.wToolbars: h.align o.wToolbars: h.iconData o.wToolbars: h.tearEdit o.wToolbars: h.gStruct o.wWindows: c.wWindows o.wWindows: libs:steel.h.Steel o.wWindows: libs:steel.h.wimp o.wWindows: libs:steel.h.wimpstruct o.wWindows: libs:steel.h.os o.wWindows: C:h.kernel o.wWindows: libs:steel.h.sprite o.wWindows: libs:steel.h.wimpt o.wWindows: libs:steel.h.win o.wWindows: libs:steel.h.event o.wWindows: libs:steel.h.menu o.wWindows: libs:steel.h.ibicon o.wWindows: libs:steel.h.res o.wWindows: libs:steel.h.resspr o.wWindows: libs:steel.h.template o.wWindows: libs:steel.h.dbox o.wWindows: libs:steel.h.mem o.wWindows: libs:steel.h.visdelay o.wWindows: libs:steel.h.help o.wWindows: libs:steel.h.exception o.wWindows: libs:h.dll o.wWindows: libs:steel.h.msgs o.wWindows: libs:steel.h.utils o.wWindows: libs:steel.h.stddbox o.wWindows: libs:steel.h.xfersend o.wWindows: libs:steel.h.werr o.wWindows: libs:h.swis o.wWindows: libs:steel.h.flex o.wWindows: h.gStruct o.wWindows: h.gPrefs o.wWindows: h.glass o.wWindows: libs:steel.h.viewer o.wWindows: libs:steel.h.pane o.wWindows: libs:steel.h.listbox o.wWindows: h.gMenus o.wWindows: h.gIcons o.wWindows: h.glass o.wWindows: h.tfile o.wWindows: h.window o.wWindows: h._window o.wWindows: h.gStruct o.wWindows: h.editWin o.wWinEvent: c.wWinEvent o.wWinEvent: libs:steel.h.Steel o.wWinEvent: libs:steel.h.wimp o.wWinEvent: libs:steel.h.wimpstruct o.wWinEvent: libs:steel.h.os o.wWinEvent: C:h.kernel o.wWinEvent: libs:steel.h.sprite o.wWinEvent: libs:steel.h.wimpt o.wWinEvent: libs:steel.h.win o.wWinEvent: libs:steel.h.event o.wWinEvent: libs:steel.h.menu o.wWinEvent: libs:steel.h.ibicon o.wWinEvent: libs:steel.h.res o.wWinEvent: libs:steel.h.resspr o.wWinEvent: libs:steel.h.template o.wWinEvent: libs:steel.h.dbox o.wWinEvent: libs:steel.h.mem o.wWinEvent: libs:steel.h.visdelay o.wWinEvent: libs:steel.h.help o.wWinEvent: libs:steel.h.exception o.wWinEvent: libs:h.dll o.wWinEvent: libs:steel.h.msgs o.wWinEvent: libs:steel.h.utils o.wWinEvent: libs:steel.h.stddbox o.wWinEvent: libs:steel.h.xfersend o.wWinEvent: libs:steel.h.werr o.wWinEvent: libs:h.swis o.wWinEvent: libs:steel.h.interface o.wWinEvent: libs:steel.h.sculptrix o.wWinEvent: libs:steel.h.caretPtr o.wWinEvent: libs:steel.h.pointer o.wWinEvent: libs:steel.h.akbd o.wWinEvent: libs:steel.h.bbc o.wWinEvent: h.gStruct o.wWinEvent: h.gPrefs o.wWinEvent: h.glass o.wWinEvent: libs:steel.h.viewer o.wWinEvent: libs:steel.h.pane o.wWinEvent: libs:steel.h.listbox o.wWinEvent: h.gMenus o.wWinEvent: h.gIcons o.wWinEvent: h.glass o.wWinEvent: h.gPrefs o.wWinEvent: h.tfile o.wWinEvent: h.window o.wWinEvent: h._window o.wWinEvent: h.gStruct o.wWinEvent: h.intMsgs o.wWinEvent: h.toolbox o.wWinEvent: h.editIcon o.wWinEvent: h.editWin o.wWinEvent: h.tearEdit o.wWinEvent: h.gStruct o.wMenus: c.wMenus o.wMenus: libs:steel.h.Steel o.wMenus: libs:steel.h.wimp o.wMenus: libs:steel.h.wimpstruct o.wMenus: libs:steel.h.os o.wMenus: C:h.kernel o.wMenus: libs:steel.h.sprite o.wMenus: libs:steel.h.wimpt o.wMenus: libs:steel.h.win o.wMenus: libs:steel.h.event o.wMenus: libs:steel.h.menu o.wMenus: libs:steel.h.ibicon o.wMenus: libs:steel.h.res o.wMenus: libs:steel.h.resspr o.wMenus: libs:steel.h.template o.wMenus: libs:steel.h.dbox o.wMenus: libs:steel.h.mem o.wMenus: libs:steel.h.visdelay o.wMenus: libs:steel.h.help o.wMenus: libs:steel.h.exception o.wMenus: libs:h.dll o.wMenus: libs:steel.h.msgs o.wMenus: libs:steel.h.utils o.wMenus: libs:steel.h.stddbox o.wMenus: libs:steel.h.xfersend o.wMenus: libs:steel.h.werr o.wMenus: libs:h.swis o.wMenus: libs:steel.h.buttons o.wMenus: libs:steel.h.choices o.wMenus: libs:steel.h.bbc o.wMenus: libs:steel.h.buffer o.wMenus: libs:steel.h.tearoff o.wMenus: h.gStruct o.wMenus: h.gPrefs o.wMenus: h.glass o.wMenus: libs:steel.h.viewer o.wMenus: libs:steel.h.pane o.wMenus: libs:steel.h.listbox o.wMenus: h.gMenus o.wMenus: h.gIcons o.wMenus: h.glass o.wMenus: h.gPrefs o.wMenus: h.tfile o.wMenus: h.window o.wMenus: h._window o.wMenus: h.gStruct o.wMenus: h.editIcon o.wMenus: h.editWin o.wMenus: h.align o.wMenus: h.iconData o.wMenus: h.tearEdit o.wMenus: h.gStruct