home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / VXC / VXSAMP.STS < prev   
Encoding:
Microsoft Programmer's Workbench Status  |  1993-06-21  |  7.2 KB  |  149 lines

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