From 2230b52145ba7b22bea4b365b010016e62c25b58 Mon Sep 17 00:00:00 2001 From: "Andrew A. de Laix" Date: Tue, 11 Jan 2011 16:07:14 -0800 Subject: remove develop.py and references to it (use autobuild instead) --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 1221b80357..a5b094788a 100644 --- a/.hgignore +++ b/.hgignore @@ -11,7 +11,7 @@ syntax: glob *.DS_Store LICENSES indra/.distcc -indra/build-darwin-* +build-darwin-* indra/build-vc[0-9]* indra/CMakeFiles indra/lib/mono/1.0/*.dll -- cgit v1.2.3 From 738c7546087b5c5fa049be0563623221ef5716c6 Mon Sep 17 00:00:00 2001 From: Alain Linden Date: Fri, 14 Jan 2011 09:03:22 -0800 Subject: windows autobuildibatized (bye bye install.py...) --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index a5b094788a..dbbf8268a9 100644 --- a/.hgignore +++ b/.hgignore @@ -12,6 +12,7 @@ syntax: glob LICENSES indra/.distcc build-darwin-* +build-vc80/ indra/build-vc[0-9]* indra/CMakeFiles indra/lib/mono/1.0/*.dll -- cgit v1.2.3 From dd3607cba651439fb1f73e78df38a160a2ef4f5c Mon Sep 17 00:00:00 2001 From: Andrew de Laix Date: Fri, 21 Jan 2011 22:25:37 +0000 Subject: fix possible races with configures during TC build. --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index dbbf8268a9..e10049c68c 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,7 @@ syntax: glob *.DS_Store LICENSES indra/.distcc +build-linux-* build-darwin-* build-vc80/ indra/build-vc[0-9]* -- cgit v1.2.3 From 287143080b2df79ef6ce2e09fdf1dfaede479dcf Mon Sep 17 00:00:00 2001 From: Alain Linden Date: Thu, 27 Jan 2011 14:57:20 -0800 Subject: use patched llqtwebkit library on windows. --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index e10049c68c..51b864651b 100644 --- a/.hgignore +++ b/.hgignore @@ -14,6 +14,7 @@ indra/.distcc build-linux-* build-darwin-* build-vc80/ +build-vc100/ indra/build-vc[0-9]* indra/CMakeFiles indra/lib/mono/1.0/*.dll -- cgit v1.2.3