home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-03-15 | 5.0 KB | 122 lines |
- [shared-]
- version=2
- pmark="D:\BOB\TEMP\patchedt.c" 35 1
- project="D:\BOB\TEMP\PATCHEDT.MAK"
- [edit-]
- srch=testentry
- fSrchRe=0
- rpl=
- src=
- fRplRe=29696
- file="D:\BOB\TEMP\patchedt.c" 13 1 35 1
- file="D:\BOB\temp\patchedt.def" 1 1 12 1
- file="D:\BOB\TEMP\patch.c" 1 1 17 1
- file="D:\BOB\FLOATWND\FLOATWND.DEF" 1 1 1 1
- file="D:\BOB\TEMP\PATCHEDT.MAP" 24 1 50 2
- file="D:\BOB\TEMP\patchedt.rc" 1 1 2 1
- [pwb]
- screen=43 80
- winstyle=7
- wnd=C 2 1 42 80
- [build]
- build: macro DEBUG "0"
- 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 " /BATCH /al:16"
- build: macro LFLAGS_D " /CO /M /NOF /NOP"
- build: macro LFLAGS_R " /M /NOF /NOP /BATCH /AL:16"
- build: macro MAPFILE_D "$(PROJ).map"
- build: macro MAPFILE_R "$(PROJ).map"
- build: macro CC "cl"
- build: macro CFLAGS_G "/Alnw /W4 /Gw /DNOKANJI /Zp /BATCH"
- build: macro CFLAGS_D "/Od /FPc /Zi /Gi$(PROJ).mdt /Gs"
- build: macro CFLAGS_R "/Os /FPc /Gs"
- build: macro LLIBS_R " /NOD:MLIBCE MDLLCEW"
- build: macro LLIBS_D " /NOD:MLIBCE MDLLCEW"
- build: macro LLIBS_G "LIBW.LIB"
- build: macro ASM "masm"
- build: macro AFLAGS_G "/Mx /T"
- build: macro AFLAGS_D "/Zi"
- build: macro AFLAGS_R ""
- build: all $(PROJ).dll
- build: target $(PROJ).dll lrf link res implib
- 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: 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 "$(LINKER) @$(PROJ).lrf"
- build: command run ""
- build: command rc_rc_res "$(RC) /r $<"
- build: command implib "$(IMPLIB) $*.lib $@"
- build: command res "$(RC) $(RESS) $@"
- build: command debug ""
- 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 no 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 "^pwbrmake: [^U]+U[124]"
- build: message "^BIND : [^U]+U[124]"
- 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\\)(\\(\\: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 "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
- build: message "^fatal error"
-
- [cv]
- wndstate=0 1 1 2 0 1 0 1 0 1 254
- tilestate=1 49 0 80 0 0 0 67 0 23 0 36 0 0 47 0 41 254
- command=use auto
- command=n10
- command=s1
- command=oc+
- command=of+
- command=o3-
- command=os+
- [debug-]
- target="d:\bob\temp\floatest.exe"
- [cvw]
- wndstate=0 1 1 2 0 1 0 1 0 0 254
- tilestate=1 24 0 80 0 0 0 67 0 11 0 18 0 0 0 0 52 254
- command=use auto
- command=n10
- command=ss1
- command=oc+
- command=of-
- command=o3-
- command=os+
- execheck=FloaTets 684987784
- execheck=PatchEdt 684990902
-