mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
2002-05-24 Lars Gullik Bj�nnes <larsbj@birdstep.com>
* libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a missing \ that made the lib incomplete. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
962a0c5585
commit
724ef59519
@ -1,5 +1,8 @@
|
|||||||
2002-05-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-05-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
|
* libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
|
||||||
|
missing \ that made the lib incomplete.
|
||||||
|
|
||||||
* update and enable use of exceptions again.
|
* update and enable use of exceptions again.
|
||||||
|
|
||||||
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
@ -12,12 +12,10 @@ libboostregex_la_SOURCES = \
|
|||||||
fileiter.cpp \
|
fileiter.cpp \
|
||||||
instances.cpp \
|
instances.cpp \
|
||||||
posix_api.cpp \
|
posix_api.cpp \
|
||||||
primary_transform.hpp
|
primary_transform.hpp \
|
||||||
regex.cpp \
|
regex.cpp \
|
||||||
regex_debug.cpp \
|
regex_debug.cpp \
|
||||||
regex_synch.cpp \
|
regex_synch.cpp \
|
||||||
w32_regex_traits.cpp \
|
w32_regex_traits.cpp \
|
||||||
wide_posix_api.cpp \
|
wide_posix_api.cpp \
|
||||||
winstances.cpp
|
winstances.cpp
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user