[Libreoffice-commits] .: solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Mon Apr 18 03:21:16 PDT 2011


 solenv/inc/os2.mk     |  333 --------------------------------------------------
 solenv/inc/os2gcci.mk |  285 ------------------------------------------
 2 files changed, 618 deletions(-)

New commits:
commit ae983901c8ec1db503597005f04daf89439ad49d
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Apr 18 13:18:36 2011 +0300

    Remove two OS/2 files

diff --git a/solenv/inc/os2.mk b/solenv/inc/os2.mk
deleted file mode 100644
index 981479f..0000000
--- a/solenv/inc/os2.mk
+++ /dev/null
@@ -1,333 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org.  If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-# --- OS2-Environment ----------------------------------------------
-
-.IF "$(GUI)" == "OS2"
-
-# YD defined in os2env.cmd
-#.IF "$(NOSOLAR_JAVA)"==""
-#SOLAR_JAVA=TRUE
-#.ENDIF
-
-.IF "$(SOLAR_JAVA)"!=""
-JAVADEF=-DSOLAR_JAVA
-.ENDIF
-JAVAFLAGSDEBUG=-g
-
-# --- Borland ---
-.IF "$(COM)" == "BLC"
-
-JAVADEF=-DSOLAR_JAVA
-
-ASM=tasm
-AFLAGS=
-
-CXX=bcc
-CC=bcc
-CFLAGS=-c -3 -a1 -X -d -wbbf -weas -wucp -w-hid -w-par -I. $(MINUS_I)$(INCLUDE)
-CFLAGSCXX=-Pcxx -RT- -x- -V
-CFLAGSOBJGUIST=
-CFLAGSOBJCUIST=
-CFLAGSOBJGUIMT=-sm
-CFLAGSOBJCUIMT=-sm
-CFLAGSSLOGUIMT=-sm -sd
-CFLAGSSLOCUIMT=-sm -sd
-CFLAGSPROF=
-CFLAGSDEBUG=-v
-CFLAGSDBGUTIL=
-CFLAGSOPT=-Os -Ob -k-
-CFLAGSNOOPT=-Od
-CFLAGSOUTOBJ=-o
-
-LINK=tlink
-LINKFLAGS=/m /L$(LIB)
-#LINKFLAGSAPPGUI=/Toe /B:0x10000 /aa
-#Base wg. lxopt raus
-LINKFLAGSAPPGUI=/Toe /aa
-LINKFLAGSSHLGUI=/Tod
-LINKFLAGSAPPCUI=/Toe /B:0x10000 /ap
-LINKFLAGSSHLCUI=/Tod
-LINKFLAGSTACK=/S:
-LINKFLAGSPROF=
-LINKFLAGSDEBUG=/v
-.IF "$(SOLAR_JAVA)"==""
-LINKFLAGSOPT=/Oc
-.ENDIF
-
-STDOBJVCL=$(L)/salmain.obj
-STDOBJGUI=c02.obj
-STDSLOGUI=c02d.obj
-STDOBJCUI=c02.obj
-STDSLOCUI=c02d.obj
-STDLIBGUIST=c2.lib os2.lib
-STDLIBCUIST=c2.lib os2.lib
-STDLIBGUIMT=c2mt.lib os2.lib
-STDLIBCUIMT=c2mt.lib os2.lib
-STDSHLGUIMT=c2mt.lib os2.lib
-STDSHLCUIMT=c2mt.lib os2.lib
-
-LIBMGR=tlib
-LIBFLAGS=/C /P128
-
-IMPLIB=implib
-IMPLIBFLAGS=/c
-
-MAPSYM=
-MAPSYMFLAGS=
-
-RC=rc
-RCFLAGS=-r $(RCFILES) $@
-RCLINK=rc
-RCLINKFLAGS=
-RCSETVERSION=
-
-DLLPOSTFIX=bo
-
-.ENDIF
-
-# --- IBM ---
-.IF "$(COM)" == "ICC"
-
-ASM=tasm
-AFLAGS=/ml /oi
-
-CXX=icc
-CC=icc
-.IF "$(COMEX)"=="3"
-CFLAGS=/C+ /Q+ /Gf+ /Sp1 /G4 /Se /Gs+ /Gt+ /Gd+ /J- /W2 /D__EXTENDED__ /Si+ /Xi+ $(MINUS_I)$(INCLUDE)  /Wvft-
-.ELSE
-.IF "$(COMEX)"=="I"
-CFLAGS=/C+ /Tl10 /Q+ /Gf+ /Sp4 /G4 /Sc /Gs- /D__EXTENDED__ /Si+ /Su4
-.ELSE
-CFLAGS=/C+ /Tl10 /Q+ /Gf+ /Sp1 /G4 /Sc /Gs+ /D__EXTENDED__ /Si+
-.ENDIF
-.ENDIF
-
-CFLAGSCXX=/Tdp 
-
-CFLAGSEXCEPTIONS=-Gx-
-CFLAGS_NO_EXCEPTIONS=-Gx+
-
-CFLAGSOBJGUIST=/Ge+
-CFLAGSOBJCUIST=/Ge+
-.IF "$(COMEX)"=="I"
-CFLAGSOBJGUIMT=/Ge+ /Gm+ 
-CFLAGSOBJCUIMT=/Ge+ /Gm+
-CFLAGSSLOGUIMT=/Ge- /Gm+
-CFLAGSSLOCUIMT=/Ge- /Gm+
-.ELSE
-CFLAGSOBJGUIMT=/Ge+ /Gm+
-CFLAGSOBJCUIMT=/Ge+ /Gm+
-CFLAGSSLOGUIMT=/Ge- /Gm+
-CFLAGSSLOCUIMT=/Ge- /Gm+
-.ENDIF
-CFLAGSPROF=/Gh+
-CFLAGSDEBUG=/Ti+
-CFLAGSDBGUTIL=
-CFLAGSOPT=/O+ /Oi+ /Oc+
-CFLAGSNOOPT=/O-
-CFLAGSOUTOBJ=/Fo
-
-CDEFS+=-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
-
-LINK=ilink
-#LINKFLAGS=/PACKCODE:8192 /ALIGN:16 /NOD /NOE /NOI /MAP /NOFREE
-
-#bei too many segments ist /SEGMENTS:nnnn hilfreich. 3072 ist max!
-.IF "$(CPPRTST)"!=""
-LINKFLAGS=/NOFREE /NOD /NOE /NOI /MAP /OPTFUNC /PACKD:65536 /EXEPACK:2
-.ELSE
-LINKFLAGS=/NOFREE /NOD /NOE /NOI /MAP /OPTFUNC /PACKD:65536
-.ENDIF
-LINKFLAGSAPPGUI=/PM:PM /NOBASE
-LINKFLAGSSHLGUI=
-LINKFLAGSAPPCUI=/PM:VIO /NOBASE
-LINKFLAGSSHLCUI=
-LINKFLAGSTACK=/STACK:
-LINKFLAGSPROF=
-LINKFLAGSDEBUG=/COD
-#LINKFLAGSOPT=/EXEPACK:2 /OPTFUNC
-LINKFLAGSOPT=
-#.IF "$(product)"!="full" && "$(product)"!="demo" && "$(product)"!="compact"
-#LINKFLAGS=$(LINKFLAGS) /COD
-#.ELSE
-#LINKFLAGS=$(LINKFLAGS)
-#.ENDIF
-
-.IF "$(product)"=="full" || "$(product)"=="demo" || "$(product)"=="compact"
-#	LINKFLAGS=$(LINKFLAGS)
-.ELSE
-LINKFLAGS+=/COD
-.ENDIF
-
-STDOBJVCL=$(L)/salmain.obj
-STDOBJGUI=
-STDSLOGUI=
-STDOBJCUI=
-STDSLOCUI=
-.IF "$(COMEX)"=="3"
-.IF "$(CPPRTST)"!=""
-STDLIBGUIST=cppom30o.lib cpprtst.lib os2386.lib
-STDLIBCUIST=cppom30o.lib cpprtst.lib os2386.lib
-STDLIBGUIMT=cppom30o.lib cpprtst.lib os2386.lib
-STDLIBCUIMT=cppom30o.lib cpprtst.lib os2386.lib
-STDSHLGUIMT=cppom30o.lib cpprtst.lib os2386.lib
-STDSHLCUIMT=cppom30o.lib cpprtst.lib os2386.lib
-.ELSE
-STDLIBGUIST=cppom30o.lib cppom30i.lib os2386.lib
-STDLIBCUIST=cppom30o.lib cppom30i.lib os2386.lib
-STDLIBGUIMT=cppom30o.lib cppom30i.lib os2386.lib
-STDLIBCUIMT=cppom30o.lib cppom30i.lib os2386.lib
-STDSHLGUIMT=cppom30o.lib cppom30i.lib os2386.lib
-STDSHLCUIMT=cppom30o.lib cppom30i.lib os2386.lib
-.ENDIF
-.ELSE
-STDLIBGUIST=dde4sbs.lib os2386.lib
-STDLIBCUIST=dde4sbs.lib os2386.lib
-STDLIBGUIMT=dde4mbs.lib os2386.lib
-STDLIBCUIMT=dde4mbs.lib os2386.lib
-STDSHLGUIMT=dde4mbs.lib os2386.lib
-STDSHLCUIMT=dde4mbs.lib os2386.lib
-.ENDIF
-
-.IF "$(COMEX)"=="3"
-LIBMGR=ilib
-.ELSE
-LIBMGR=lib
-.ENDIF
-LIBFLAGS=/NOI
-
-IMPLIB=implib
-IMPLIBFLAGS=/noi
-
-MAPSYM=
-MAPSYMFLAGS=
-
-RC=rc
-RCFLAGS=-r $(RCFILES) $@
-RCLINK=rc
-RCLINKFLAGS=
-RCSETVERSION=
-
-DLLPOSTFIX=co
-
-.ENDIF
-
-# --- GNU ---
-.IF "$(COM)" == "GCC"
-
-.INCLUDE : os2gcci.mk
-
-.ENDIF
-
-# --- Watcom ---
-.IF "$(COM)" == "WTC"
-
-ASM=wasm
-AFLAGS=/ml /4pr
-
-CC=wcl386
-CXX=wcl386
-.IF "$(e2p)" != ""
-CFLAGS=-c -W3 -Zp4 -Zld $(MINUS_I)$(INCLUDE) -bt=os2 -zq  -zm -ep -ee
-.ELSE
-CFLAGS=-c -Zp4 -W3 -Zl -Zld $(MINUS_I)$(INCLUDE) -bt=os2 -zq -s
-.ENDIF
-CFLAGSCXX=-cc++ -xst
-CFLAGSOBJGUIST=          #-Alfd -GA -GEfs
-CFLAGSOBJCUIST=
-CFLAGSOBJGUIMT=-bm          #-Alfw -GA -GEd
-CFLAGSOBJCUIMT=-bm
-CFLAGSSLOGUIMT=-bm -bd              #-Alfw -GD -GEfd
-CFLAGSSLOCUIMT=-bm -bd
-CFLAGSPROF=
-CFLAGSDEBUG=/d2
-CFLAGSDBGUTIL=
-.IF "$(e2p)" != ""
-CFLAGSOPT=-otexan -3s
-CFLAGSNOOPT=-od -3s
-.ELSE
-CFLAGSOPT=-otexan -4s
-CFLAGSNOOPT=-od -4s
-.ENDIF
-CFLAGSOUTOBJ=-Fo
-
-LINK=wlink
-LINKFLAGS=op symf op caseexact op statics op MANY
-LINKFLAGSAPPGUI=sys os2v2 pm
-LINKFLAGSSHLGUI=sys os2v2 dll INITINSTANCE TERMINSTANCE
-LINKFLAGSAPPCUI=sys os2v2
-LINKFLAGSSHLCUI=sys os2v2 dll
-LINKFLAGSTACK=op stack=
-LINKFLAGSPROF=
-LINKFLAGSDEBUG=debug all op undefsok
-LINKFLAGSOPT=
-
-STDOBJVCL=$(L)/salmain.obj
-STDOBJGUI=libr clib3s.lib libr plib3s.lib libr math387s.lib
-STDSLOGUI=libr clib3s.lib libr os2386.lib libr plib3s.lib libr math387s.lib
-STDOBJCUI=libr clib3s.lib libr plib3s.lib libr math387s.lib
-STDSLOCUI=libr clib3s.lib libr plib3s.lib libr math387s.lib
-STDLIBGUIST=libr os2386.lib libr clib3s.lib libr plib3s.lib
-STDLIBCUIST=libr os2386.lib libr clib3s.lib libr plib3s.lib
-STDLIBGUIMT=libr os2386.lib libr clib3s.lib libr plib3s.lib
-STDLIBCUIMT=libr os2386.lib libr clib3s.lib libr plib3s.lib
-STDSHLGUIMT=libr os2386.lib libr clib3s.lib libr plibmt3s.lib libr math387s.lib libr plib3s.lib libr noemu387.lib
-STDSHLCUIMT=libr os2386.lib libr clib3s.lib libr plibmt3s.lib libr matg387s.lib libr plib3s.lib
-
-LIBMGR=wlib
-LIBFLAGS=/p=128 /c /m
-
-IMPLIB=echo
-IMPLIBFLAGS=
-
-MAPSYM=mapsym
-MAPSYMFLAGS=
-
-RC=rc
-RCFLAGS=-r $(RCFILES) $@
-RCLINK=rc
-RCLINKFLAGS=
-RCSETVERSION=
-
-DLLPOSTFIX=wo
-
-.ENDIF
-
-# --- OS2 Allgemein ---
-HC=toipf
-HCFLAGS=
-PATH_SEPERATOR*=;
-DLLPRE=
-DLLPOST=.dll
-EXECPOST=.exe
-SCPPOST=.ins
-DLLDEST=$(BIN)
-SOLARSHAREDBIN=$(SOLARBINDIR)
-
-.ENDIF
diff --git a/solenv/inc/os2gcci.mk b/solenv/inc/os2gcci.mk
deleted file mode 100644
index 5da038c..0000000
--- a/solenv/inc/os2gcci.mk
+++ /dev/null
@@ -1,285 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org.  If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-# --- OS2-Environment ----------------------------------------------
-
-#change output dir name using the object binary format.
-#.IF "$(aout)"==""
-#OUTFMT=omf
-#.ELSE
-#OUTFMT=aout
-#.ENDIF
-#OUTPATH+=OUTFMT
-#INPATH+=OUTFMT
-#GVERDIR+=OUTFMT
-
-# mk file for os2gcci
-ASM=as
-AFLAGS=
-
-#//YD SOLAR_JAVA=TRUE
-JAVAFLAGSDEBUG=-g
-
-# filter for supressing verbose messages from linker
-#not needed at the moment
-#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter"
-
-.IF "$(ttt)"!=""
-CDEFS+=-E
-.ENDIF
-
-# _PTHREADS is needed for the stl
-CDEFS+=-DX86 -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1
-
-# this is a platform with JAVA support
-.IF "$(SOLAR_JAVA)"!=""
-JAVADEF=-DSOLAR_JAVA
-.IF "$(debug)"==""
-JAVA_RUNTIME=javai.lib
-.ELSE
-JAVA_RUNTIME=javai_g.lib
-.ENDIF
-.ENDIF
-
-# architecture dependent flags for the C and C++ compiler that can be changed by
-# exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build
-ARCH_FLAGS*=
-
-# name of C++ Compiler
-CXX*=g++
-# name of C Compiler
-CC*=gcc
-# flags for C and C++ Compiler
-CFLAGS+=-c
-# flags for the C++ Compiler
-CFLAGSCC= $(ARCH_FLAGS)
-
-.IF "$(aout)"==""
-CFLAGS+=-Zomf
-.ENDIF
-
-# Flags for enabling exception handling
-CFLAGSEXCEPTIONS=-fexceptions
-# Flags for disabling exception handling
-CFLAGS_NO_EXCEPTIONS=-fno-exceptions
-
-CFLAGSCXX= -frtti $(ARCH_FLAGS)
-CFLAGSCXX+= -Wno-ctor-dtor-privacy  -fmessage-length=0
-PICSWITCH:=
-
-# Compiler flags for compiling static object in single threaded environment with graphical user interface
-CFLAGSOBJGUIST=-Zcrtdll
-# Compiler flags for compiling static object in single threaded environment with character user interface
-CFLAGSOBJCUIST=-Zcrtdll
-# Compiler flags for compiling static object in multi threaded environment with graphical user interface
-CFLAGSOBJGUIMT=-Zcrtdll
-# Compiler flags for compiling static object in multi threaded environment with character user interface
-CFLAGSOBJCUIMT=-Zcrtdll
-# Compiler flags for compiling shared object in multi threaded environment with graphical user interface
-CFLAGSSLOGUIMT=$(PICSWITCH) -Zdll -Zcrtdll
-# Compiler flags for compiling shared object in multi threaded environment with character user interface
-CFLAGSSLOCUIMT=$(PICSWITCH) -Zdll -Zcrtdll
-# Compiler flags for profiling
-CFLAGSPROF=
-# Compiler flags for debugging
-CFLAGSDEBUG=-g
-CFLAGSDBGUTIL=
-# Compiler flags for enabling optimazations
-CFLAGSOPT=-s -O1 -march=pentium -mtune=pentium4
-# Compiler flags for disabling optimazations
-CFLAGSNOOPT=-O0
-# Compiler flags for discibing the output path
-CFLAGSOUTOBJ=-o
-
-# Warnings switched off for CXX:
-# - doubunder: we have many identifiers containing double underscores, some of
-#   them in the stable UDK API we cannot change
-# - inllargeuse: "function is too large and will not be expanded inline" is
-#   merely a hint
-# - inllargeint: "function is too large to generate inline, consider writing
-#   it yourself" is merely a hint
-# - notemsource: "could not find source for function" appears to be spurious
-# - reftotemp: warns about calling non-const functions on temporary objects,
-#   something legally done by boost::scoped_array<T>::reset, for example
-#   (this_type(p).swap(*this))
-# - truncwarn: "conversion of 64 bit type value to smaller type causes
-#   truncation" at least with CC 5.8 is reported only at the end of a
-#   compilation unit that uses boost::unordered_map<sal_Int64, sal_Int64> (see
-#   sfx2/source/toolbox/imgmgr.cxx:1.27) and thus unfortunately needs to be
-#   disabled globally
-CFLAGSWARNCC=
-CFLAGSWARNCXX=+w2 -erroff=doubunder,inllargeuse,inllargeint,notemsource,reftotemp,truncwarn
-CFLAGSWARNCXX=
-CFLAGSWALLCC=$(CFLAGSWARNCC)
-CFLAGSWALLCXX=$(CFLAGSWARNCXX)
-CFLAGSWERRCC=-errwarn=%all
-CFLAGSWERRCXX=-xwe
-
-# Once all modules on this platform compile without warnings, set
-# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
-# settings.mk):
-MODULES_WITH_WARNINGS := \
-    b_server \
-    basctl \
-    basebmp \
-    canvas \
-    chart2 \
-    cppcanvas \
-    desktop \
-    devtools \
-    dxcanvas \
-    extensions \
-    filter \
-    glcanvas \
-    lingu \
-    r_tools \
-    sc \
-    sd \
-    slideshow \
-    starmath \
-    svx \
-    sw \
-    writerperfect \
-    xmlsecurity
-
-
-# switches for dynamic and static linking
-STATIC		= 
-DYNAMIC		= 
-
-# this is needed to allow stl headers to include os2.h instead of svpm.h
-# in earlier stages of project build. Once svpm.h is in place, we can
-# compile without this flag.
-.IF "$(STL_OS2_BUILDING)" != ""
-CFLAGS+=-DSTL_OS2_BUILDING
-CFLAGSCXX+=-DSTL_OS2_BUILDING
-.ENDIF
-
-# name of linker
-LINK*=gcc
-# default linker flags
-LINKFLAGS= -Zbin-files -Zmap 
-#27/01/06 bin-files confuses transex/rsc work, removed.
-LINKFLAGS= -Zno-fork -Zhigh-mem -Zmap
-.IF "$(OS2_ARGS_WILD)" != ""
-LINKFLAGS+=-Zargs-wild -Zargs-resp
-.ENDIF
-
-.IF "$(aout)"==""
-#LINKFLAGS+= -Zlinker /NOI -Zlinker /PACKD:65536 -Zlinker /EXEPACK:2
-#LINKFLAGS+= -Zlinker /NOExtdictionary
-LINKFLAGS+= -Zomf
-#LINKFLAGS+= -Zlinker "DISABLE 1121"
-.ENDIF
-
-
-# linker flags for linking applications
-.IF "$(aout)"==""
-#LINKFLAGSAPPGUI= -Zlinker /PM:PM -Zstack 0x2000
-#LINKFLAGSAPPCUI= -Zlinker /PM:VIO
-.ELSE
-LINKFLAGSAPPGUI=
-LINKFLAGSAPPCUI=
-.ENDIF
-
-# linker flags for linking shared libraries
-LINKFLAGSSHLGUI= -Zdll #-Zsym
-LINKFLAGSSHLCUI= -Zdll #-Zsym
-
-.IF "$(aout)"==""
-LINKFLAGSTACK=-Zlinker /STACK:
-LINKFLAGSPROF=
-#LINKFLAGSDEBUG=-Zlinker /DEBUG
-LINKFLAGSDEBUG=-g
-LINKFLAGSOPT=-g
-.ELSE
-LINKFLAGSTACK=-Zstack
-LINKFLAGSPROF=
-LINKFLAGSDEBUG=-g
-LINKFLAGSOPT=-s
-.ENDIF
-
-.IF "$(NO_BSYMBOLIC)"==""
-.IF "$(PRJNAME)" != "envtest"
-LINKFLAGSSHLGUI+=
-LINKFLAGSSHLCUI+=
-.ENDIF
-.ENDIF				# "$(NO_BSYMBOLIC)"==""
-
-LINKVERSIONMAPFLAG=-Wl,--version-script
-
-SONAME_SWITCH=-Wl,-h
-
-# Sequence of libs does matter !
-
-#STDLIBCPP=stdc++ supc++ gcc_eh
-#STDLIBCPP=stdc++ gcc432
-STDLIBCPP=stdc432 gcc432
-
-# default objectfilenames to link
-STDOBJVCL=$(L)/salmain.obj
-STDOBJGUI=
-STDSLOGUI=
-STDOBJCUI=
-STDSLOCUI=
-
-# libraries for linking applications
-STDLIBCUIST=$(STDLIBCPP)
-STDLIBGUIMT=$(STDLIBCPP)
-STDLIBCUIMT=$(STDLIBCPP)
-STDLIBGUIST=$(STDLIBCPP)
-# libraries for linking shared libraries
-STDSHLGUIMT=$(STDLIBCPP)
-STDSHLCUIMT=$(STDLIBCPP)
-
-
-# name of library manager
-LIBMGR=ar
-LIBFLAGS=crv
-
-.IF "$(aout)"==""
-LIBMGR=emxomfar -p2048
-.ENDIF
-
-# tool for generating import libraries
-IMPLIB=emximp
-IMPLIBFLAGS=-o
-
-MAPSYM=mapsym
-MAPSYMFLAGS=
-
-RC=wrc -bt=os2 -i$(PATH_EMXPGCC)\include
-RCFLAGS=-r $(RCFILES) -fo=$@
-RCLINK=wrc -bt=os2
-RCLINKFLAGS=
-RCSETVERSION=
-
-# platform specific identifier for shared libs
-DLLPOSTFIX=go
-DLLPRE=lib
-DLLPOST=.dll
-


More information about the Libreoffice-commits mailing list