makefile.mk (fd6d8138) | makefile.mk (83a37ea0) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81 $(SVLLIB) \ 82 $(SVXLIB) \ 83 $(SVXCORELIB) \ 84 $(SFXLIB) \ 85 $(DEPLOYMENTMISCLIB) \ 86 $(OLE32LIB) 87 88SHL1DEPN = | 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 --- 72 unchanged lines hidden (view full) --- 81 $(SVLLIB) \ 82 $(SVXLIB) \ 83 $(SVXCORELIB) \ 84 $(SFXLIB) \ 85 $(DEPLOYMENTMISCLIB) \ 86 $(OLE32LIB) 87 88SHL1DEPN = |
89SHL1IMPLIB = i$(TARGET) | 89SHL1IMPLIB = i$(SHL1TARGET) |
90SHL1DEF = $(MISC)$/$(SHL1TARGET).def 91 92DEF1NAME = $(SHL1TARGET) 93 94SRS1NAME = $(TARGET) 95SRC1FILES = \ 96 dp_gui_dialog.src \ 97 dp_gui_dialog2.src \ --- 20 unchanged lines hidden --- | 90SHL1DEF = $(MISC)$/$(SHL1TARGET).def 91 92DEF1NAME = $(SHL1TARGET) 93 94SRS1NAME = $(TARGET) 95SRC1FILES = \ 96 dp_gui_dialog.src \ 97 dp_gui_dialog2.src \ --- 20 unchanged lines hidden --- |