]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add the necessary directories to INCLUDES.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 18:55:44 +0000 (18:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:14 +0000 (12:12 +0200)
gettext-tools/libgrep/ChangeLog
gettext-tools/libgrep/Makefile.msvc

index a6d66cf2caa364e87e84e47a80bb55033add5b9c..ae537080ef8ba101872c33cd9c29463e8aebd9e6 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.msvc (INCLUDES): Add -I., needed for <regex.h>, and
+       -I..\intl, needed for <libintl.h>.
+
 2005-02-12  Bruno Haible  <bruno@clisp.org>
 
        * libgrep.h: Add extern "C" for C++.
index d7790bb01525de962cd842a712be22b276b14d53..2398ef9d405ee193886b3920ad7244d53f3fd044 100644 (file)
@@ -49,7 +49,7 @@ OPTIMFLAGS = -D_NDEBUG -O1
 
 CFLAGS = $(MFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS) -DHAVE_CONFIG_H
 
-INCLUDES = -I.. -I..\lib -I..\windows
+INCLUDES = -I. -I.. -I..\lib -I..\intl -I..\windows
 
 AR = lib
 AR_FLAGS = /out: