From a0c29e7dd67abb15c74c85f07741784877edfdcd Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Mon, 2 Sep 2013 11:39:10 -0700 Subject: General: * Fixed a variety of server browser issues with mods based on this SDK * Fixed many warnings on various platforms * Added source code for fgdlib and raytrace * Updated many source files with the latest shared source from TF2. OSX: * Added support for Xcode 4.6 * Switched OSX builds to use Xcode instead of makefiles * Moved libs from src/lib/osx32 to src/lib/public/osx32 or src/lib/common/osx32 to match windows better. Linux: * Moved libs from src/lib/linux32 to src/lib/public/linux32 or src/lib/common/linux32 to match windows better. --- mp/src/mathlib/mathlib.vpc | 2 -- 1 file changed, 2 deletions(-) (limited to 'mp/src/mathlib/mathlib.vpc') diff --git a/mp/src/mathlib/mathlib.vpc b/mp/src/mathlib/mathlib.vpc index 59a0c95f..cff0f986 100644 --- a/mp/src/mathlib/mathlib.vpc +++ b/mp/src/mathlib/mathlib.vpc @@ -5,8 +5,6 @@ //----------------------------------------------------------------------------- $macro SRCDIR ".." -$Macro OUTLIBDIR "$SRCDIR\lib\public" [!$LINUX] - $include "$SRCDIR\vpc_scripts\source_lib_base.vpc" $Configuration -- cgit v1.2.3 From f56bb35301836e56582a575a75864392a0177875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 2 Dec 2013 19:31:46 -0800 Subject: Fix line endings. WHAMMY. --- mp/src/mathlib/mathlib.vpc | 164 ++++++++++++++++++++++----------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'mp/src/mathlib/mathlib.vpc') diff --git a/mp/src/mathlib/mathlib.vpc b/mp/src/mathlib/mathlib.vpc index cff0f986..17021025 100644 --- a/mp/src/mathlib/mathlib.vpc +++ b/mp/src/mathlib/mathlib.vpc @@ -1,82 +1,82 @@ -//----------------------------------------------------------------------------- -// MATHLIB.VPC -// -// Project Script -//----------------------------------------------------------------------------- - -$macro SRCDIR ".." -$include "$SRCDIR\vpc_scripts\source_lib_base.vpc" - -$Configuration -{ - $Compiler - { - $AdditionalIncludeDirectories "$BASE;..\public\mathlib" - $PreprocessorDefinitions "$BASE;MATHLIB_LIB" - } -} - -$Project "mathlib" -{ - $Folder "Source Files" - { - $File "color_conversion.cpp" - $File "halton.cpp" - $File "lightdesc.cpp" - $File "mathlib_base.cpp" - $File "powsse.cpp" - $File "sparse_convolution_noise.cpp" - $File "sseconst.cpp" - $File "sse.cpp" [$WINDOWS||$POSIX] - $File "ssenoise.cpp" - $File "3dnow.cpp" [$WINDOWS||$LINUX] - $File "anorms.cpp" - $File "bumpvects.cpp" - $File "IceKey.cpp" - $File "imagequant.cpp" - $File "polyhedron.cpp" - $File "quantize.cpp" - $File "randsse.cpp" - $File "spherical.cpp" - $File "simdvectormatrix.cpp" - $File "vector.cpp" - $File "vmatrix.cpp" - $File "almostequal.cpp" - } - - - - $Folder "Public Header Files" - { - $File "$SRCDIR\public\mathlib\amd3dx.h" [$WINDOWS||$LINUX] - $File "$SRCDIR\public\mathlib\anorms.h" - $File "$SRCDIR\public\mathlib\bumpvects.h" - $File "$SRCDIR\public\mathlib\compressed_3d_unitvec.h" - $File "$SRCDIR\public\mathlib\compressed_light_cube.h" - $File "$SRCDIR\public\mathlib\compressed_vector.h" - $File "$SRCDIR\public\mathlib\halton.h" - $File "$SRCDIR\public\mathlib\IceKey.H" - $File "$SRCDIR\public\mathlib\lightdesc.h" - $File "$SRCDIR\public\mathlib\math_pfns.h" - $File "$SRCDIR\public\mathlib\mathlib.h" - $File "$SRCDIR\public\mathlib\noise.h" - $File "$SRCDIR\public\mathlib\polyhedron.h" - $File "$SRCDIR\public\mathlib\quantize.h" - $File "$SRCDIR\public\mathlib\simdvectormatrix.h" - $File "$SRCDIR\public\mathlib\spherical_geometry.h" - $File "$SRCDIR\public\mathlib\ssemath.h" - $File "$SRCDIR\public\mathlib\ssequaternion.h" - $File "$SRCDIR\public\mathlib\vector.h" - $File "$SRCDIR\public\mathlib\vector2d.h" - $File "$SRCDIR\public\mathlib\vector4d.h" - $File "$SRCDIR\public\mathlib\vmatrix.h" - $File "$SRCDIR\public\mathlib\vplane.h" - } - - $Folder "Header Files" - { - $File "noisedata.h" - $File "sse.h" [$WINDOWS||$POSIX] - $File "3dnow.h" [$WINDOWS||$LINUX] - } -} +//----------------------------------------------------------------------------- +// MATHLIB.VPC +// +// Project Script +//----------------------------------------------------------------------------- + +$macro SRCDIR ".." +$include "$SRCDIR\vpc_scripts\source_lib_base.vpc" + +$Configuration +{ + $Compiler + { + $AdditionalIncludeDirectories "$BASE;..\public\mathlib" + $PreprocessorDefinitions "$BASE;MATHLIB_LIB" + } +} + +$Project "mathlib" +{ + $Folder "Source Files" + { + $File "color_conversion.cpp" + $File "halton.cpp" + $File "lightdesc.cpp" + $File "mathlib_base.cpp" + $File "powsse.cpp" + $File "sparse_convolution_noise.cpp" + $File "sseconst.cpp" + $File "sse.cpp" [$WINDOWS||$POSIX] + $File "ssenoise.cpp" + $File "3dnow.cpp" [$WINDOWS||$LINUX] + $File "anorms.cpp" + $File "bumpvects.cpp" + $File "IceKey.cpp" + $File "imagequant.cpp" + $File "polyhedron.cpp" + $File "quantize.cpp" + $File "randsse.cpp" + $File "spherical.cpp" + $File "simdvectormatrix.cpp" + $File "vector.cpp" + $File "vmatrix.cpp" + $File "almostequal.cpp" + } + + + + $Folder "Public Header Files" + { + $File "$SRCDIR\public\mathlib\amd3dx.h" [$WINDOWS||$LINUX] + $File "$SRCDIR\public\mathlib\anorms.h" + $File "$SRCDIR\public\mathlib\bumpvects.h" + $File "$SRCDIR\public\mathlib\compressed_3d_unitvec.h" + $File "$SRCDIR\public\mathlib\compressed_light_cube.h" + $File "$SRCDIR\public\mathlib\compressed_vector.h" + $File "$SRCDIR\public\mathlib\halton.h" + $File "$SRCDIR\public\mathlib\IceKey.H" + $File "$SRCDIR\public\mathlib\lightdesc.h" + $File "$SRCDIR\public\mathlib\math_pfns.h" + $File "$SRCDIR\public\mathlib\mathlib.h" + $File "$SRCDIR\public\mathlib\noise.h" + $File "$SRCDIR\public\mathlib\polyhedron.h" + $File "$SRCDIR\public\mathlib\quantize.h" + $File "$SRCDIR\public\mathlib\simdvectormatrix.h" + $File "$SRCDIR\public\mathlib\spherical_geometry.h" + $File "$SRCDIR\public\mathlib\ssemath.h" + $File "$SRCDIR\public\mathlib\ssequaternion.h" + $File "$SRCDIR\public\mathlib\vector.h" + $File "$SRCDIR\public\mathlib\vector2d.h" + $File "$SRCDIR\public\mathlib\vector4d.h" + $File "$SRCDIR\public\mathlib\vmatrix.h" + $File "$SRCDIR\public\mathlib\vplane.h" + } + + $Folder "Header Files" + { + $File "noisedata.h" + $File "sse.h" [$WINDOWS||$POSIX] + $File "3dnow.h" [$WINDOWS||$LINUX] + } +} -- cgit v1.2.3