home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-10-12 | 6.0 KB | 131 lines |
- [shared-]
- mark=cvp "C:\ARCHIVE\sysinfo.c" 613 1 'E ALL "sysinfo.c"!.613
- version=2
- pmark="C:\ARCHIVE\sysinfo.doc" 82 61
- project="C:\ARCHIVE\SYSINFO.MAK"
- [edit-]
- srch=fHidden
- fSrchRe=0
- rpl=nd->nn->
- src=nd->nn.
- fRplRe=26112
- file="C:\ARCHIVE\sysinfo.doc" 62 1 82 61
- file="C:\archive\sysinfo.c" 600 1 612 2
- file="C:\c600\samples\clock\wndproc.c" 60 1 66 5
- file="C:\c600\include\os2def.h" 62 1 62 29
- file="C:\wncdev\opr\op_dde.c" 632 1 650 10
- file="C:\archive\sysinfo.dlg" 1 1 1 1
- file="C:\archive\sysinfo.rc" 1 1 1 19
- file="C:\wncdev\inst\install.mak" 150 1 164 1
- file="C:\config.sys" 22 1 31 1
- file="C:\wncdev\opr\op_dlgs.c" 324 1 327 9
- file="C:\wncdev\OPR\oprvals.h" 1 1 1 1
- file="C:\wncdev\opr\oper.rc" 220 1 221 5
- file="C:\wncdev\opr\op_main.c" 1097 1 1098 1
- file="C:\wncdev\opr\op_poll.c" 652 1 657 26
- file="C:\wncdev\inst\create.sql" 135 1 149 1
- file="C:\wncdev\inst\in_main.c" 589 1 598 1
- file="C:\wncdev\inst\install.dlg" 5 1 25 5
- file="C:\wncdev\inst\install.rc" 47 1 61 23
- file="C:\wncdev\opr\op_ncomm.c" 22 1 26 14
- file="C:\wncdev\wncglob\shrmem.c" 39 1 50 65
- [pwb]
- screen=25 80
- winstyle=7
- wnd=C 2 1 24 80
- [build]
- build: macro DEBUG "0"
- build: macro PWBRMAKE "pwbrmake"
- build: macro NMAKEBSC1 "set"
- build: macro NMAKEBSC2 "nmake"
- build: macro LINKER "link"
- build: macro ILINK "ilink"
- build: macro LRF "echo > NUL"
- build: macro BIND "bind"
- build: macro RC "rc"
- build: macro IMPLIB "implib"
- build: macro LFLAGS_G " /NOI /ST:16000 /BATCH"
- build: macro LFLAGS_D "/CO /INC /FAR /PACKC /PACKD /PMTYPE:PM"
- build: macro LFLAGS_R "/EXE /FAR /PACKC /PACKD /PMTYPE:PM"
- build: macro MAPFILE_D "NUL"
- build: macro MAPFILE_R "NUL"
- build: macro CC "cl"
- build: macro CFLAGS_G "/W2 /Zp /MT /ALw /G2 /D_MT /BATCH"
- build: macro CFLAGS_D "/qc /Gs /Gi$(PROJ).mdt /Zr /Zi /Od"
- build: macro CFLAGS_R "/Ot /Oi /Ol /Oe /Og /Gs"
- build: macro LLIBS_R "/NOD:LLIBCE LLIBCMT"
- build: macro LLIBS_D "/NOD:LLIBCE LLIBCMT"
- build: macro ASM "masm"
- build: macro AFLAGS_G "/Mx /T"
- build: macro AFLAGS_D "/Zi"
- build: macro AFLAGS_R ""
- build: macro LLIBS_G ""
- build: macro RUNFLAGS "C /cal"
- build: all $(PROJ).exe
- build: target $(PROJ).bsc pwbrmake
- build: target $(PROJ).exe lrf link res
- build: inference .c.sbr cc_c_sbr
- build: inference .rc.res rc_rc_res
- build: inference .c.obj cc_c_obj
- build: inference .asm.obj asm_asm_obj
- build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
- build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
- build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
- 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<<"
- 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<<"
- build: release command link "$(LINKER) @$(PROJ).lrf"
- build: debug command link "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
- build: command run "$(PROJ).exe $(RUNFLAGS)"
- build: command rc_rc_res "$(RC) /r $< $@"
- build: command res "$(RC) $(RESS) $@"
- build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
- build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
- build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
- build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
- build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
- build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
- build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
- build: include system
- build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
- build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
- build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
- build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
- build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
- build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
- build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
- build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
- build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
- build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
- build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
- build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
- build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
- build: message "^LINK [^L]+L[124]"
- build: message "^ILINK : [^L]+L[124]"
- build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
- build: message "^NMAKE : [^U]+U[124]"
- build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
- build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
- build: message "^[^C]+C[124][0-9]+: "
- build: message "^[^D]+D[124][0-9]+ : "
- build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
- build: message "^pwbrmake: [^U]+U[124]"
- build: message "^BIND : [^U]+U[124]"
- build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
- build: message "^[^F]+F[1234][0-9]+: "
- build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
- build: message "^fatal error"
- build: message "^[A-Z][A-Z][A-Z]\\:d\\:d\\:d\\:d:\\:b"
-
- [debug-]
- target="c:\archive\sysinfo.exe"
- [cvp]
- wndstate=0 0 1 2 0 0 0 0 0 1 254
- tilestate=1 24 0 80 0 0 0 0 0 4 0 0 0 0 18 0 0 254
- command=use auto
- command=n10
- command=s1
- command=oc+
- command=of+
-