From fb2b2359be798213a7a1a6d58b3627e63f8315d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2009 13:44:03 +0200 Subject: Add the new file to dist build system makefiles The file was added in the previous commit. --- dist/libxsde/xsde/makefile | 2 +- dist/libxsde/xsde/nmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/libxsde/xsde/makefile b/dist/libxsde/xsde/makefile index 9120561..b852189 100644 --- a/dist/libxsde/xsde/makefile +++ b/dist/libxsde/xsde/makefile @@ -9,7 +9,7 @@ EXTRA_CPPFLAGS := -I.. src := c/expat/xmlparse.c c/expat/xmlrole.c c/expat/xmltok.c src += c/genx/genx.c c/genx/char-props.c -src += cxx/string.cxx cxx/ro-string.cxx +src += cxx/string.cxx cxx/ro-string.cxx cxx/stack.cxx ifeq ($(XSDE_STL),n) src += cxx/strdupx.cxx diff --git a/dist/libxsde/xsde/nmakefile b/dist/libxsde/xsde/nmakefile index 2e7e11a..506b874 100644 --- a/dist/libxsde/xsde/nmakefile +++ b/dist/libxsde/xsde/nmakefile @@ -11,7 +11,7 @@ EXTRA_CPPFLAGS = /I.. src = c\expat\xmlparse.c c\expat\xmlrole.c c\expat\xmltok.c src = $(src) c\genx\genx.c c\genx\char-props.c -src = $(src) cxx\string.cxx cxx\ro-string.cxx +src = $(src) cxx\string.cxx cxx\ro-string.cxx cxx\stack.cxx !if "$(XSDE_STL)" == "n" src = $(src) cxx\strdupx.cxx -- cgit v1.1