README
资源名称:h323.zip [点击查看]
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
WINDOWS
- $Revision: 1.4 $
- $Date: 1998/06/08 16:57:46 $
- Build notes:
- ------------
- Contains instructions to
- A> To build MS.EXE under the win32 environment.
- B> To build ms under unix environments.
- C> Enable RAS client functionality
- A> To build MS.EXE under the win32 environment
- -------------------------------------------
- 1. Note that the configuration that will be build is set to debug. If you
- want to build the release version, set
- CFG = release.
- 2. If your Microsoft developer studio is installed in a place other than
- C:MSDEV then edit the file win32.cf and change the value of the
- macro MSVCDIR. For example if your developer studio is installed in
- C:Program FilesDevStudioVC then set MSVCDIR to
- MSVCDIR = C:progra~1devstudiovc
- 4. Run NMAKE in this directory.
- NMAKE /F MS.MAK
- B> To build ms under unix environments.
- ------------------------------------
- 1. Run the command
- make CFG=value OSNAME=value.
- CFG can take values debug or release.
- OSNAME can take values sun5 vxworks hpux or uw21.
- C> Enable RAS client functionality
- -------------------------------
- 1. Edit the respective OSNAME.cf files and define USE_RAS macro. By
- default this project does not degine USE_RAS macro.
- Go to A> or B> to build the program.
- After you compile the program, run "ms -?" for options