summaryrefslogtreecommitdiff
path: root/pjlib/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-22 14:58:41 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-22 14:58:41 +0000
commit1a63e616d0c6c86a0f30c9e53dac16c6d2fb8942 (patch)
tree93b8bb251f1f6ef9fe6084ed8c7b4deb8313a306 /pjlib/build
parent05d2361069b69983be079aa092191092ce67f877 (diff)
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
Diffstat (limited to 'pjlib/build')
-rw-r--r--pjlib/build/pjlib.dsp4
-rw-r--r--pjlib/build/pjlib.vcproj4
-rw-r--r--pjlib/build/wince-evc4/pjlib_wince.vcp14
3 files changed, 18 insertions, 4 deletions
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
@@ -1511,6 +1511,10 @@
>
</File>
<File
+ RelativePath="..\include\pj\math.h"
+ >
+ </File>
+ <File
RelativePath="..\include\pj\os.h"
>
</File>
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