BUILDING.txt
上传用户:sbftbdw
上传日期:2007-01-03
资源大小:379k
文件大小:2k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. NOTES ON BUILDING WINVNC:
  2. The WinVNC project file (WinVNC.dsp) contains five sets of project
  3. settings.  The settings required to re-build the publicly released
  4. executable are stored in the No_Corba configuration.
  5. The configurations are:
  6. Release - The release build used internally at ORL.  This build
  7. assumes the presence of CORBA session-control code
  8. in the vncCorbaConnect files.  These are not supplied
  9. as part of the public release distribution because
  10. they are entirely dependent upon the active badge system
  11. used extensively at ORL.
  12. Debug - The debug build used internally at ORL.  This build
  13. also assumes the presence of the CORBA session-control
  14. routines.  To build a debug executable without CORBA
  15. settings, simply edit the Debug build settings and change
  16. the C++ pre-processor definitions to use NCORBA instead
  17. of _CORBA.
  18. Purify & Profile -
  19. Special builds to support the the Purify tool and to allow
  20. profiling of the executable.  These are intended only for
  21. use within ORL.
  22. ///////////////////////////////////////////////////////////////////////////
  23. No_Corba - This is the intended build configuration for external use
  24. and is used directly to create the distributed executables.
  25. This configuration is identical to the Release configuration,
  26. barring the use of the definition NCORBA rather than the
  27. definition _CORBA.
  28. Use this release when building WinVNC for general distribution.
  29. ///////////////////////////////////////////////////////////////////////////