makefile.mk (7871dc3e) makefile.mk (ff3f4ebc)
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

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

59
60RDB = $(SOLARBINDIR)$/offapi.rdb
61EXTRA_RDB = $(SOLARBINDIR)$/udkapi.rdb
62
63$(BIN)/cli_oootypes.dll : $(RDB) $(EXTRA_RDB) version.txt
64 $(CLIMAKER) $(CLIMAKERFLAGS) \
65 --out $@ \
66 --assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
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

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

59
60RDB = $(SOLARBINDIR)$/offapi.rdb
61EXTRA_RDB = $(SOLARBINDIR)$/udkapi.rdb
62
63$(BIN)/cli_oootypes.dll : $(RDB) $(EXTRA_RDB) version.txt
64 $(CLIMAKER) $(CLIMAKERFLAGS) \
65 --out $@ \
66 --assembly-version $(CLI_OOOTYPES_NEW_VERSION) \
67 --assembly-company "OpenOffice.org" \
68 --assembly-description "This assembly contains metadata for the StarOffice/OpenOffice.org API." \
67 --assembly-company "Apache OpenOffice" \
68 --assembly-description "This assembly contains metadata for the Apache OpenOffice API." \
69 -X $(EXTRA_RDB) \
70 -r $(SOLARBINDIR)$/cli_uretypes.dll \
71 --keyfile $(SOLARBINDIR)$/cliuno.snk \
72 $(RDB)
73
74
75#Create the config file that is used with the policy assembly
76$(BIN)$/cli_oootypes.config: cli_oootypes_config version.txt

--- 14 unchanged lines hidden ---
69 -X $(EXTRA_RDB) \
70 -r $(SOLARBINDIR)$/cli_uretypes.dll \
71 --keyfile $(SOLARBINDIR)$/cliuno.snk \
72 $(RDB)
73
74
75#Create the config file that is used with the policy assembly
76$(BIN)$/cli_oootypes.config: cli_oootypes_config version.txt

--- 14 unchanged lines hidden ---