# This is an OS specific configuration file # It assumes that OBJDIR, TARGET and DEBUG are previously defined. # It defines CFLAGS, LDARGS, CPPFLAGS, STARTUPFILE, LDOBJS # It augments SRC, OBJDIR, TARGET, CFLAGS, LDLIBS # # Memory model to compile for # set to s - small, m - medium, c - compact, l - large # Need large model now, dmake has grown up :-) MODEL = l STARTUPFILE = startup/startup.mk CPPFLAGS = $(CFLAGS) # Debug flags DB_CFLAGS = -DDBUG DB_LDFLAGS = DB_LDLIBS = # NO Debug flags NDB_CFLAGS = NDB_LDFLAGS = NDB_LDLIBS = # Local configuration modifications for CFLAGS. CFLAGS += -I$(OS) # Common Win32 source files. OS_SRC += dchdir.c # Imported Win95 files. WIN95SRC += switchar.c # Imported MSDOS Files. DOSSRC += dstrlwr.c arlib.c dirbrk.c SRC += $(OS_SRC) $(UNIXSRC) $(DOSSRC) # Provide our own %$O : %$S rule. %$O : %$S +$(AS) $(ASFLAGS) \ $(<:s,\,${__.DIVSEP-sh-${USESHELL}},:s,/,${__.DIVSEP-sh-${USESHELL}},); mv $(@:f) $(OBJDIR) # Set source dirs so that we can find files named in this # config file. .SOURCE.h : $(OS) # See if we modify anything in the lower levels. .IF $(OSRELEASE) != $(NULL) .INCLUDE : $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)config.mk .END .SETDIR=msdos : $(DOSSRC) .SETDIR=win95 : $(WIN95SRC) .SETDIR=$(OS) : $(ASRC) $(OS_SRC) ='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/source/misc/SvXMLAutoCorrectImport.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-20 00:51:56 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-20 01:07:18 +0100
commit90990aae9e0424d1d0a9e708e1adffbfe7fecfc0 (patch)
tree0ba3f891a44641f453c7638488ac53b932b478a3 /editeng/source/misc/SvXMLAutoCorrectImport.hxx
parent8bc30d66af5b920d6be2be09d2bf350c8b6aff96 (diff)
Revert "WASM: headless conversion without QT5 and with unique html" feature/wasm
Breaks due to double use of LD_FLAGS (and duplicated embind symbols). Lets back this out for the moment, needs some gbuild debonging. This reverts commit a09b1b9e68c2285289fbf36c7f5fb6a1677e8c39. Change-Id: Idb1348a0b4a55894bb12a2c101d9460bb5e40222