home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MAXMAILP.ZIP / MAXMAIL.STS < prev    next >
INI File  |  1990-12-30  |  6KB  |  126 lines

  1. [shared-]
  2.     version=2
  3.     pmark="E:\C6\MAXMAIL\maxmail.c" 175 1
  4.     project="E:\C6\MAXMAIL\MAXMAIL.MAK"
  5.     buildmode=2
  6. [edit-]
  7.     srch=create_edge:=
  8.     fSrchRe=0
  9.     rpl=fprintf(
  10.     src=fprt(2,
  11.     fRplRe=25344
  12.     file="E:\C6\MAXMAIL\maxmail.c" 155 1 175 1
  13.     file="E:\C6\INIT\tools.ini" 257 1 257 1
  14.     file="E:\c6\games\survey.c" 1 1 1 1
  15.     file="E:\c6\games\OS2COM.C" 1930 1 1931 3
  16. [pwb]
  17.     screen=25 80
  18.     winstyle=7
  19.     wnd=C 2 1 24 80
  20. [environ]
  21.     INCLUDE=E:\C6\INCLUDE
  22.     LIB=E:\C6\LIB
  23.     HELPFILES=E:\C6\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 "/AL /W2 /G2 /BATCH"
  31.     build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
  32.     build: macro CFLAGS_R "/Ot /Zi"
  33.     build: macro LLIBS_R " /NOD:LLIBCE LLIBCEP"
  34.     build: macro LLIBS_D " /NOD:LLIBCE LLIBCEP"
  35.     build: macro ASM "masm"
  36.     build: macro AFLAGS_G "/Mx /T"
  37.     build: macro AFLAGS_D "/Zi"
  38.     build: macro AFLAGS_R ""
  39.     build: macro LINKER "link"
  40.     build: macro ILINK "ilink"
  41.     build: macro LRF "echo > NUL"
  42.     build: macro BIND "bind"
  43.     build: macro RC "rc"
  44.     build: macro IMPLIB "implib"
  45.     build: macro LFLAGS_G " /NOI /STACK:4096  /BATCH"
  46.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
  47.     build: macro LFLAGS_R " /CO /E /F /PACKC"
  48.     build: macro MAPFILE_D "NUL"
  49.     build: macro MAPFILE_R "NUL"
  50.     build: macro LLIBS_G ""
  51.     build: all $(PROJ).exe
  52.     build: target $(PROJ).bsc pwbrmake
  53.     build: target $(PROJ).exe lrf link
  54.     build: inference .c.sbr cc_c_sbr
  55.     build: inference .c.obj cc_c_obj
  56.     build: inference .asm.obj asm_asm_obj
  57.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  58.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  59.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  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: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  65.     build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  66.     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<<"
  67.     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<<"
  68.     build: release command link "$(LINKER) @$(PROJ).lrf"
  69.     build: debug command link "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  70.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  71.     build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  72.     build: include dependencies
  73.     build: include system
  74.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  75.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  76.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  77.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  78.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  79.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  80.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  81.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  82.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  83.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  84.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  85.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  86.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  87.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  88.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  89.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  90.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  91.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  92.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  93.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  94.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  95.     build: message "^LINK [^L]+L[124]"
  96.     build: message "^ILINK : [^L]+L[124]"
  97.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  98.     build: message "^NMAKE : [^U]+U[124]"
  99.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  100.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  101.     build: message "^[^C]+C[124][0-9]+: "
  102.     build: message "^[^D]+D[124][0-9]+ : "
  103.     build: message "^pwbrmake: [^U]+U[124]"
  104.     build: message "^BIND : [^U]+U[124]"
  105.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  106.     build: message "^RC: error"
  107.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  108.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  109.     build: message "^[^F]+F[1234][0-9]+: "
  110.     build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  111.     build: message "^fatal error"
  112.     build: message "^[A-Z][A-Z][A-Z]\\:d\\:d\\:d\\:d:\\:b"
  113.     build: language None
  114.  
  115. [debug-]
  116.     target="e:\c6\pace\fact.exe"
  117.     watch=oldp.num'00257
  118. [cvp]
  119.     wndstate=0 2 1 1 0 0 0 0 0 1 254
  120.     tilestate=1 24 0 80 0 0 0 0 0 8 0 0 0 0 19 0 40 254
  121.     command=use auto
  122.     command=n10
  123.     command=s1
  124.     command=oc+
  125.     command=of+
  126.