home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / games / f1478 / life.sts < prev    next >
INI File  |  1991-05-29  |  6KB  |  141 lines

  1. [shared-]
  2.     version=2
  3.     pmark="C:\WINDOWS\DEV\LIFE\life.c" 656 1
  4.     project="C:\WINDOWS\DEV\LIFE\LIFE.MAK"
  5.     buildmode=3
  6. [edit-]
  7.     srch=CycleMatrix
  8.     fSrchRe=257
  9.     rpl=iY+1
  10.     src=WRAPMAXY
  11.     fRplRe=17152
  12.     file="C:\WINDOWS\DEV\LIFE\life.c" 633 1 656 1
  13.     file="C:\WINDOWS\DEV\LIFE\life.rc" 34 1 62 41
  14.     file="C:\WINDOWS\DEV\ss\ss.c" 1 1 1 1
  15.     file="C:\WINDOWS\DEV\LIFE\LIFE.MAK" 1 1 1 1
  16.     file="C:\download\plife.pas" 552 1 552 1
  17.     file="C:\WINDOWS\DEV\LIFE\life.def" 1 1 15 20
  18.     file="C:\WINDOWS\DEV\LIFE\life.h" 1 1 7 1
  19.     file="C:\WINDOWS\DEV\ss\ss.rc" 12 1 30 1
  20. [pwb]
  21.     screen=50 80
  22.     winstyle=7
  23.     wnd=C 2 1 49 80
  24. [environ]
  25.     INCLUDE=c:\windev\include;c:\include
  26.     LIB=c:\windev\lib;c:\lib
  27.     HELPFILES=c:\help\*.hlp;c:\windev
  28. [build]
  29.     build: macro DEBUG "0"
  30.     build: macro PWBRMAKE "pwbrmake"
  31.     build: macro NMAKEBSC1 "set"
  32.     build: macro NMAKEBSC2 "nmake"
  33.     build: macro LINKER "link"
  34.     build: macro ILINK "ilink"
  35.     build: macro LRF "echo > NUL"
  36.     build: macro BIND "bind"
  37.     build: macro RC "rc"
  38.     build: macro IMPLIB "implib"
  39.     build: macro LFLAGS_G "  /ST:4096 /BATCH /ALIGN:16"
  40.     build: macro LFLAGS_D " /CO /NOF /NOP"
  41.     build: macro LFLAGS_R " /NOF /PACKC /PACKD  /BATCH"
  42.     build: macro MAPFILE_D "NUL"
  43.     build: macro MAPFILE_R "NUL"
  44.     build: macro CC "cl"
  45.     build: macro CFLAGS_G "/W3 /G2 /Gw /Zp /BATCH"
  46.     build: macro CFLAGS_D "/Od /Zi /Gs"
  47.     build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Oa /FPc /Gs /Fc"
  48.     build: macro LLIBS_R " /NOD:SLIBCE SLIBCEW"
  49.     build: macro LLIBS_D " /NOD:SLIBCE SLIBCEW"
  50.     build: macro LLIBS_G "LIBW.LIB"
  51.     build: macro ASM "masm"
  52.     build: macro AFLAGS_G "/Mx /T"
  53.     build: macro AFLAGS_D "/Zi"
  54.     build: macro AFLAGS_R ""
  55.     build: all $(PROJ).exe
  56.     build: target $(PROJ).bsc pwbrmake
  57.     build: target $(PROJ).exe lrf link res
  58.     build: inference .c.sbr cc_c_sbr
  59.     build: inference .rc.res rc_rc_res
  60.     build: inference .c.obj cc_c_obj
  61.     build: inference .asm.obj asm_asm_obj
  62.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  63.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  64.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  65.     build: release command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  66.     build: debug command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  67.     build: release command link "$(LINKER) @$(PROJ).lrf"
  68.     build: debug command link "$(LINKER) @$(PROJ).lrf"
  69.     build: command run "WIN $(PROJ).exe $(RUNFLAGS)"
  70.     build: command rc_rc_res "$(RC) /r $<"
  71.     build: command res "$(RC) $(RESS) $@"
  72.     build: command debug "WIN CVW $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  73.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  74.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  75.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  76.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  77.     build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  78.     build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  79.     build: include dependencies
  80.     build: include system
  81.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  82.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  83.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  84.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  85.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  86.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  87.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  88.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  89.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  90.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  91.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  92.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  93.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  94.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  95.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  96.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  97.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  98.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  99.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  100.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  101.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  102.     build: message "^LINK [^L]+L[124]"
  103.     build: message "^ILINK : [^L]+L[124]"
  104.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  105.     build: message "^NMAKE : [^U]+U[124]"
  106.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  107.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  108.     build: message "^[^C]+C[124][0-9]+: "
  109.     build: message "^[^D]+D[124][0-9]+ : "
  110.     build: message "^pwbrmake: [^U]+U[124]"
  111.     build: message "^BIND : [^U]+U[124]"
  112.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  113.     build: message "^RC: error"
  114.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  115.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  116.     build: message "^[^F]+F[1234][0-9]+: "
  117.     build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  118.     build: message "^fatal error"
  119.     build: message "^[A-Z][A-Z][A-Z]\\:d\\:d\\:d\\:d:\\:b"
  120.     build: language None
  121.  
  122. [cv]
  123.     wndstate=0 0 0 2 0 0 0 1 0 1 254
  124.     tilestate=1 49 0 80 0 0 0 67 0 8 0 0 0 0 40 0 0 254
  125.     command=use auto
  126.     command=n10
  127.     command=s1
  128.     command=oc-
  129.     command=of+
  130.     command=o3-
  131. [debug-]
  132.     target="c:\source\samples\sortdemo.exe"
  133. [cvp]
  134.     wndstate=0 1 0 2 0 1 0 0 0 1 254
  135.     tilestate=1 49 0 80 0 0 0 67 0 15 0 35 0 0 43 0 0 254
  136.     command=use auto
  137.     command=n10
  138.     command=s1
  139.     command=oc+
  140.     command=of+
  141.