home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 1.ddi / SUPP.LIF / RENAME.CSD < prev    next >
Encoding:
Text File  |  1992-07-06  |  1.1 KB  |  22 lines

  1. ;   This submit file will copy the C run time libraries and other C
  2. ;   assosciated files to the areas to restore the environment to an
  3. ;   iRMX For Windows Release 2.0 environment where an application is
  4. ;   bound to the C run time libraries rather than using the latest
  5. ;   C interface libarary (clibxf32.lib) and the clib.job.
  6. ;
  7. ;   Note that before executing this submit file, you may want to back
  8. ;   up or rename your current bind.csd, 386cl.bat, 386cl.ltx, and
  9. ;   cstart.asm files as these files will be copied over.
  10. ;
  11. copy /rmx386/new/intel/lib/crmx3c.lib over /intel/lib/crmx3c.lib
  12. copy /rmx386/new/intel/lib/crmxnf3c.lib over /intel/lib/crmxnf3c.lib
  13. copy /rmx386/new/intel/lib/cstrmx3c.obj over /intel/lib/cstrmx3c.obj
  14. copy /rmx386/new/intel/lib/cstemb3c.obj over /intel/lib/cstemb3c.obj
  15. ;
  16. copy /rmx386/new/intel/ic386/bind.csd over /intel/ic386/bind.csd
  17. ;
  18. copy /rmx386/new/intel/ic386/src/cstart.asm over /intel/ic386/src/cstart.asm
  19. ;
  20. copy /rmx386/new/intel/bin/386cl.bat over /intel/bin/386cl.bat
  21. copy /rmx386/new/intel/bin/386Cl.ltx over /intel/bin/386cl.ltx
  22.