gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, cmake, updated. b02fb9b76e40a94cdaad17b7


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. b02fb9b76e40a94cdaad17b7d1a720a71f8f8eb0
Date: Sat, 09 Mar 2013 19:33:45 +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  b02fb9b76e40a94cdaad17b7d1a720a71f8f8eb0 (commit)
      from  e83d848b576ba38ca98fcb97f72d5c1891982615 (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=b02fb9b76e40a94cdaad17b7d1a720a71f8f8eb0

commit b02fb9b76e40a94cdaad17b7d1a720a71f8f8eb0
Author: Juergen Kahrs <address@hidden>
Date:   Sat Mar 9 20:33:00 2013 +0100

    Added TODO for pc/config.h.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba604c7..cd13ef6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,13 @@ if(WIN32 OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
   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)
+  # TODO: Eli Zaretskii remined me that the generated
+  # settings in config.h should be the same as those in
+  # pc/config.h. With these settings and DYNAMIC=1
+  # it looks like functions in dynamic libs (extensions) can
+  # be invoked on Windows.
+  set (GAWK_SOURCES ${GAWK_SOURCES} regex.c pc/getid.c pc/gawkmisc.pc 
pc/popen.c)
+  include_directories(${CMAKE_SOURCE_DIR}/pc)
 endif()
 
 set (GAWK_SOURCES ${GAWK_SOURCES}

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]