home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-07-03 | 4.6 KB | 95 lines |
- [shared-]
- version=2
- pmark="C:\LU62\lu.c" 47 9
- project="C:\LU62\LUASY.MAK"
- buildmode=3
- [edit-]
- srch=
- fSrchRe=0
- rpl=
- src=
- fRplRe=0
- file="C:\LU62\lu.c" 39 5 47 9
- file="C:\LU62\INT68.C" 157 1 157 1
- file="C:\LU62\PRCV.c" 19 1 20 1
- [pwb]
- screen=25 80
- winstyle=7
- wnd=C 2 1 24 80
- [environ]
- INCLUDE=c:\c600\include;c:\lu62\include;c:\lu62\port
- LIB=c:\c600\lib
- HELPFILES=c:\c600\help\*.hlp
- [build]
- build: macro DEBUG "0"
- build: macro PWBRMAKE "pwbrmake"
- build: macro NMAKEBSC1 "set"
- build: macro NMAKEBSC2 "nmake"
- build: macro CC "cl"
- build: macro CFLAGS_G "/AL /W0 /BATCH"
- build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
- build: macro CFLAGS_R "/Os /Ol /Og /Oe /Oi /Gs /Zp1 /F 1000"
- build: macro MAPFILE_D "NUL"
- build: macro MAPFILE_R "$(PROJ).map"
- build: macro LFLAGS_G " /NOI /BATCH"
- build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
- build: macro LFLAGS_R " /M /FAR /PACKC"
- build: macro LINKER "link"
- build: macro ILINK "ilink"
- build: macro LRF "echo > NUL"
- build: macro LLIBS_R "LLIBCE"
- build: macro LLIBS_D " /NOD:LLIBCE LLIBCER"
- build: macro LLIBS_G ""
- build: all $(PROJ).exe
- build: target $(PROJ).bsc pwbrmake_bsc
- build: target $(PROJ).exe lrf_exe link_exe
- build: inference .c.obj cc_c_obj
- build: inference .c.sbr cc_c_sbr
- 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 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<<"
- 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<<"
- build: release command link_exe "$(LINKER) @$(PROJ).lrf"
- build: debug command link_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
- build: command run "$(PROJ).exe $(RUNFLAGS)"
- build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
- build: include dependencies
- build: include no system
- build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
- build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
- build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
- build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
- build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" 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]*#[ \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 "^pwbrmake: [^U]+U[124]"
- build: message "^BIND : [^U]+U[124]"
- build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
- build: message "^RC: error"
- build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
- build: language C
-