File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ 2003-05-12 Bruno Haible <bruno@clisp.org>
2+
3+ * lib/Makefile.msvc (PICFLAGS, CFLAGS): Move BUILDING_* macros from
4+ CFLAGS to PICFLAGS.
5+
162003-05-09 Bruno Haible <bruno@clisp.org>
27
38 * srclib/error.c: Update from gnulib with modifications.
Original file line number Diff line number Diff line change @@ -58,7 +58,9 @@ PICFLAGS =
5858!else
5959# "-GD" (msvc5) optimizes for DLL.
6060# mscv4 doesn't know about this flag and ignores it.
61- PICFLAGS = -GD
61+ # -DBUILDING_LIBICONV: Change expansion of LIBICONV_DLL_EXPORTED macro.
62+ # -DBUILDING_DLL: Change expansion of RELOCATABLE_DLL_EXPORTED macro.
63+ PICFLAGS = -GD -DBUILDING_LIBICONV -DBUILDING_DLL
6264!endif
6365
6466!if $(DEBUG)
@@ -68,9 +70,7 @@ OPTIMFLAGS = -Od -Z7
6870OPTIMFLAGS = -D_NDEBUG -O1
6971!endif
7072
71- # -DBUILDING_LIBICONV: Change expansion of LIBICONV_DLL_EXPORTED macro.
72- # -DBUILDING_DLL: Change expansion of RELOCATABLE_DLL_EXPORTED macro.
73- CFLAGS = $(MFLAGS ) $(WARN_CFLAGS ) $(OPTIMFLAGS ) -DHAVE_CONFIG_H -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(IIbindir ) \" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate
73+ CFLAGS = $(MFLAGS ) $(WARN_CFLAGS ) $(OPTIMFLAGS ) -DHAVE_CONFIG_H -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(IIbindir ) \" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate
7474
7575INCLUDES = -I. -I..\include
7676
You can’t perform that action at this time.
0 commit comments