--- misc/build/xmlsec1-1.2.14/win32/Makefile.msvc.old 2010-10-20 00:49:04.671875000 +0200 +++ misc/build/xmlsec1-1.2.14/win32/Makefile.msvc 2010-10-20 00:49:23.406250000 +0200 @@ -351,7 +351,11 @@ !if "$(DEBUG)" == "1" LDFLAGS = $(LDFLAGS) /DEBUG !else -LDFLAGS = $(LDFLAGS) /OPT:NOWIN98 +!if "$(_NMAKE_VER)" >= "10.00.30319.01" +LDFLAGS = $(LDFLAGS) +!else +LDFLAGS = $(LDFLAGS) /OPT:NOWIN98 +!endif !endif SOLIBS = $(LIBS) libxml2.lib go'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/librsvg
AgeCommit message (Expand)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-24help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier
2012-03-23.lst files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-20Make librsvg link with internal libxmlFridrich Štrba