home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SYSINFO.ZIP / SYSINFO.STS < prev   
INI File  |  1990-10-12  |  6KB  |  131 lines

  1. [shared-]
  2.     mark=cvp "C:\ARCHIVE\sysinfo.c" 613 1 'E ALL "sysinfo.c"!.613
  3.     version=2
  4.     pmark="C:\ARCHIVE\sysinfo.doc" 82 61
  5.     project="C:\ARCHIVE\SYSINFO.MAK"
  6. [edit-]
  7.     srch=fHidden
  8.     fSrchRe=0
  9.     rpl=nd->nn->
  10.     src=nd->nn.
  11.     fRplRe=26112
  12.     file="C:\ARCHIVE\sysinfo.doc" 62 1 82 61
  13.     file="C:\archive\sysinfo.c" 600 1 612 2
  14.     file="C:\c600\samples\clock\wndproc.c" 60 1 66 5
  15.     file="C:\c600\include\os2def.h" 62 1 62 29
  16.     file="C:\wncdev\opr\op_dde.c" 632 1 650 10
  17.     file="C:\archive\sysinfo.dlg" 1 1 1 1
  18.     file="C:\archive\sysinfo.rc" 1 1 1 19
  19.     file="C:\wncdev\inst\install.mak" 150 1 164 1
  20.     file="C:\config.sys" 22 1 31 1
  21.     file="C:\wncdev\opr\op_dlgs.c" 324 1 327 9
  22.     file="C:\wncdev\OPR\oprvals.h" 1 1 1 1
  23.     file="C:\wncdev\opr\oper.rc" 220 1 221 5
  24.     file="C:\wncdev\opr\op_main.c" 1097 1 1098 1
  25.     file="C:\wncdev\opr\op_poll.c" 652 1 657 26
  26.     file="C:\wncdev\inst\create.sql" 135 1 149 1
  27.     file="C:\wncdev\inst\in_main.c" 589 1 598 1
  28.     file="C:\wncdev\inst\install.dlg" 5 1 25 5
  29.     file="C:\wncdev\inst\install.rc" 47 1 61 23
  30.     file="C:\wncdev\opr\op_ncomm.c" 22 1 26 14
  31.     file="C:\wncdev\wncglob\shrmem.c" 39 1 50 65
  32. [pwb]
  33.     screen=25 80
  34.     winstyle=7
  35.     wnd=C 2 1 24 80
  36. [build]
  37.     build: macro DEBUG "0"
  38.     build: macro PWBRMAKE "pwbrmake"
  39.     build: macro NMAKEBSC1 "set"
  40.     build: macro NMAKEBSC2 "nmake"
  41.     build: macro LINKER "link"
  42.     build: macro ILINK "ilink"
  43.     build: macro LRF "echo > NUL"
  44.     build: macro BIND "bind"
  45.     build: macro RC "rc"
  46.     build: macro IMPLIB "implib"
  47.     build: macro LFLAGS_G " /NOI /ST:16000  /BATCH"
  48.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC /PACKD /PMTYPE:PM"
  49.     build: macro LFLAGS_R "/EXE /FAR /PACKC /PACKD /PMTYPE:PM"
  50.     build: macro MAPFILE_D "NUL"
  51.     build: macro MAPFILE_R "NUL"
  52.     build: macro CC "cl"
  53.     build: macro CFLAGS_G "/W2 /Zp /MT /ALw /G2 /D_MT /BATCH"
  54.     build: macro CFLAGS_D "/qc /Gs /Gi$(PROJ).mdt /Zr /Zi /Od"
  55.     build: macro CFLAGS_R "/Ot /Oi /Ol /Oe /Og /Gs"
  56.     build: macro LLIBS_R "/NOD:LLIBCE LLIBCMT"
  57.     build: macro LLIBS_D "/NOD:LLIBCE LLIBCMT"
  58.     build: macro ASM "masm"
  59.     build: macro AFLAGS_G "/Mx /T"
  60.     build: macro AFLAGS_D "/Zi"
  61.     build: macro AFLAGS_R ""
  62.     build: macro LLIBS_G ""
  63.     build: macro RUNFLAGS "C /cal"
  64.     build: all $(PROJ).exe
  65.     build: target $(PROJ).bsc pwbrmake
  66.     build: target $(PROJ).exe lrf link res
  67.     build: inference .c.sbr cc_c_sbr
  68.     build: inference .rc.res rc_rc_res
  69.     build: inference .c.obj cc_c_obj
  70.     build: inference .asm.obj asm_asm_obj
  71.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  72.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  73.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  74.     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<<"
  75.     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<<"
  76.     build: release command link "$(LINKER) @$(PROJ).lrf"
  77.     build: debug command link "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  78.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  79.     build: command rc_rc_res "$(RC) /r $< $@"
  80.     build: command res "$(RC) $(RESS) $@"
  81.     build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  82.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  83.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  84.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  85.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  86.     build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  87.     build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  88.     build: include system
  89.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  90.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  91.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  92.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  93.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  94.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  95.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  96.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  97.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  98.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  99.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  100.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  101.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  102.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  103.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  104.     build: message "^LINK [^L]+L[124]"
  105.     build: message "^ILINK : [^L]+L[124]"
  106.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  107.     build: message "^NMAKE : [^U]+U[124]"
  108.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  109.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  110.     build: message "^[^C]+C[124][0-9]+: "
  111.     build: message "^[^D]+D[124][0-9]+ : "
  112.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  113.     build: message "^pwbrmake: [^U]+U[124]"
  114.     build: message "^BIND : [^U]+U[124]"
  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.  
  121. [debug-]
  122.     target="c:\archive\sysinfo.exe"
  123. [cvp]
  124.     wndstate=0 0 1 2 0 0 0 0 0 1 254
  125.     tilestate=1 24 0 80 0 0 0 0 0 4 0 0 0 0 18 0 0 254
  126.     command=use auto
  127.     command=n10
  128.     command=s1
  129.     command=oc+
  130.     command=of+
  131.