home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / progng_c / dmalloc / install.lib / SAMPLE / DMLDEMO.STS < prev    next >
Encoding:
Microsoft Programmer's Workbench Status  |  1992-11-01  |  6.7 KB  |  135 lines

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