home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / game / war / windows3.sit / Windows / Window.make < prev    next >
Encoding:
Text File  |  1992-06-14  |  449 b   |  21 lines

  1.  
  2. COptions    = -b -mbg ch8 -sym full -r
  3. AOptions    =  -wb -case on -sym full
  4.  
  5. CObjs        =    MSShell.c.o ╢
  6.                 MSWindows.c.o ╢
  7.                 MineSweeper.c.o ╢
  8.                 "{Libraries}"Interface.o ╢
  9.                 "{Libraries}"Runtime.o ╢
  10. #                "{CLibraries}"CRuntime.o ╢
  11. #                "{CLibraries}"CInterface.o ╢
  12.  
  13.  
  14. Window    ──    {CObjs} Window.make
  15.                 Link -o {Targ} {CObjs}
  16.                 SetFile {Targ} -t APPL -c 'MsWn'
  17.                 save -a
  18.  
  19. Window    ──    MSWindows.r Window.make
  20.                 Rez -rd -o {Targ} MSWindows.r -append
  21.