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

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

44.ENDIF
45
46
47APP1NOSAL=TRUE
48APP1RPATH=NONE
49
50APP1TARGET= $(TARGET)
51
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

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

44.ENDIF
45
46
47APP1NOSAL=TRUE
48APP1RPATH=NONE
49
50APP1TARGET= $(TARGET)
51
52APP1OBJS= $(OBJ)$/unoapploader.obj $(SOLARLIBDIR)$/findsofficepath.obj
52APP1OBJS= $(OBJ)$/unoapploader.obj $(SOLARLIBDIR)$/findsofficepath.o
53
54# --- Targets ------------------------------------------------------
55
56.INCLUDE : target.mk
53
54# --- Targets ------------------------------------------------------
55
56.INCLUDE : target.mk