home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / READKY41.ZIP / READKEY.STS < prev    next >
INI File  |  1991-08-13  |  6KB  |  138 lines

  1. [shared-]
  2.     version=2
  3.     pmark="C:\READKEY\readkey.c" 18 1
  4.     project="C:\READKEY\READKEY.MAK"
  5.     buildmode=3
  6. [edit-]
  7.     srch=INCMENTS
  8.     fSrchRe=0
  9.     rpl=FontBank
  10.     src=InputChar
  11.     fRplRe=18688
  12.     file="C:\READKEY\readkey.c" 18 1 18 1
  13.     file="C:\NT\init.c" 1 1 1 1
  14.     file="C:\NT\nt.h" 165 1 166 32
  15.     file="C:\NT\MENU.c" 173 1 176 13
  16. [pwb]
  17.     screen=50 80
  18.     winstyle=1
  19.     wnd=C 2 1 49 80
  20. [environ]
  21.     INCLUDE=c:\include
  22.     LIB=c:\lib
  23.     HELPFILES=c:\HELP\*.HLP
  24. [build]
  25.     build: macro DEBUG "0"
  26.     build: macro PWBRMAKE "pwbrmake"
  27.     build: macro NMAKEBSC1 "set"
  28.     build: macro NMAKEBSC2 "nmake"
  29.     build: macro CC "cl"
  30.     build: macro CFLAGS_G "/W4"
  31.     build: macro CFLAGS_D "/Zd /Od "
  32.     build: macro CFLAGS_R "/Os /Ol /Og /Oa /Gs /DNDEBUG /V \"Copyright Robert W. Fielder 1990\""
  33.     build: macro ASM "masm"
  34.     build: macro AFLAGS_G "/Cx /W1 /P2 "
  35.     build: macro AFLAGS_D "/Zd "
  36.     build: macro AFLAGS_R "/DNDEBUG "
  37.     build: macro LINKER "link"
  38.     build: macro ILINK "ilink"
  39.     build: macro LRF "echo > NUL"
  40.     build: macro BIND "bind"
  41.     build: macro RC "rc"
  42.     build: macro IMPLIB "implib"
  43.     build: macro LFLAGS_G "/NOI /ST:0  /CP:0xffff /SE:0x80"
  44.     build: macro LFLAGS_R "/E /F /PACKC /PACKD"
  45.     build: macro MAPFILE_D "NUL"
  46.     build: macro MAPFILE_R "NUL"
  47.     build: macro CFLAGS ""
  48.     build: macro AFLAGS "$(AFLAGS_G) $(AFLAGS_R)"
  49.     build: macro LFLAGS ""
  50.     build: all $(PROJ).exe
  51.     build: target $(PROJ).bsc pwbrmake_bsc
  52.     build: target $(PROJ).exe lrf_exe ilink_exe
  53.     build: inference .c.sbr cc_c_sbr
  54.     build: inference .c.obj cc_c_obj
  55.     build: command pwbrmake_bsc "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  56.     build: release command lrf_exe "$(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<<"
  57.     build: debug command lrf_exe "$(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<<"
  58.     build: release command ilink_exe "$(LINKER) @$(PROJ).lrf"
  59.     build: debug command ilink_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  60.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  61.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  62.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  63.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  64.     build: command run "$(PROJ) $(RUNFLAGS)"
  65.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  66.     build: include dependencies
  67.     build: include no system
  68.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  69.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  70.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  71.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  72.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  73.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  74.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  75.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  76.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  77.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  78.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  79.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  80.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  81.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  82.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  83.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  84.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  85.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  86.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  87.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  88.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  89.     build: message "^LINK [^L]+L[124]"
  90.     build: message "^ILINK : [^L]+L[124]"
  91.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  92.     build: message "^NMAKE : [^U]+U[124]"
  93.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  94.     build: message "^pwbrmake: [^U]+U[124]"
  95.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  96.     build: message "^[^C]+C[124][0-9]+: "
  97.     build: message "^[^D]+D[124][0-9]+ : "
  98.     build: message "^BIND : [^U]+U[124]"
  99.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  100.     build: message "^RC: error"
  101.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  102.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  103.     build: message "^[^F]+F[1234][0-9]+: "
  104.     build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  105.     build: message "^fatal error"
  106.     build: message "^[A-Z][A-Z][A-Z]\\:d\\:d\\:d\\:d:\\:b"
  107.     build: language None
  108.  
  109. [cvw]
  110.     wndstate=0 0 1 2 0 0 0 0 0 1 254
  111.     tilestate=1 24 0 80 0 0 0 0 0 4 0 0 0 0 22 0 0 254
  112.     command=use auto
  113.     command=n10
  114.     command=ss1
  115.     command=oc+
  116.     command=of-
  117.     command=o3-
  118.     execheck=SYSMET2 672500150
  119. [cvp]
  120.     wndstate=0 1 0 2 0 0 0 0 0 1 254
  121.     tilestate=1 24 0 80 0 0 0 0 0 5 0 0 0 0 18 0 40 254
  122.     command=use auto
  123.     command=n10
  124.     command=s1
  125.     command=oc+
  126.     command=of+
  127. [debug-]
  128.     target="c:\nt\nt.exe"
  129. [cv]
  130.     wndstate=0 0 1 3 0 0 0 0 0 0 254
  131.     tilestate=1 24 0 80 0 0 0 0 0 5 0 0 0 0 0 0 0 254
  132.     command=use auto
  133.     command=n10
  134.     command=s1
  135.     command=oc+
  136.     command=of+
  137.     command=o3-
  138.