makefile.mk (a9f7a386) | makefile.mk (9cb05e42) |
---|---|
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 --- 92 unchanged lines hidden (view full) --- 101 $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder.class \ 102 $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKey.class \ 103 $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKeyException.class 104# $(DESTDIRJAR)/com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class \ 105# $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class \ 106 107SETTINGSLIST= \ 108 $(DESTDIRSETTINGS)/settings.mk \ | 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 --- 92 unchanged lines hidden (view full) --- 101 $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder.class \ 102 $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKey.class \ 103 $(DESTDIRJAR)/com/sun/star/lib/loader/WinRegKeyException.class 104# $(DESTDIRJAR)/com/sun/star/lib/loader/Loader$$CustomURLClassLoader.class \ 105# $(DESTDIRJAR)/com/sun/star/lib/loader/InstallationFinder$$StreamGobbler.class \ 106 107SETTINGSLIST= \ 108 $(DESTDIRSETTINGS)/settings.mk \ |
109 $(DESTDIRSETTINGS)/platform.mk \ |
|
109 $(DESTDIRSETTINGS)/std.mk \ 110 $(DESTDIRSETTINGS)/stdtarget.mk \ 111 $(DESTDIRSETTINGS)/dk.mk 112 113 114.IF "$(GUI)"=="WNT" 115SETTINGSLIST+=$(DESTDIRSETTINGS)/component.uno.def 116.ENDIF --- 144 unchanged lines hidden --- | 110 $(DESTDIRSETTINGS)/std.mk \ 111 $(DESTDIRSETTINGS)/stdtarget.mk \ 112 $(DESTDIRSETTINGS)/dk.mk 113 114 115.IF "$(GUI)"=="WNT" 116SETTINGSLIST+=$(DESTDIRSETTINGS)/component.uno.def 117.ENDIF --- 144 unchanged lines hidden --- |