makefile.mk (cdf0e10c) makefile.mk (549fe914)
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#

--- 35 unchanged lines hidden (view full) ---

44 $(SRS)$/framework.srs
45
46# --- Files -------------------------------------
47
48LIB1TARGET=$(SLB)$/$(TARGET).lib
49LIB1FILES=\
50 $(SLB)$/viewer.lib \
51 $(SLB)$/framework.lib
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#

--- 35 unchanged lines hidden (view full) ---

44 $(SRS)$/framework.srs
45
46# --- Files -------------------------------------
47
48LIB1TARGET=$(SLB)$/$(TARGET).lib
49LIB1FILES=\
50 $(SLB)$/viewer.lib \
51 $(SLB)$/framework.lib
52
52
53# ==========================================================================
54
55SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
56SHL1IMPLIB=i$(TARGET)
57SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB) $(VOSLIB)
58SHL1DEF=$(MISC)$/$(SHL1TARGET).def
59SHL1LIBS=$(SLB)$/$(TARGET).lib
60

--- 27 unchanged lines hidden ---
53# ==========================================================================
54
55SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
56SHL1IMPLIB=i$(TARGET)
57SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB) $(VOSLIB)
58SHL1DEF=$(MISC)$/$(SHL1TARGET).def
59SHL1LIBS=$(SLB)$/$(TARGET).lib
60

--- 27 unchanged lines hidden ---