makefile.mk (427e3d3c) makefile.mk (567f0862)
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

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

49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch
54
55.IF "$(GUI)"=="WNT"
56.IF "$(CPUNAME)"=="INTEL"
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

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

49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch
54
55.IF "$(GUI)"=="WNT"
56.IF "$(CPUNAME)"=="INTEL"
57PATCH_FILES += python-$(PYVERSION)-pcbuild.patch
57PATCH_FILES += python-$(PYVERSION)-msvs9.patch
58.ELIF "$(CPUNAME)"=="X86_64"
59PATCH_FILES += \
58.ELIF "$(CPUNAME)"=="X86_64"
59PATCH_FILES += \
60 python-$(PYVERSION)-pcbuild-win64.patch \
61 python-$(PYVERSION)-pcbuild-win64-target.patch \
62 python-$(PYVERSION)-pcbuild-subsystem.patch \
63 python-2.7.14-pcbuild-dir.patch \
64 python-2.7.14-pcbuild-no-host-python.patch \
65 python-2.7.14-pcbuild-python-path.patch
60 python-$(PYVERSION)-msvs9-win64.patch \
61 python-$(PYVERSION)-msvs9-win64-target.patch \
62 python-$(PYVERSION)-msvs9-subsystem.patch \
63 python-$(PYVERSION)-msvs9-dir.patch \
64 python-$(PYVERSION)-msvs9-no-host-python.patch \
65 python-$(PYVERSION)-msvs9-python-path.patch
66.ENDIF
67.ENDIF
68
69CONFIGURE_DIR=
70
71.IF "$(GUI)"=="UNX"
72BUILD_DIR=
73MYCWD=$(shell @pwd)/$(INPATH)/misc/build

--- 97 unchanged lines hidden ---
66.ENDIF
67.ENDIF
68
69CONFIGURE_DIR=
70
71.IF "$(GUI)"=="UNX"
72BUILD_DIR=
73MYCWD=$(shell @pwd)/$(INPATH)/misc/build

--- 97 unchanged lines hidden ---