Skip to content

Commit

Permalink
fix po files and configure.ac to turn off debug builds, update *.rc a…
Browse files Browse the repository at this point in the history
…nd autorevision.conf
  • Loading branch information
buginator committed Oct 30, 2010
1 parent d41a607 commit d29eadc
Show file tree
Hide file tree
Showing 30 changed files with 10,076 additions and 9,917 deletions.
2 changes: 1 addition & 1 deletion autorevision.conf
@@ -1 +1 @@
wc_uri=trunk
wc_uri=master_20101030
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.56])
AC_INIT([Warzone 2100],[TRUNK],[http://wz2100.net/],[warzone2100])
AC_INIT([Warzone 2100],[master_20101030],[http://wz2100.net/],[warzone2100])

AM_INIT_AUTOMAKE([1.10 tar-ustar])

Expand Down Expand Up @@ -207,7 +207,7 @@ AS_IF([test "x$enable_sound" != "xyes"],[
# Add later for stricter checking: -Wextra -Wmissing-declarations -Wstrict-prototypes
AC_ARG_ENABLE([debug],
AS_HELP_STRING([--enable-debug[=yes/relaxed/profile/debugprofile/optimised/no]],[Compile debug version [[yes]]]),
[ enable_debug=${enableval} ], [ enable_debug=yes ])
[ enable_debug=${enableval} ], [ enable_debug=no ])
AC_MSG_CHECKING([whether to compile in debug mode])
AC_MSG_RESULT([${enable_debug}])

Expand Down

0 comments on commit d29eadc

Please sign in to comment.