home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / sweeper / readme.txt < prev    next >
Encoding:
Text File  |  1994-02-12  |  1.5 KB  |  37 lines

  1.  
  2. README.TXT Version R1.2 2/12/94
  3.  
  4. File Sweeper is a utility designed to delete unnecessary files
  5. created by compilers and other build tools.  It was designed with
  6. Microsoft Visual C++ (MSVC) users as it's intended audience but other
  7. compiler users will no doubt find it useful.
  8.  
  9. Sample Use:
  10.  
  11.     Say you are working on five or six MSVC projects on your
  12.     computer (each of which takes up 5-10 MB of hard disk)
  13.     and you want to clean things up since you're running low
  14.     on disk space.  Just go to the "Tools" menu in MSVC and
  15.     click "Sweeper".  This will bring up a small program which
  16.     displays a list of files generated during a build of a
  17.     program in MSVC (such as .obj, .map, .sbr, etc...).  You click
  18.     the "Delete All" toolbar icon, and all the files in the list
  19.     are automatically deleted.  Your .cpp, .h, and .mak files
  20.     (and any others not in the list) are left so that you can
  21.     re-build the project at a later time.
  22.  
  23. Installation:
  24.  
  25.     1) Start Windows if it is not already running.
  26.     2) Start Microsoft Visual C++.  Remove any existing
  27.        installation of File Sweeper from the Tools menu.
  28.        Use Options->Tools to do this.
  29.     3) Exit Microsoft Visual C++ (it interferes with
  30.        automatic installation).
  31.     4) Copy all the files from the Release Diskette into
  32.        a new directory on your hard drive.
  33.     5) Run "sweeper.exe".  This will automatically install
  34.        File Sweeper in the Tools menu of Microsoft Visual C++.
  35.     6) Exit File Sweeper.
  36.     7) Run Microsoft Visual C++.
  37.