home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c500 / 6.ddi / BATCH.SDK / READ.ME < prev   
Encoding:
Text File  |  1992-05-28  |  891 b   |  19 lines

  1. How to install patches to create 32-bit versions of the SDK samples:
  2.  
  3. 1) Make sure the \windev\samples directory is a fresh copy from the
  4.    SDK disks, or else the patches will fail.
  5.  
  6. 2) Run "cs <dirname> <windev samples directory>" to copy over the patches 
  7.    for a specific directory, or run "all <windev samples directory>" to 
  8.    install all of them.
  9.  
  10. 3) To apply the patches, go into the appropriate directory and type
  11.    "apply".  Apply causes the directory "win386" to be created, 
  12.    along with everything necessary to compile and link the 32-bit application
  13.    The new source and the .exe file will be found here.
  14.    
  15. 4) To apply all the patches at once, copy "ap.bat" and "apall.bat"
  16.    into the \windev\samples directory and type "apall <sdk samples directory>".
  17.    Note that running "all.bat" from step 2) automatically copied ap.bat
  18.    and apall.bat for you.
  19.