From b0f62471ea72f5767d859f18e41d4326f57b85c5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 12 Oct 2007 12:14:27 +0000 Subject: Ticket #399: Initial implementation of tool to perform NAT type detection/classification git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1495 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/build/pjnath.dsp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pjnath/build/pjnath.dsp') diff --git a/pjnath/build/pjnath.dsp b/pjnath/build/pjnath.dsp index cdffc4f7..3f671302 100644 --- a/pjnath/build/pjnath.dsp +++ b/pjnath/build/pjnath.dsp @@ -40,6 +40,7 @@ RSC=rc.exe # PROP Output_Dir "./output/pjnath-i386-win32-vc6-release" # PROP Intermediate_Dir "./output/pjnath-i386-win32-vc6-release" # PROP Target_Dir "" +F90=df.exe # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /MD /W4 /GX /O1 /Ob2 /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FR /FD /c # SUBTRACT CPP /YX @@ -64,6 +65,7 @@ LIB32=link.exe -lib # PROP Output_Dir "./output/pjnath-i386-win32-vc6-debug" # PROP Intermediate_Dir "./output/pjnath-i386-win32-vc6-debug" # PROP Target_Dir "" +F90=df.exe # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FR /FD /GZ /c # SUBTRACT CPP /YX @@ -99,6 +101,10 @@ SOURCE=..\src\pjnath\ice_strans.c # End Source File # Begin Source File +SOURCE=..\src\pjnath\nat_detect.c +# End Source File +# Begin Source File + SOURCE=..\src\pjnath\stun_auth.c # End Source File # Begin Source File @@ -139,6 +145,10 @@ SOURCE=..\include\pjnath\ice_strans.h # End Source File # Begin Source File +SOURCE=..\include\pjnath\nat_detect.h +# End Source File +# Begin Source File + SOURCE=..\include\pjnath.h # End Source File # Begin Source File -- cgit v1.2.3