makefile.mk (d2a43be3) | makefile.mk (a7e9c4d8) |
---|---|
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# --- 32 unchanged lines hidden (view full) --- 41 42# --- Settings ----------------------------------------------------- 43 44.INCLUDE : settings.mk 45 46# ------------------------------------------------------------------ 47 48SLOFILES= $(SLO)$/Os2Clipboard.obj \ | 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# --- 32 unchanged lines hidden (view full) --- 41 42# --- Settings ----------------------------------------------------- 43 44.INCLUDE : settings.mk 45 46# ------------------------------------------------------------------ 47 48SLOFILES= $(SLO)$/Os2Clipboard.obj \ |
49 $(SLO)$/Os2Bitmap.obj \ |
|
49 $(SLO)$/Os2Service.obj \ 50 $(SLO)$/Os2Transferable.obj 51 52# --- Targets ------------------------------------------------------ 53 54.INCLUDE : target.mk | 50 $(SLO)$/Os2Service.obj \ 51 $(SLO)$/Os2Transferable.obj 52 53# --- Targets ------------------------------------------------------ 54 55.INCLUDE : target.mk |