home *** CD-ROM | disk | FTP | other *** search
- ; This submit file will copy the C run time libraries and other C
- ; assosciated files to the areas to restore the environment to an
- ; iRMX For Windows Release 2.0 environment where an application is
- ; bound to the C run time libraries rather than using the latest
- ; C interface libarary (clibxf32.lib) and the clib.job.
- ;
- ; Note that before executing this submit file, you may want to back
- ; up or rename your current bind.csd, 386cl.bat, 386cl.ltx, and
- ; cstart.asm files as these files will be copied over.
- ;
- copy /rmx386/new/intel/lib/crmx3c.lib over /intel/lib/crmx3c.lib
- copy /rmx386/new/intel/lib/crmxnf3c.lib over /intel/lib/crmxnf3c.lib
- copy /rmx386/new/intel/lib/cstrmx3c.obj over /intel/lib/cstrmx3c.obj
- copy /rmx386/new/intel/lib/cstemb3c.obj over /intel/lib/cstemb3c.obj
- ;
- copy /rmx386/new/intel/ic386/bind.csd over /intel/ic386/bind.csd
- ;
- copy /rmx386/new/intel/ic386/src/cstart.asm over /intel/ic386/src/cstart.asm
- ;
- copy /rmx386/new/intel/bin/386cl.bat over /intel/bin/386cl.bat
- copy /rmx386/new/intel/bin/386Cl.ltx over /intel/bin/386cl.ltx
-