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. --- sp/src/devtools/bin/osx32/xcode_ccache_wrapper | 3 +++ sp/src/devtools/bin/vpc.exe | Bin 1129472 -> 1133568 bytes 2 files changed, 3 insertions(+) create mode 100644 sp/src/devtools/bin/osx32/xcode_ccache_wrapper (limited to 'sp/src/devtools/bin') diff --git a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper new file mode 100644 index 00000000..4f038475 --- /dev/null +++ b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper @@ -0,0 +1,3 @@ +#!/bin/bash + +exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@" diff --git a/sp/src/devtools/bin/vpc.exe b/sp/src/devtools/bin/vpc.exe index ddc1328c..2394de95 100644 Binary files a/sp/src/devtools/bin/vpc.exe and b/sp/src/devtools/bin/vpc.exe differ -- cgit v1.2.3 From 1524321396a91ef9fa1f19b4873e53e2c5d9e50a Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Tue, 3 Sep 2013 16:02:10 -0700 Subject: * Fixed Source Mod back-compatability by reordering methods in a couple interfaces. * Added missing singleplayer OSX libs * Updated vpc and libs. --- sp/src/devtools/bin/vpc_linux | Bin 1184893 -> 1177332 bytes sp/src/devtools/bin/vpc_osx | Bin 1102944 -> 1099468 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'sp/src/devtools/bin') diff --git a/sp/src/devtools/bin/vpc_linux b/sp/src/devtools/bin/vpc_linux index 21679b4f..c5e72b80 100755 Binary files a/sp/src/devtools/bin/vpc_linux and b/sp/src/devtools/bin/vpc_linux differ diff --git a/sp/src/devtools/bin/vpc_osx b/sp/src/devtools/bin/vpc_osx index 0ca6b8c4..1e5dea1c 100755 Binary files a/sp/src/devtools/bin/vpc_osx and b/sp/src/devtools/bin/vpc_osx differ -- cgit v1.2.3 From cb55ade0b71588e3c8a1c5601f6945eff3457f56 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 5 Sep 2013 08:41:38 -0400 Subject: Add missing executable flag to xcode_ccache_wrapper. --- sp/src/devtools/bin/osx32/xcode_ccache_wrapper | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sp/src/devtools/bin/osx32/xcode_ccache_wrapper (limited to 'sp/src/devtools/bin') diff --git a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper old mode 100644 new mode 100755 -- cgit v1.2.3