makefile.mk (79e0a548) | makefile.mk (fb9073b6) |
---|---|
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 --- 81 unchanged lines hidden (view full) --- 90 $(SLO)$/PresenterToolBar.obj \ 91 $(SLO)$/PresenterUIPainter.obj \ 92 $(SLO)$/PresenterViewFactory.obj \ 93 $(SLO)$/PresenterWindowManager.obj \ 94 95 96# --- Library ----------------------------------- 97 | 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 --- 81 unchanged lines hidden (view full) --- 90 $(SLO)$/PresenterToolBar.obj \ 91 $(SLO)$/PresenterUIPainter.obj \ 92 $(SLO)$/PresenterViewFactory.obj \ 93 $(SLO)$/PresenterWindowManager.obj \ 94 95 96# --- Library ----------------------------------- 97 |
98.IF "$(GUI)"=="OS2" 99SHL1TARGET=PreScr 100.ELSE |
|
98SHL1TARGET=$(TARGET).uno | 101SHL1TARGET=$(TARGET).uno |
102.ENDIF |
|
99 100SHL1STDLIBS= \ 101 $(CPPUHELPERLIB) \ 102 $(CPPULIB) \ 103 $(SALLIB) 104 105SHL1DEPN= 106SHL1IMPLIB= i$(SHL1TARGET) --- 57 unchanged lines hidden --- | 103 104SHL1STDLIBS= \ 105 $(CPPUHELPERLIB) \ 106 $(CPPULIB) \ 107 $(SALLIB) 108 109SHL1DEPN= 110SHL1IMPLIB= i$(SHL1TARGET) --- 57 unchanged lines hidden --- |