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 --- 22 unchanged lines hidden (view full) --- 31 32# --- Settings ----------------------------------------------------- 33 34.INCLUDE : settings.mk 35 36.IF "$(SYSTEM_PYTHON)" == "YES" 37SCPDEFS+=-DSYSTEM_PYTHON 38.ELSE | 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 --- 22 unchanged lines hidden (view full) --- 31 32# --- Settings ----------------------------------------------------- 33 34.INCLUDE : settings.mk 35 36.IF "$(SYSTEM_PYTHON)" == "YES" 37SCPDEFS+=-DSYSTEM_PYTHON 38.ELSE |
39.INCLUDE : pyversion.mk | 39.INCLUDE : pyversion_dmake.mk |
40.ENDIF 41 42SCPDEFS+=\ 43 -DPYVERSION=$(PYVERSION) -DPYMAJMIN=$(PYMAJOR).$(PYMINOR) \ 44 -DPY_FULL_DLL_NAME=$(PY_FULL_DLL_NAME) 45 46SCP_PRODUCT_TYPE=osl 47 --- 12 unchanged lines hidden --- | 40.ENDIF 41 42SCPDEFS+=\ 43 -DPYVERSION=$(PYVERSION) -DPYMAJMIN=$(PYMAJOR).$(PYMINOR) \ 44 -DPY_FULL_DLL_NAME=$(PY_FULL_DLL_NAME) 45 46SCP_PRODUCT_TYPE=osl 47 --- 12 unchanged lines hidden --- |