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 --- 41 unchanged lines hidden (view full) --- 50 $(SLO)$/dp_gui_thread.obj \ 51 $(SLO)$/dp_gui_updatedialog.obj \ 52 $(SLO)$/dp_gui_updateinstalldialog.obj \ 53 $(SLO)$/dp_gui_autoscrolledit.obj \ 54 $(SLO)$/dp_gui_system.obj \ 55 $(SLO)$/dp_gui_extensioncmdqueue.obj \ 56 $(SLO)$/descedit.obj 57 | 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 --- 41 unchanged lines hidden (view full) --- 50 $(SLO)$/dp_gui_thread.obj \ 51 $(SLO)$/dp_gui_updatedialog.obj \ 52 $(SLO)$/dp_gui_updateinstalldialog.obj \ 53 $(SLO)$/dp_gui_autoscrolledit.obj \ 54 $(SLO)$/dp_gui_system.obj \ 55 $(SLO)$/dp_gui_extensioncmdqueue.obj \ 56 $(SLO)$/descedit.obj 57 |
58.IF "$(GUI)"=="OS2" 59SHL1TARGET = $(TARGET)$(DLLPOSTFIX) 60.ELSE |
|
58SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno | 61SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno |
62.ENDIF |
|
59SHL1VERSIONMAP = $(SOLARENV)/src/component.map 60 61SHL1STDLIBS = \ 62 $(SALLIB) \ 63 $(SALHELPERLIB) \ 64 $(CPPULIB) \ 65 $(CPPUHELPERLIB) \ 66 $(UCBHELPERLIB) \ --- 47 unchanged lines hidden --- | 63SHL1VERSIONMAP = $(SOLARENV)/src/component.map 64 65SHL1STDLIBS = \ 66 $(SALLIB) \ 67 $(SALHELPERLIB) \ 68 $(CPPULIB) \ 69 $(CPPUHELPERLIB) \ 70 $(UCBHELPERLIB) \ --- 47 unchanged lines hidden --- |