From 1a63e616d0c6c86a0f30c9e53dac16c6d2fb8942 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 22 Jul 2008 14:58:41 +0000 Subject: Added math.h to pjlib's Visual Studio projects git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2167 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/pjlib.dsp | 4 ++++ pjlib/build/pjlib.vcproj | 4 ++++ pjlib/build/wince-evc4/pjlib_wince.vcp | 14 ++++++++++---- 3 files changed, 18 insertions(+), 4 deletions(-) (limited to 'pjlib/build') diff --git a/pjlib/build/pjlib.dsp b/pjlib/build/pjlib.dsp index e5b8011b..39d800cd 100644 --- a/pjlib/build/pjlib.dsp +++ b/pjlib/build/pjlib.dsp @@ -553,6 +553,10 @@ SOURCE=..\include\pj\log.h # End Source File # Begin Source File +SOURCE=..\include\pj\math.h +# End Source File +# Begin Source File + SOURCE=..\include\pj\os.h # End Source File # Begin Source File diff --git a/pjlib/build/pjlib.vcproj b/pjlib/build/pjlib.vcproj index 00761452..f93c0d5a 100644 --- a/pjlib/build/pjlib.vcproj +++ b/pjlib/build/pjlib.vcproj @@ -1510,6 +1510,10 @@ RelativePath="..\include\pj\log.h" > + + diff --git a/pjlib/build/wince-evc4/pjlib_wince.vcp b/pjlib/build/wince-evc4/pjlib_wince.vcp index b2829324..579cadec 100644 --- a/pjlib/build/wince-evc4/pjlib_wince.vcp +++ b/pjlib/build/wince-evc4/pjlib_wince.vcp @@ -165,7 +165,7 @@ BSC32=bscmake.exe # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /O2 /M$(CECrtMT) /c -# ADD CPP /nologo /W3 /Oxt /I "../../include" /D "NDEBUG" /D "ARMV4" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMT) /c +# ADD CPP /nologo /W3 /Oxt /I "../../include" /D "NDEBUG" /D "ARMV4" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMT) /c # SUBTRACT CPP /Fr LIB32=link.exe -lib # ADD BASE LIB32 /nologo @@ -6387,9 +6387,11 @@ DEP_CPP_IP_HE=\ "..\..\include\pj\types.h"\ "..\..\include\pj\unicode.h"\ "..\..\include\pjlib.h"\ - {$(INCLUDE)}"ipexport.h"\ - {$(INCLUDE)}"Iphlpapi.h"\ - {$(INCLUDE)}"iptypes.h"\ + +NODEP_CPP_IP_HE=\ + ".\pexport.h"\ + ".\phlpapi.h"\ + ".\ptypes.h"\ !ELSEIF "$(CFG)" == "pjlib_wince - Win32 (WCE ARMV4) Debug" @@ -15296,6 +15298,10 @@ SOURCE=..\..\include\pj\log.h # End Source File # Begin Source File +SOURCE=..\..\include\pj\math.h +# End Source File +# Begin Source File + SOURCE=..\..\include\pj\os.h # End Source File # Begin Source File -- cgit v1.2.3