unxfbsdx.mk (cdf0e10c) | unxfbsdx.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# --- 31 unchanged lines hidden (view full) --- 40# Compiler flags for enabling optimizations 41.IF "$(PRODUCT)"!="" 42CFLAGSOPT=-O2 -fno-strict-aliasing # optimizing for products 43.ELSE # "$(PRODUCT)"!="" 44CFLAGSOPT= # no optimizing for non products 45.ENDIF # "$(PRODUCT)"!="" 46 47# platform specific identifier for shared libs | 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# --- 31 unchanged lines hidden (view full) --- 40# Compiler flags for enabling optimizations 41.IF "$(PRODUCT)"!="" 42CFLAGSOPT=-O2 -fno-strict-aliasing # optimizing for products 43.ELSE # "$(PRODUCT)"!="" 44CFLAGSOPT= # no optimizing for non products 45.ENDIF # "$(PRODUCT)"!="" 46 47# platform specific identifier for shared libs |
48DLLPOSTFIX=fx | 48DLLPOSTFIX= |
49BUILD64=1 | 49BUILD64=1 |