home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / config / winnt / msvc / w-config.bat < prev    next >
DOS Batch File  |  2000-08-17  |  515b  |  12 lines

  1. call config
  2. echo #define MSWindows 1 >> ..\..\..\src\h\define.h
  3. echo #define FAttrib 1 >> ..\..\..\src\h\define.h
  4. echo ICONX=wiconx >..\..\..\src\runtime\makefile
  5. type MAKEFILE.RUN >>..\..\..\src\runtime\makefile
  6. echo ICONT=wicont >..\..\..\src\icont\makefile
  7. echo CONSOLE=NOTHING >>..\..\..\src\icont\makefile
  8. type MAKEFILE.T >>..\..\..\src\icont\makefile
  9. echo CONSOLE=NOTHING >..\..\..\src\common\makefile
  10. echo DCONSOLE=dconsole.obj >>..\..\..\src\common\makefile
  11. type MAKEFILE.CMN >>..\..\..\src\common\makefile
  12.