[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, cmake, updated. 2b2bcaaa614db05c72ce1c4d
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, cmake, updated. 2b2bcaaa614db05c72ce1c4d213e7a4eaab27937 |
Date: |
Wed, 20 Feb 2013 17:33:49 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, cmake has been updated
via 2b2bcaaa614db05c72ce1c4d213e7a4eaab27937 (commit)
from 030d19b3fa9ce83ebeedf4d9bf27a527977f01d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=2b2bcaaa614db05c72ce1c4d213e7a4eaab27937
commit 2b2bcaaa614db05c72ce1c4d213e7a4eaab27937
Author: Juergen Kahrs <address@hidden>
Date: Wed Feb 20 18:33:33 2013 +0100
CMake and the MinGW cross-compiler can build an NSIS installer file for
Microsoft Windows.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df4f8a2..d4eeed2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,18 +41,14 @@ endif ()
include_directories(${CMAKE_SOURCE_DIR})
if(WIN32 OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
- #DefineConfigHValue(NO_MBSSUPPORT 1)
+ DefineConfigHValue(HAVE_WCTYPE_T 1)
DefineConfigHValue(WEOF EOF)
DefineConfigHValue(HAVE_USLEEP 1)
- #DefineConfigHValue(__STDC__ 1)
- # awk.h changed
- # pc/gawkmisc.pc:605 execvp raus
+ DefineConfigHValue(HAVE_WINT_T 1)
+ DefineConfigHValue(HAVE_ISWUPPER 1)
+ DefineConfigHValue(HAVE_SETENV 1)
+ DefineConfigHValue(STDC_HEADERS 1)
set (GAWK_SOURCES ${GAWK_SOURCES} regex.c pc/getid.c pc/gawkmisc.pc)
- add_definitions(-D HAVE_WINT_T)
- add_definitions(-D HAVE_ISWUPPER)
- add_definitions(-D HAVE_SETENV)
- add_definitions(-D MB_CUR_MAX)
- add_definitions(-D STDC_HEADERS)
endif()
set (GAWK_SOURCES ${GAWK_SOURCES}
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, cmake, updated. 2b2bcaaa614db05c72ce1c4d213e7a4eaab27937,
Juergen Kahrs <=