home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c031 / 3.ddi / MFC / SAMPLES / RESTOOL / RESTOOL.ST$ / restool
Encoding:
Text File  |  1992-03-08  |  6.1 KB  |  124 lines

  1. PWB-GENERATED FILE: DO NOT MODIFY
  2. [shared-]
  3.     version=3
  4.     project=".\restool.mak"
  5.     buildmode=3
  6. [edit-]
  7.     srch=
  8.     fSrchRe=0
  9.     rpl=
  10.     src=
  11.     fRplRe=0
  12. [pwb]
  13.     winstyle=3
  14.     file="<COMPILE>Build Results" 1 1 1 1
  15.     wnd=c 0 0 0 0 0 0
  16.     file="<SEARCH>Search Results" 1 1 1 1
  17.     wnd=c 0 0 0 0 0 0
  18.     file="<PRINT>Print Results" 1 1 1 1
  19.     wnd=c 0 0 0 0 0 0
  20.     file="<RECORD>Record" 1 1 1 1
  21.     wnd=c 0 0 0 0 0 0
  22.     file="<CLIPBOARD>Clipboard" 1 1 1 1
  23.     wnd=c 0 0 0 0 0 0
  24.     file="<pwbhelp>Help" 1 1 1 1
  25.     wnd=c 0 0 0 0 0 0
  26.     file="<browse>Browser Output" 1 1 1 1
  27.     wnd=c 0 0 0 0 0 0
  28. [build]
  29.     build: language "C++"
  30.     build: template "DOS EXE" modified
  31.     build: macro DEBUG "0"
  32.     build: macro CC "cl"
  33.     build: macro CFLAGS_G "/W2 /BATCH"
  34.     build: macro CFLAGS_D "/f /Zi /Od"
  35.     build: macro CFLAGS_R "/f- /Ot /Oi /Ol /Oe /Og /Gs"
  36.     build: macro CXX "cl"
  37.     build: macro CXXFLAGS_G "/AM /W3 /D_DOS /BATCH"
  38.     build: macro CXXFLAGS_D "/f /Od /Zi /D_DEBUG"
  39.     build: macro CXXFLAGS_R "/f- /Os /Ol /Og /Oe /Gs"
  40.     build: macro MAPFILE_D "NUL"
  41.     build: macro MAPFILE_R "NUL"
  42.     build: macro LFLAGS_G "/NOI /NOD /BATCH /ONERROR:NOEXE"
  43.     build: macro LFLAGS_D "/CO /FAR /PACKC"
  44.     build: macro LFLAGS_R "/EXE /FAR /PACKC"
  45.     build: macro LINKER "link"
  46.     build: macro ILINK "ilink"
  47.     build: macro LRF "echo > NUL"
  48.     build: macro ILFLAGS "/a /e"
  49.     build: macro LLIBS_R "MAFXCR MLIBCE"
  50.     build: macro LLIBS_D "MAFXCRD MLIBCE"
  51.     build: macro LLIBS_G ""
  52.     build: macro BRFLAGS ""
  53.     build: macro BROWSE "0"
  54.     build: macro PACK_SBRS "1"
  55.     build: all $(PROJ).exe
  56.     build: target $(PROJ).exe lrf_exe link_exe
  57.     build: inference compile .c.obj cc_c_obj
  58.     build: inference .c.sbr cc_c_sbr
  59.     build: inference compile .cxx.obj cx_cxx_obj
  60.     build: inference compile .cpp.obj cx_cxx_obj
  61.     build: inference .cxx.sbr cx_cxx_sbr
  62.     build: inference .cpp.sbr cx_cxx_sbr
  63.     build: release command cc_c_obj "@$(CC) @<<$(PROJ).rsp\n/c $(CFLAGS_G)\n$(CFLAGS_R) /Fo$@ $<\n<<"
  64.     build: debug command cc_c_obj "@$(CC) @<<$(PROJ).rsp\n/c $(CFLAGS_G)\n$(CFLAGS_D) /Fo$@ $<\n<<"
  65.     build: release command cc_c_sbr "@$(CC) @<<$(PROJ).rsp\n/Zs $(CFLAGS_G)\n$(CFLAGS_R) /FR$@ $<\n<<"
  66.     build: debug command cc_c_sbr "@$(CC) @<<$(PROJ).rsp\n/Zs $(CFLAGS_G)\n$(CFLAGS_D) /FR$@ $<\n<<"
  67.     build: release command cx_cxx_obj "@$(CXX) @<<$(PROJ).rsp\n/c $(CXXFLAGS_G)\n$(CXXFLAGS_R) /Fo$@ $<\n<<"
  68.     build: debug command cx_cxx_obj "@$(CXX) @<<$(PROJ).rsp\n/c $(CXXFLAGS_G)\n$(CXXFLAGS_D) /Fo$@ $<\n<<"
  69.     build: release command cx_cxx_sbr "@$(CXX) @<<$(PROJ).rsp\n/Zs $(CXXFLAGS_G)\n$(CXXFLAGS_R) /FR$@ $<\n<<"
  70.     build: debug command cx_cxx_sbr "@$(CXX) @<<$(PROJ).rsp\n/Zs $(CXXFLAGS_G)\n$(CXXFLAGS_D) /FR$@ $<\n<<"
  71.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  72.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  73.     build: command link_exe "$(LINKER) @$(PROJ).lrf"
  74.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  75.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  76.     build: suffixes
  77.     build: include dependencies
  78.     build: include no system
  79.     build: include path .cxx
  80.     build: include path .cpp
  81.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  82.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  83.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  84.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  85.     build: include .cxx "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  86.     build: include .cxx "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  87.     build: include .cpp "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  88.     build: include .cpp "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  89.     build: include .hxx "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  90.     build: include .hxx "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  91.     build: include .hpp "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  92.     build: include .hpp "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  93.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  94.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  95.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  96.     build: include .rc "^\\:i\\:bBITMAP\\:b\\(\\:p\\)"
  97.     build: include .rc "^\\:i\\:bCURSOR\\:b\\(\\:p\\)"
  98.     build: include .rc "^\\:i\\:bFONT\\:b\\(\\:p\\)"
  99.     build: include .rc "^\\:i\\:bICON\\:b\\(\\:p\\)"
  100.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  101.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  102.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  103.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  104.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  105.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  106.     build: message "^LINK [^L]+L[124]"
  107.     build: message "^ILINK : [^L]+L[124]"
  108.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  109.     build: message "^NMAKE : [^U]+U[124]"
  110.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  111.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  112.     build: message "^[^C]+C[124][0-9]+: "
  113.     build: message "^[^D]+D[124][0-9]+ : "
  114.     build: message "^BIND : [^U]+U[124]"
  115.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  116.     build: message "\\(\\:p\\)(\\(\\:z\\)) : error RC\\:z:" file line
  117.     build: message "^RC:"
  118.     build: message "^RC :"
  119.     build: message "^LIB :"
  120.     build: message "^MPC :"
  121.     build: message "^CVPACK :"
  122.     build: message "^bscmake: [^B]+BK[124]"
  123.     build: message "^sbrpack: [^S]+SB[124]"
  124.