makefile.mk (5f946091) makefile.mk (41deec9f)
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

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

246 $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)/docs/common/ref/idl.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)/idl.css
247
248
249.IF "$(SOLAR_JAVA)" != ""
250$(MYZIPTARGET) : $(BIN)/unowinreg.dll $(DESTCLASSESLIST)
251 cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ../../../bin/$(MYZIPTARGET:b) $(MYZIPLIST)
252.ENDIF
253
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

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

246 $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $(PRJ)/docs/common/ref/idl.css $(MY_TEXTCOPY_TARGETPRE) $(@:d:d)/idl.css
247
248
249.IF "$(SOLAR_JAVA)" != ""
250$(MYZIPTARGET) : $(BIN)/unowinreg.dll $(DESTCLASSESLIST)
251 cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ../../../bin/$(MYZIPTARGET:b) $(MYZIPLIST)
252.ENDIF
253
254# vim: set noet ts=4 sw=4:
254# vim: set noet sw=4 ts=4: