README
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

WINDOWS

  1. $Revision: 1.4 $
  2. $Date: 1998/06/08 16:57:46 $
  3. Build notes:
  4. ------------
  5. Contains instructions to 
  6. A> To build MS.EXE under the win32 environment.
  7. B> To build ms under unix environments.
  8. C> Enable RAS client functionality
  9. A> To build MS.EXE under the win32 environment
  10.    -------------------------------------------
  11. 1.  Note that the configuration that will be build is set to debug. If you
  12. want to build the release version, set
  13. CFG = release.
  14. 2.  If your Microsoft developer studio is installed in a place other than
  15. C:MSDEV then edit the file win32.cf and change the value of the
  16. macro MSVCDIR. For example if your developer studio is installed in
  17. C:Program FilesDevStudioVC then  set MSVCDIR to
  18. MSVCDIR = C:progra~1devstudiovc
  19. 4. Run NMAKE in this directory.
  20. NMAKE  /F MS.MAK
  21. B> To build ms under unix environments.
  22.    ------------------------------------
  23. 1.  Run the command
  24. make CFG=value OSNAME=value.
  25. CFG can take values debug or release.
  26. OSNAME can take values sun5 vxworks hpux or uw21. 
  27. C> Enable RAS client functionality
  28.    -------------------------------
  29. 1. Edit the respective OSNAME.cf files and define USE_RAS macro. By
  30.    default this project does not degine USE_RAS macro. 
  31.    Go to A>  or B> to build the program. 
  32.    After you compile the program, run "ms -?" for options