makefile.mk (4ad7762f) makefile.mk (0eaf9826)
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

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

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
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

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

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
45TARFILE_MD5=5eebcaa0030dc4061156d3429657fb83
45TARFILE_MD5=88d61f82e3616a4be952828b3694109d
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch \

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

104#.IF "$(WINDOWS_VISTA_PSDK)"!=""
105#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE""
106#ADDITIONALLIBS=ws2_32.lib
107#.ELSE #"$(WINDOWS_VISTA_PSDK)"!=""
108#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE""
109#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!=""
110#.ENDIF
111
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch \

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

104#.IF "$(WINDOWS_VISTA_PSDK)"!=""
105#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE""
106#ADDITIONALLIBS=ws2_32.lib
107#.ELSE #"$(WINDOWS_VISTA_PSDK)"!=""
108#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE""
109#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!=""
110#.ENDIF
111
112BUILD_DIR=PCbuild
112# Requires adapting for according to the MSVC compiler version.
113# Normally PCBuild will carry the latest supported build files.
114BUILD_DIR=PC/VS9.0
113
114# Build python executable and then runs a minimal script. Running the minimal script
115# ensures that certain *.pyc files are generated which would otherwise be created on
116# solver during registration in insetoo_native
117BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
118.ENDIF
119.ENDIF
120

--- 31 unchanged lines hidden ---
115
116# Build python executable and then runs a minimal script. Running the minimal script
117# ensures that certain *.pyc files are generated which would otherwise be created on
118# solver during registration in insetoo_native
119BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
120.ENDIF
121.ENDIF
122

--- 31 unchanged lines hidden ---