From 6d07c8e77789d21cb04877360723d5364aee26ef Mon Sep 17 00:00:00 2001 From: sg215889 Date: Tue, 28 Jul 2009 20:19:05 -0700 Subject: Verbose mac osx x64 and ppc --- make/gluegen-cpptasks.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 32cabbc..5b961c9 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -286,6 +286,8 @@ + + -- cgit v1.2.3 From 2eca2e1d82356ef3ddedd0e12cb05861beb1f513 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Tue, 28 Jul 2009 21:42:38 -0700 Subject: Proper gluegen.properties loading --- make/build.xml | 18 ++++-------------- make/gluegen-cpptasks.xml | 8 ++++++-- make/gluegen-properties.xml | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 16 deletions(-) create mode 100755 make/gluegen-properties.xml (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/build.xml b/make/build.xml index 51aaf3d..9d56682 100755 --- a/make/build.xml +++ b/make/build.xml @@ -18,16 +18,7 @@ - - - - - - - - + @@ -55,7 +46,7 @@ - + @@ -141,7 +132,6 @@ the source tree. --> - @@ -187,11 +177,11 @@ - + - + diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 5b961c9..66bc549 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -132,6 +132,10 @@ - <msvc.manifest objdir="${obj}" dllname="gluegen-rt" /> --> + + + + @@ -139,7 +143,7 @@ - + @@ -366,7 +370,7 @@ - + diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml new file mode 100755 index 0000000..084ce7e --- /dev/null +++ b/make/gluegen-properties.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + -- cgit v1.2.3 From 13da2583621ed3c803e8625aa85b474276966ef3 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Tue, 28 Jul 2009 21:44:01 -0700 Subject: Proper gluegen.properties loading (2) --- make/gluegen-cpptasks.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 66bc549..b2cefef 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -11,22 +11,8 @@ - directory (e.g., from which the parent project's build.xml is being - executed) to the top of the checked-out GlueGen workspace. - - - This Ant project file depends on the following properties being set - - externally: - - - - win32.c.compiler (required to be set on Windows): - - one of "vc6", "vc7", "vc8", or "mingw". - - c.compiler.debug: - - set to "true" if debug version of the compiled - - C code is desired. - - macosppc: - - set to "true" if ppc universal / fat binaries are desired - - on Mac OS X. Requires support for cross-compilation from the - - underlying C compiler. Note: Unsupported on Snow Leopard! - - macosx64: - - set to "true" if 64-bit universal / fat binaries are desired - - on Mac OS X. Requires support for cross-compilation from the - - underlying C compiler. + - This Ant project file depends on properties being set + - via gluegen.properties, see: gluegen-properties.xml ! - - The gluegen.cpptasks.detect.os target sets the following - properties appropriately. They are only set to "true" if the OS/CPU -- cgit v1.2.3 From 556b3ef655af70239793975f61b7ec6c0a4abbe7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 31 Jul 2009 13:11:58 -0700 Subject: MingW: Refince CC flags --- make/gluegen-cpptasks.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index b2cefef..d3f24b6 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -509,6 +509,9 @@ + + + -- cgit v1.2.3