--- misc/build/libxslt-1.1.26/win32/Makefile.msvc.old 2010-10-20 01:02:55.359375000 +0200 +++ misc/build/libxslt-1.1.26/win32/Makefile.msvc 2010-10-20 01:03:05.187500000 +0200 @@ -71,8 +71,12 @@ LDFLAGS = $(LDFLAGS) /DEBUG !else CFLAGS = $(CFLAGS) /D "NDEBUG" /O2 +!if "$(_NMAKE_VER)" >= "10.00.30319.01" +LDFLAGS = $(LDFLAGS) +!else LDFLAGS = $(LDFLAGS) /OPT:NOWIN98 !endif +!endif # Libxslt object files. XSLT_OBJS = $(XSLT_INTDIR)\attributes.obj\ class='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-14Don't build skeletonmaker for iOSTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-03Remove OS/2 supportFrancois Tigeot
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold