makefile.mk (7871dc3e) makefile.mk (73c96003)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=desktop
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=desktop
27.IF "$(OS)" == "OS2"
28TARGET = migroo2
29.ELSE
27TARGET = migrationoo2.uno
30TARGET = migrationoo2.uno
31.ENDIF
28ENABLE_EXCEPTIONS=TRUE
29COMP1TYPELIST = migrationoo2
30LIBTARGET=NO
31
32# --- Settings -----------------------------------------------------
33.INCLUDE : ..$/..$/deployment/inc/dp_misc.mk
34.INCLUDE : settings.mk
35DLLPRE =

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

72SHL1DEPN=
73SHL1IMPLIB=imigrationoo2
74#SHL1LIBS=$(SLB)$/$(TARGET).lib
75SHL1DEF=$(MISC)$/$(SHL1TARGET).def
76
77DEF1NAME=$(SHL1TARGET)
78
79COMP2TYPELIST = migrationoo3
32ENABLE_EXCEPTIONS=TRUE
33COMP1TYPELIST = migrationoo2
34LIBTARGET=NO
35
36# --- Settings -----------------------------------------------------
37.INCLUDE : ..$/..$/deployment/inc/dp_misc.mk
38.INCLUDE : settings.mk
39DLLPRE =

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

76SHL1DEPN=
77SHL1IMPLIB=imigrationoo2
78#SHL1LIBS=$(SLB)$/$(TARGET).lib
79SHL1DEF=$(MISC)$/$(SHL1TARGET).def
80
81DEF1NAME=$(SHL1TARGET)
82
83COMP2TYPELIST = migrationoo3
84.IF "$(OS)" == "OS2"
85SHL2TARGET=migroo3
86.ELSE
80SHL2TARGET=migrationoo3.uno
87SHL2TARGET=migrationoo3.uno
88.ENDIF
81SHL2VERSIONMAP = $(SOLARENV)/src/component.map
82
83SHL2OBJS= \
84 $(SLO)$/cexportsoo3.obj \
85 $(SLO)$/oo3extensionmigration.obj
86
87SHL2STDLIBS= \
88 $(DEPLOYMENTMISCLIB) \

--- 36 unchanged lines hidden ---
89SHL2VERSIONMAP = $(SOLARENV)/src/component.map
90
91SHL2OBJS= \
92 $(SLO)$/cexportsoo3.obj \
93 $(SLO)$/oo3extensionmigration.obj
94
95SHL2STDLIBS= \
96 $(DEPLOYMENTMISCLIB) \

--- 36 unchanged lines hidden ---