[Opalvoip-svn] SF.net SVN: opalvoip: [18736] opal/trunk
Brought to you by:
csoutheren,
rjongbloed
From: <rjo...@us...> - 2007-10-22 13:51:10
|
Revision: 18736 http://opalvoip.svn.sourceforge.net/opalvoip/?rev=18736&view=rev Author: rjongbloed Date: 2007-10-22 06:51:13 -0700 (Mon, 22 Oct 2007) Log Message: ----------- Many more PWLIBs changed to PTLIBs. Modified Paths: -------------- opal/trunk/Makefile.in opal/trunk/configure opal/trunk/configure.ac opal/trunk/opal_inc.mak.in opal/trunk/samples/simple/simpleDLL_2005.vcproj opal/trunk/samples/simple/simple_2005.vcproj opal/trunk/src/win32/opal_dll_2005.vcproj opal/trunk/src/win32/opal_lib_2005.vcproj Removed Paths: ------------- opal/trunk/opal.dxx Modified: opal/trunk/Makefile.in =================================================================== --- opal/trunk/Makefile.in 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/Makefile.in 2007-10-22 13:51:13 UTC (rev 18736) @@ -633,7 +633,7 @@ #################################################### -include @PWLIBDIR@/make/common.mak +include @PTLIBDIR@/make/common.mak PROG=opal #################################################### @@ -671,7 +671,7 @@ ifeq ($(P_SHAREDLIB),1) - SYSLIBS += -L$(PW_LIBDIR) -l$(PTLIB_BASE)$(LIB_TYPE) + SYSLIBS += -L$(PT_LIBDIR) -l$(PTLIB_BASE)$(LIB_TYPE) ifeq ($(OSTYPE),beos) # BeOS requires different options when building shared libraries LDSOOPTS = -nostdlib -nostart Modified: opal/trunk/configure =================================================================== --- opal/trunk/configure 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/configure 2007-10-22 13:51:13 UTC (rev 18736) @@ -310,7 +310,7 @@ #endif" ac_subdirs_all="$ac_subdirs_all plugins" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX OPALDIR INSTALLPREFIX LIBDIR OPAL_VERSION BUILD_TYPE PTLIB_CONFIG PWLIBDIR GCC_HAS_CLZ CPP EGREP SIZE16 SIZE32 OPAL_SYSTEM_SPEEX OPAL_HAVE_SPEEX_SPEEX_H OPAL_AUDIO HAS_LIBDL OPAL_VIDEO OPAL_SIP OPAL_H323 OPAL_IAX2 OPAL_H224 OPAL_T38FAX OPAL_H450 OPAL_H460 OPAL_LID OPAL_IVR OPAL_RFC4175 OPAL_ZRTP HAS_LIBZRTP OPAL_SRTP HAS_LIBSRTP STDCCFLAGS ENDLDLIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA subdirs LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX OPALDIR INSTALLPREFIX LIBDIR OPAL_VERSION PTLIB_CONFIG PTLIBDIR GCC_HAS_CLZ CPP EGREP SIZE16 SIZE32 OPAL_SYSTEM_SPEEX OPAL_HAVE_SPEEX_SPEEX_H OPAL_AUDIO HAS_LIBDL OPAL_VIDEO OPAL_SIP OPAL_H323 OPAL_IAX2 OPAL_H224 OPAL_T38FAX OPAL_H450 OPAL_H460 OPAL_LID OPAL_IVR OPAL_RFC4175 OPAL_ZRTP HAS_LIBZRTP OPAL_SRTP HAS_LIBSRTP STDCCFLAGS ENDLDLIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA subdirs LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -849,7 +849,7 @@ Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-versioncheck disable PWLib version check + --disable-versioncheck disable PTLib version check --enable-localspeex use local version of Speex library rather than system version --disable-audio disable audio codec support --disable-video disable video codec support @@ -2611,9 +2611,9 @@ video=yes rfc4175=yes -REQUIRED_PWLIB_MAJOR=2 -REQUIRED_PWLIB_MINOR=0 -REQUIRED_PWLIB_BUILD=0 +REQUIRED_PTLIB_MAJOR=2 +REQUIRED_PTLIB_MINOR=0 +REQUIRED_PTLIB_BUILD=0 OPALDIR=`pwd` @@ -2663,11 +2663,13 @@ - -if test "${PWLIBDIR:-unset}" != "unset" ; then - as_ac_File=`echo "ac_cv_file_${PWLIBDIR}/version.h" | $as_tr_sh` -echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 -echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6 +if test test "${PTLIBDIR:-unset}" = "unset" -a "${PWLIBDIR:-unset}" != "unset" ; then + PTLIBDIR=$PWLIBDIR +fi +if test "${PTLIBDIR:-unset}" != "unset" ; then + as_ac_File=`echo "ac_cv_file_${PTLIBDIR}/version.h" | $as_tr_sh` +echo "$as_me:$LINENO: checking for ${PTLIBDIR}/version.h" >&5 +echo $ECHO_N "checking for ${PTLIBDIR}/version.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2675,7 +2677,7 @@ { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } -if test -r "${PWLIBDIR}/version.h"; then +if test -r "${PTLIBDIR}/version.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" @@ -2689,9 +2691,9 @@ fi if test "${HAS_PTLIB:-unset}" = "unset" ; then - as_ac_File=`echo "ac_cv_file_${OPALDIR}/../pwlib/version.h" | $as_tr_sh` -echo "$as_me:$LINENO: checking for ${OPALDIR}/../pwlib/version.h" >&5 -echo $ECHO_N "checking for ${OPALDIR}/../pwlib/version.h... $ECHO_C" >&6 + as_ac_File=`echo "ac_cv_file_${OPALDIR}/../ptlib/version.h" | $as_tr_sh` +echo "$as_me:$LINENO: checking for ${OPALDIR}/../ptlib/version.h" >&5 +echo $ECHO_N "checking for ${OPALDIR}/../ptlib/version.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2699,7 +2701,7 @@ { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } -if test -r "${OPALDIR}/../pwlib/version.h"; then +if test -r "${OPALDIR}/../ptlib/version.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" @@ -2712,11 +2714,11 @@ fi if test "${HAS_PTLIB:-unset}" != "unset" ; then - PWLIBDIR="${OPALDIR}/../pwlib" + PTLIBDIR="${OPALDIR}/../ptlib" else - as_ac_File=`echo "ac_cv_file_${HOME}/pwlib/include/ptlib.h" | $as_tr_sh` -echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 -echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6 + as_ac_File=`echo "ac_cv_file_${HOME}/ptlib/include/ptlib.h" | $as_tr_sh` +echo "$as_me:$LINENO: checking for ${HOME}/ptlib/include/ptlib.h" >&5 +echo $ECHO_N "checking for ${HOME}/ptlib/include/ptlib.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2724,7 +2726,7 @@ { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } -if test -r "${HOME}/pwlib/include/ptlib.h"; then +if test -r "${HOME}/ptlib/include/ptlib.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" @@ -2737,7 +2739,7 @@ fi if test "${HAS_PTLIB:-unset}" != "unset" ; then - PWLIBDIR="${HOME}/pwlib" + PTLIBDIR="${HOME}/ptlib" else echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6 @@ -2836,7 +2838,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /usr/share/pwlib/make/ +for as_dir in /usr/share/ptlib/make/ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -2933,71 +2935,71 @@ fi if test "${HAS_PTLIB:-unset}" = "unset" ; then - { { echo "$as_me:$LINENO: error: \"Cannot find pwlib - please install or set PWLIBDIR and try again\"" >&5 -echo "$as_me: error: \"Cannot find pwlib - please install or set PWLIBDIR and try again\"" >&2;} + { { echo "$as_me:$LINENO: error: \"Cannot find PTLib - please install or set PTLIBDIR and try again\"" >&5 +echo "$as_me: error: \"Cannot find PTLib - please install or set PTLIBDIR and try again\"" >&2;} { (exit 1); exit 1; }; } fi -if test "${PWLIBDIR:-unset}" = "unset" ; then +if test "${PTLIBDIR:-unset}" = "unset" ; then if test "${PTLIB_CONFIG:-unset}" = "unset" ; then { { echo "$as_me:$LINENO: error: \"Cannot find ptlib-config - please install and try again\"" >&5 echo "$as_me: error: \"Cannot find ptlib-config - please install and try again\"" >&2;} { (exit 1); exit 1; }; } fi - PWLIBDIR=`$PTLIB_CONFIG --prefix` + PTLIBDIR=`$PTLIB_CONFIG --prefix` fi -if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then - PWLIBDIR="/usr/share/pwlib/" +if test "x$PTLIBDIR" = "x/usr" -o "x$PTLIBDIR" = "x/usr/"; then + PTLIBDIR="/usr/share/ptlib/" fi -if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then - PWLIBDIR="/usr/local/share/pwlib/" +if test "x$PTLIBDIR" = "x/usr/local" -o "x$PTLIBDIR" = "x/usr/"; then + PTLIBDIR="/usr/local/share/ptlib/" fi -if test "x$PWLIBDIR" = "x${prefix}"; then - PWLIBDIR="${prefix}/share/pwlib/" +if test "x$PTLIBDIR" = "x${prefix}"; then + PTLIBDIR="${prefix}/share/ptlib/" fi -echo "PWLib prefix set to.... $PWLIBDIR" +echo "PTLib prefix set to.... $PTLIBDIR" -if test "${PWLIBDIR:-unset}" = "unset" ; then +if test "${PTLIBDIR:-unset}" = "unset" ; then PWVERSION=`$PTLIB_CONFIG --version` PW_MAJOR_VERSION=`echo $PW_VERSION | cut -d'.' -f1` PW_MINOR_VERSION=`echo $PW_VERSION | cut -d'.' -f2` PW_BUILD_NUMBER=`echo $PW_VERSION | cut -d'.' -f3` else - PW_MAJOR_VERSION=`cat ${PWLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` - PW_MINOR_VERSION=`cat ${PWLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` - PW_BUILD_NUMBER=`cat ${PWLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` + PW_MAJOR_VERSION=`cat ${PTLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` + PW_MINOR_VERSION=`cat ${PTLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` + PW_BUILD_NUMBER=`cat ${PTLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` PWVERSION="${PW_MAJOR_VERSION}.${PW_MINOR_VERSION}.${PW_BUILD_NUMBER}" fi # Check whether --enable-versioncheck or --disable-versioncheck was given. if test "${enable_versioncheck+set}" = set; then enableval="$enable_versioncheck" - PWLIB_VERSION_CHECK=$enableval + PTLIB_VERSION_CHECK=$enableval fi; -echo "$as_me:$LINENO: checking Checking PWLib version ${PWVERSION}" >&5 -echo $ECHO_N "checking Checking PWLib version ${PWVERSION}... $ECHO_C" >&6 -if test "${PWLIB_VERSION_CHECK}x" = "nox" ; then +echo "$as_me:$LINENO: checking Checking PTLib version ${PWVERSION}" >&5 +echo $ECHO_N "checking Checking PTLib version ${PWVERSION}... $ECHO_C" >&6 +if test "${PTLIB_VERSION_CHECK}x" = "nox" ; then echo "$as_me:$LINENO: result: check disabled" >&5 echo "${ECHO_T}check disabled" >&6 else - if test $PW_MAJOR_VERSION -lt $REQUIRED_PWLIB_MAJOR ; then - { { echo "$as_me:$LINENO: error: Major version less than required $REQUIRED_PWLIB_MAJOR" >&5 -echo "$as_me: error: Major version less than required $REQUIRED_PWLIB_MAJOR" >&2;} + if test $PW_MAJOR_VERSION -lt $REQUIRED_PTLIB_MAJOR ; then + { { echo "$as_me:$LINENO: error: Major version less than required $REQUIRED_PTLIB_MAJOR" >&5 +echo "$as_me: error: Major version less than required $REQUIRED_PTLIB_MAJOR" >&2;} { (exit 1); exit 1; }; } fi - if test $PW_MINOR_VERSION -lt $REQUIRED_PWLIB_MINOR ; then - { { echo "$as_me:$LINENO: error: Minor version less than required $REQUIRED_PWLIB_MINOR" >&5 -echo "$as_me: error: Minor version less than required $REQUIRED_PWLIB_MINOR" >&2;} + if test $PW_MINOR_VERSION -lt $REQUIRED_PTLIB_MINOR ; then + { { echo "$as_me:$LINENO: error: Minor version less than required $REQUIRED_PTLIB_MINOR" >&5 +echo "$as_me: error: Minor version less than required $REQUIRED_PTLIB_MINOR" >&2;} { (exit 1); exit 1; }; } fi - if test $PW_BUILD_NUMBER -lt $REQUIRED_PWLIB_BUILD ; then - { { echo "$as_me:$LINENO: error: Build version less than required $REQUIRED_PWLIB_BUILD" >&5 -echo "$as_me: error: Build version less than required $REQUIRED_PWLIB_BUILD" >&2;} + if test $PW_BUILD_NUMBER -lt $REQUIRED_PTLIB_BUILD ; then + { { echo "$as_me:$LINENO: error: Build version less than required $REQUIRED_PTLIB_BUILD" >&5 +echo "$as_me: error: Build version less than required $REQUIRED_PTLIB_BUILD" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: ok" >&5 @@ -7261,7 +7263,7 @@ s,@OPAL_VERSION@,$OPAL_VERSION,;t t s,@BUILD_TYPE@,$BUILD_TYPE,;t t s,@PTLIB_CONFIG@,$PTLIB_CONFIG,;t t -s,@PWLIBDIR@,$PWLIBDIR,;t t +s,@PTLIBDIR@,$PTLIBDIR,;t t s,@GCC_HAS_CLZ@,$GCC_HAS_CLZ,;t t s,@CPP@,$CPP,;t t s,@EGREP@,$EGREP,;t t Modified: opal/trunk/configure.ac =================================================================== --- opal/trunk/configure.ac 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/configure.ac 2007-10-22 13:51:13 UTC (rev 18736) @@ -16,9 +16,9 @@ dnl this must be updated for every minor revision, and for dnl builds when and as necessary -REQUIRED_PWLIB_MAJOR=2 -REQUIRED_PWLIB_MINOR=0 -REQUIRED_PWLIB_BUILD=0 +REQUIRED_PTLIB_MAJOR=2 +REQUIRED_PTLIB_MINOR=0 +REQUIRED_PTLIB_BUILD=0 dnl ######################################################################## dnl set the OPAL directory to the current directory @@ -69,20 +69,23 @@ AC_SUBST(BUILD_TYPE) dnl ######################################################################## -dnl look for ptlib, use a preference order of explicit PWLIBDIR, directory +dnl look for ptlib, use a preference order of explicit PTLIBDIR, directory dnl at same level, home directory, /usr/local or /usr. -if test "${PWLIBDIR:-unset}" != "unset" ; then - AC_CHECK_FILE(${PWLIBDIR}/version.h, HAS_PTLIB=1) +if test test "${PTLIBDIR:-unset}" = "unset" -a "${PWLIBDIR:-unset}" != "unset" ; then + PTLIBDIR=$PWLIBDIR fi +if test "${PTLIBDIR:-unset}" != "unset" ; then + AC_CHECK_FILE(${PTLIBDIR}/version.h, HAS_PTLIB=1) +fi if test "${HAS_PTLIB:-unset}" = "unset" ; then - AC_CHECK_FILE(${OPALDIR}/../pwlib/version.h, HAS_PTLIB=1) + AC_CHECK_FILE(${OPALDIR}/../ptlib/version.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then - PWLIBDIR="${OPALDIR}/../pwlib" + PTLIBDIR="${OPALDIR}/../ptlib" else - AC_CHECK_FILE(${HOME}/pwlib/include/ptlib.h, HAS_PTLIB=1) + AC_CHECK_FILE(${HOME}/ptlib/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then - PWLIBDIR="${HOME}/pwlib" + PTLIBDIR="${HOME}/ptlib" else AC_CHECK_FILE(/usr/local/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then @@ -90,7 +93,7 @@ else AC_CHECK_FILE(/usr/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then - AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/share/pwlib/make/) + AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/share/ptlib/make/) else AC_CHECK_FILE(${prefix}/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then @@ -103,63 +106,63 @@ fi if test "${HAS_PTLIB:-unset}" = "unset" ; then - AC_MSG_ERROR("Cannot find pwlib - please install or set PWLIBDIR and try again") + AC_MSG_ERROR("Cannot find PTLib - please install or set PTLIBDIR and try again") fi -if test "${PWLIBDIR:-unset}" = "unset" ; then +if test "${PTLIBDIR:-unset}" = "unset" ; then if test "${PTLIB_CONFIG:-unset}" = "unset" ; then AC_MSG_ERROR("Cannot find ptlib-config - please install and try again") fi - PWLIBDIR=`$PTLIB_CONFIG --prefix` + PTLIBDIR=`$PTLIB_CONFIG --prefix` fi -if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then - PWLIBDIR="/usr/share/pwlib/" +if test "x$PTLIBDIR" = "x/usr" -o "x$PTLIBDIR" = "x/usr/"; then + PTLIBDIR="/usr/share/ptlib/" fi -if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then - PWLIBDIR="/usr/local/share/pwlib/" +if test "x$PTLIBDIR" = "x/usr/local" -o "x$PTLIBDIR" = "x/usr/"; then + PTLIBDIR="/usr/local/share/ptlib/" fi -if test "x$PWLIBDIR" = "x${prefix}"; then - PWLIBDIR="${prefix}/share/pwlib/" +if test "x$PTLIBDIR" = "x${prefix}"; then + PTLIBDIR="${prefix}/share/ptlib/" fi -AC_SUBST(PWLIBDIR) +AC_SUBST(PTLIBDIR) -echo "PWLib prefix set to.... $PWLIBDIR" +echo "PTLib prefix set to.... $PTLIBDIR" -if test "${PWLIBDIR:-unset}" = "unset" ; then +if test "${PTLIBDIR:-unset}" = "unset" ; then PWVERSION=`$PTLIB_CONFIG --version` PW_MAJOR_VERSION=`echo $PW_VERSION | cut -d'.' -f1` PW_MINOR_VERSION=`echo $PW_VERSION | cut -d'.' -f2` PW_BUILD_NUMBER=`echo $PW_VERSION | cut -d'.' -f3` else - PW_MAJOR_VERSION=`cat ${PWLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` - PW_MINOR_VERSION=`cat ${PWLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` - PW_BUILD_NUMBER=`cat ${PWLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` + PW_MAJOR_VERSION=`cat ${PTLIBDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` + PW_MINOR_VERSION=`cat ${PTLIBDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` + PW_BUILD_NUMBER=`cat ${PTLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` PWVERSION="${PW_MAJOR_VERSION}.${PW_MINOR_VERSION}.${PW_BUILD_NUMBER}" fi AC_ARG_ENABLE(versioncheck, - [ --disable-versioncheck disable PWLib version check], - PWLIB_VERSION_CHECK=$enableval) + [ --disable-versioncheck disable PTLib version check], + PTLIB_VERSION_CHECK=$enableval) -AC_MSG_CHECKING(Checking PWLib version ${PWVERSION}) -if test "${PWLIB_VERSION_CHECK}x" = "nox" ; then +AC_MSG_CHECKING(Checking PTLib version ${PWVERSION}) +if test "${PTLIB_VERSION_CHECK}x" = "nox" ; then AC_MSG_RESULT(check disabled) else - if test $PW_MAJOR_VERSION -lt $REQUIRED_PWLIB_MAJOR ; then - AC_MSG_ERROR(Major version less than required $REQUIRED_PWLIB_MAJOR) + if test $PW_MAJOR_VERSION -lt $REQUIRED_PTLIB_MAJOR ; then + AC_MSG_ERROR(Major version less than required $REQUIRED_PTLIB_MAJOR) fi - if test $PW_MINOR_VERSION -lt $REQUIRED_PWLIB_MINOR ; then - AC_MSG_ERROR(Minor version less than required $REQUIRED_PWLIB_MINOR) + if test $PW_MINOR_VERSION -lt $REQUIRED_PTLIB_MINOR ; then + AC_MSG_ERROR(Minor version less than required $REQUIRED_PTLIB_MINOR) fi - if test $PW_BUILD_NUMBER -lt $REQUIRED_PWLIB_BUILD ; then - AC_MSG_ERROR(Build version less than required $REQUIRED_PWLIB_BUILD) + if test $PW_BUILD_NUMBER -lt $REQUIRED_PTLIB_BUILD ; then + AC_MSG_ERROR(Build version less than required $REQUIRED_PTLIB_BUILD) fi AC_MSG_RESULT(ok) fi -AC_SUBST(PWLIBDIR) +AC_SUBST(PTLIBDIR) dnl ######################################################################## dnl get the gcc version Deleted: opal/trunk/opal.dxx =================================================================== --- opal/trunk/opal.dxx 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/opal.dxx 2007-10-22 13:51:13 UTC (rev 18736) @@ -1,131 +0,0 @@ -/**@name OPAL - Open Phone Abstraction Library - - This is a Open Source class library for the development of applications - that wish to use multiple protocols, eg H.323 or SIP, for multi-media - communications. - -@memo A Class Libarary implementing several telephony protocols. -@version 1.1beta2 -@author Equivalence Pty. Ltd. -*/ - -// $Log: opal.dxx,v $ -// Revision 2.4 2006/04/08 01:07:08 rjongbloed -// Add some documentation -// -// Revision 2.3 2002/02/11 03:24:17 dereks -// Add SIP to list of include files. -// -// Revision 2.2 2002/02/11 02:27:54 dereks -// Adjust format of CVS logging command. -// -// Revision 2.1 2002/02/11 02:17:21 dereks -// Adjust include file list. -// - -//@{ - -/**@name Introduction -\begin{center} - {\Large{\bf Open Phone Abstraction Library}} -\end{center} - -OPAL is an Open Source class library for the development of applications that -wish to use multiple protocols, eg H.323 or SIP, for multi-media -communications. - -*/ - -/**@name Architecture -<A REF=docs/overview.html>Overview -*/ - - -/**@name Using OPAL -Detailed tutorials will be forthcoming. - -@memo Brief examples. -*/ - -/**@name Class Reference - -@memo Documentation on all classes. - */ - //@{ - //@Include: include/h323/h323.h - //@Include: include/h323/h323ep.h - //@Include: include/h323/h323con.h - //@Include: include/h323/channels.h - //@Include: include/h323/gkclient.h - //@Include: include/h323/gkserver.h - //@Include: include/h323/h225ras.h - //@Include: include/h323/h235auth.h - //@Include: include/h323/h323caps.h - //@Include: include/h323/h323neg.h - //@Include: include/h323/h323pdu.h - //@Include: include/h323/h323rtp.h - //@Include: include/h323/h450pdu.h - //@Include: include/h323/q931.h - //@Include: include/h323/transaddr.h - //@Include: include/codec/allcodecs.h - //@Include: include/codec/g711codec.h - //@Include: include/codec/gsmcodec.h - //@Include: include/codec/h261codec.h - //@Include: include/codec/lpc10codec.h - //@Include: include/codec/mscodecs.h - //@Include: include/codec/rfc2833.h - //@Include: include/lids/QTIoctl.h - //@Include: include/lids/ixjDefs.h - //@Include: include/lids/ixjlid.h - //@Include: include/lids/lid.h - //@Include: include/lids/lidep.h - //@Include: include/lids/vblasterlid.h - //@Include: include/lids/vpbapi.h - //@Include: include/lids/vpblid.h - //@Include: include/opal/connection.h - //@Include: include/opal/call.h - //@Include: include/opal/endpoint.h - //@Include: include/opal/guid.h - //@Include: include/opal/manager.h - //@Include: include/opal/mediafmt.h - //@Include: include/opal/mediastrm.h - //@Include: include/opal/patch.h - //@Include: include/opal/pcss.h - //@Include: include/opal/transcoders.h - //@Include: include/opal/transports.h - //@Include: include/rtp/jitter.h - //@Include: include/rtp/rtp.h - //@Include: include/t120/h323t120.h - //@Include: include/t120/t120proto.h - //@Include: include/t120/x224.h - //@Include: include/t38/h323t38.h - //@Include: include/t38/t38proto.h - //@Include: src/codec/gsm/inc/config.h - //@Include: src/codec/gsm/inc/gsm.h - //@Include: src/codec/gsm/inc/private.h - //@Include: src/codec/gsm/inc/proto.h - //@Include: src/codec/gsm/inc/unproto.h - //@Include: src/codec/vic/bsd-endian.h - //@Include: src/codec/vic/config.h - //@Include: src/codec/vic/crdef.h - //@Include: src/codec/vic/dct.h - //@Include: src/codec/vic/encoder-h261.h - //@Include: src/codec/vic/encoder.h - //@Include: src/codec/vic/grabber.h - //@Include: src/codec/vic/p64-huff.h - //@Include: src/codec/vic/p64.h - //@Include: src/codec/vic/p64encoder.h - //@Include: src/codec/vic/transmitter.h - //@Include: src/codec/vic/vid_coder.h - //@Include: src/codec/vic/videoframe.h - //@Include: src/codec/lpc10/src/f2c.h - //@Include: src/codec/lpc10/bitio.h - //@Include: src/codec/lpc10/lpc10.h - //@Include: include/sip/sdp.h - //@Include: include/sip/sip.h - //@Include: include/sip/sipcon.h - //@Include: include/sip/sipep.h - //@Include: include/sip/sippdu.h - //@} - -//@} Modified: opal/trunk/opal_inc.mak.in =================================================================== --- opal/trunk/opal_inc.mak.in 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/opal_inc.mak.in 2007-10-22 13:51:13 UTC (rev 18736) @@ -87,17 +87,17 @@ # OPALDIR=@OPALDIR@ -PWLIBDIR=@PWLIBDIR@ +PTLIBDIR=@PTLIBDIR@ LIBDIRS += $(OPALDIR) ifdef LIBRARY_MAKEFILE -include $(PWLIBDIR)/make/unix.mak +include $(PTLIBDIR)/make/unix.mak else ifdef NOTRACE OBJDIR_SUFFIX := n endif -include $(PWLIBDIR)/make/ptlib.mak +include $(PTLIBDIR)/make/ptlib.mak endif OPAL_SRCDIR = $(OPALDIR)/src Modified: opal/trunk/samples/simple/simpleDLL_2005.vcproj =================================================================== --- opal/trunk/samples/simple/simpleDLL_2005.vcproj 2007-10-22 13:24:55 UTC (rev 18735) +++ opal/trunk/samples/simple/simpleDLL_2005.vcproj 2007-10-22 13:51:13 UTC (rev 18736) @@ -1,1090 +1,1090 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="Simple OPAL DLL" - ProjectGUID="{282B78AF-C514-4077-91EB-7E55E198015E}" - RootNamespace="Simple OPAL DLL" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - /> - <Platform - Name="Windows Mobile 6 Professional SDK (ARMV4I)" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="No Trace|Win32" - OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\NoTrace/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="1" - InlineFunctionExpansion="2" - PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opaln.lib ptlibn.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib;..\..\..\pwlib\lib" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="No Trace|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm5\$(ConfigurationName)" - IntermediateDirectory="$(OutDir)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\NoTrace/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="1" - InlineFunctionExpansion="2" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opaln.lib ptlibn.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm5;..\..\..\pwlib\lib\wm5" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - <Configuration - Name="No Trace|Windows Mobile 6 Professional SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\NoTrace/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="1" - InlineFunctionExpansion="2" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opaln.lib ptlibn.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm6;..\..\..\pwlib\lib\wm6" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Release/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="2" - PreprocessorDefinitions="NDEBUG;PTRACING" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opal.lib ptlib.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib;..\..\..\pwlib\lib" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm5\$(ConfigurationName)" - IntermediateDirectory="$(OutDir)" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Release/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="2" - InlineFunctionExpansion="2" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;PTRACING=1" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opal.lib ptlib.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm5;..\..\..\pwlib\lib\wm5" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - <Configuration - Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Release/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="2" - InlineFunctionExpansion="2" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;XML_STATIC" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opal.lib ptlib.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm6;..\..\..\pwlib\lib\wm6" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Debug/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="_DEBUG;PTRACING" - BasicRuntimeChecks="0" - RuntimeLibrary="3" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opald.lib ptlibd.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib;..\..\..\pwlib\lib" - GenerateManifest="true" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="1" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - UseFAT32Workaround="true" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm5\$(ConfigurationName)" - IntermediateDirectory="$(OutDir)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Debug/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="_DEBUG;DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;XML_STATIC;PTRACING=1" - RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opald.lib ptlibd.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm5;..\..\..\pwlib\lib\wm5" - GenerateManifest="true" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - <Configuration - Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" - OutputDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - IntermediateDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\Debug/simple.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - ExecutionBucket="7" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;..\..\..\pwlib\include" - PreprocessorDefinitions="_DEBUG;DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;XML_STATIC;PTRACING=1" - RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="false" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="ptlib.h" - ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" - WarningLevel="4" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG,_AFXDLL" - Culture="3081" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - LinkLibraryDependencies="false" - AdditionalDependencies="opald.lib ptlibd.lib" - OutputFile="$(OutDir)/simpleOPAL.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\lib\wm6;..\..\..\pwlib\lib\wm6" - GenerateManifest="true" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" - SubSystem="9" - TargetMachine="0" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCCodeSignTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - <DeploymentTool - ForceDirty="-1" - RemoteDirectory="" - RegisterOutput="0" - AdditionalFiles="" - /> - <DebuggerTool - /> - </Configuration> - </Configurations> - <References> - <ProjectReference - ReferencedProjectIdentifier="{C7546C76-E010-4105-AEAE-48FCD6C09527}" - RelativePathToProject=".\src\win32\opal_dll_2005.vcproj" - /> - <ProjectReference - ReferencedProjectIdentifier="{85F4F26A-1A5D-4685-A48A-448102C5C5BC}" - RelativePathToProject="..\pwlib\src\ptlib\msos\PTLib_2005.vcproj" - /> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" - > - <File - RelativePath="main.cxx" - > - <FileConfiguration - Name="No Trace|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="No Trace|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="No Trace|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - BasicRuntimeChecks="3" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - /> - </FileConfiguration> - </File> - <File - RelativePath="precompile.cxx" - > - <FileConfiguration - Name="No Trace|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="No Trace|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="No Trace|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="1" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="2" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - BasicRuntimeChecks="3" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - PreprocessorDefinitions="" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl" - > - <File - RelativePath="main.h" - > - </File> - <File - RelativePath="version.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="Simple OPAL DLL" + ProjectGUID="{282B78AF-C514-4077-91EB-7E55E198015E}" + RootNamespace="Simple OPAL DLL" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" + /> + <Platform + Name="Windows Mobile 6 Professional SDK (ARMV4I)" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="No Trace|Win32" + OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" + IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\NoTrace/simple.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="1" + InlineFunctionExpansion="2" + PreprocessorDefinitions="NDEBUG;_CONSOLE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="ptlib.h" + ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" + WarningLevel="4" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_AFXDLL" + Culture="3081" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="opaln.lib ptlibn.lib" + OutputFile="$(OutDir)/simpleOPAL.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\lib;..\..\..\ptlib\lib" + ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="No Trace|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" + OutputDirectory="..\..\bin\$(ProjectName)\wm5\$(ConfigurationName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\NoTrace/simple.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + ExecutionBucket="7" + Optimization="1" + InlineFunctionExpansion="2" + AdditionalIncludeDirectories="..\..\include;..\..\..\ptlib\include" + PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + TreatWChar_tAsBuiltInType="false" + RuntimeTypeInfo="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="ptlib.h" + ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" + WarningLevel="4" + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_AFXDLL" + Culture="3081" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="opaln.lib ptlibn.lib" + OutputFile="$(OutDir)/simpleOPAL.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\lib\wm5;..\..\..\ptlib\lib\wm5" + ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" + SubSystem="9" + TargetMachine="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCCodeSignTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + <DeploymentTool + ForceDirty="-1" + RemoteDirectory="" + RegisterOutput="0" + AdditionalFiles="" + /> + <DebuggerTool + /> + </Configuration> + <Configuration + Name="No Trace|Windows Mobile 6 Professional SDK (ARMV4I)" + OutputDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" + IntermediateDirectory="..\..\bin\$(ProjectName)\wm6\$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\NoTrace/simple.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + ExecutionBucket="7" + Optimization="1" + InlineFunctionExpansion="2" + AdditionalIncludeDirectories="..\..\include;..\..\..\ptlib\include" + PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);UNICODE;_UNICODE;PTRACING=0;PASN_NOPRINTON;PASN_LEANANDMEAN" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + TreatWChar_tAsBuiltInType="false" + RuntimeTypeInfo="true" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="ptlib.h" + ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb" + WarningLevel="4" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_AFXDLL" + Culture="3081" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + LinkLibraryDependencies="false" + AdditionalDependencies="opaln.lib ptlibn.lib" + OutputFile="$(OutDir)/simpleOPAL.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\lib\wm6;..\..\..\ptlib\lib\wm6" + ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb" + SubSystem="9" + TargetMachine="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCCodeSignTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + <DeploymentTool + ForceDirty="-1" + RemoteDirectory="" + RegisterOutput="0" + AdditionalFiles="" + /> + <DebuggerTool + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" + IntermediateDirectory="..\..\bin\$(ProjectName)\$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName=".\Release/simple.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + InlineFunct... [truncated message content] |