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

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

24PRJ=..$/..$/..
25
26PRJNAME=pyuno
27TARGET=test
28LIBTARGET=NO
29TARGETTYPE=CUI
30ENABLE_EXCEPTIONS=TRUE
31
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

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

24PRJ=..$/..$/..
25
26PRJNAME=pyuno
27TARGET=test
28LIBTARGET=NO
29TARGETTYPE=CUI
30ENABLE_EXCEPTIONS=TRUE
31
32my_components = pythonloader
32my_components = component/pyuno/source/loader/pythonloader
33
34# --- Settings -----------------------------------------------------
35
36.INCLUDE : settings.mk
37# --- Files --------------------------------------------------------
38.IF "$(L10N_framework)"==""
39PYEXC=$(DLLDEST)$/python$(EXECPOST)
40REGEXC=$(DLLDEST)$/regcomp$(EXECPOST)

--- 69 unchanged lines hidden ---
33
34# --- Settings -----------------------------------------------------
35
36.INCLUDE : settings.mk
37# --- Files --------------------------------------------------------
38.IF "$(L10N_framework)"==""
39PYEXC=$(DLLDEST)$/python$(EXECPOST)
40REGEXC=$(DLLDEST)$/regcomp$(EXECPOST)

--- 69 unchanged lines hidden ---