unxscoi.mk (cdf0e10c) | unxscoi.mk (a4f23604) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 113 unchanged lines hidden (view full) --- 122MAPSYMFLAGS= 123 124RC=irc 125RCFLAGS=-fo$@ $(RCFILES) 126RCLINK= 127RCLINKFLAGS= 128RCSETVERSION= 129 | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 113 unchanged lines hidden (view full) --- 122MAPSYMFLAGS= 123 124RC=irc 125RCFLAGS=-fo$@ $(RCFILES) 126RCLINK= 127RCLINKFLAGS= 128RCSETVERSION= 129 |
130DLLPOSTFIX=ci | 130DLLPOSTFIX= |
131DLLPRE=lib 132DLLPOST=.so 133 134LDUMP=cppfilt /b /n /o /p 135 | 131DLLPRE=lib 132DLLPOST=.so 133 134LDUMP=cppfilt /b /n /o /p 135 |
136.IF "$(WORK_STAMP)"!="MIX364" 137DLLPOSTFIX=ci 138.ELSE 139DLLPOSTFIX= 140.ENDIF | |