Skip to content

Instantly share code, notes, and snippets.

@bstaint
Last active December 19, 2017 16:07
Show Gist options
  • Save bstaint/ab36722791a5a1dd377d5f9637432121 to your computer and use it in GitHub Desktop.
Save bstaint/ab36722791a5a1dd377d5f9637432121 to your computer and use it in GitHub Desktop.
diff -urN a/src/Make_ming.mak b/src/Make_ming.mak
--- a/src/Make_ming.mak 2017-12-18 18:47:24.000000000 +0800
+++ b/src/Make_ming.mak 2017-12-19 15:51:19.418345400 +0800
@@ -43,6 +43,24 @@
# uncomment 'RUBY' if you want a Ruby-enabled version
#RUBY=c:/ruby
+PYTHON=D:/Develop/msys32/mingw32
+PYTHON_HOME=D:/Develop/msys32/mingw32
+PYTHONINC=-ID:/Develop/msys32/mingw32/include/python2.7
+DYNAMIC_PYTHON=yes
+PYTHON_VER=27
+DYNAMIC_PYTHON_DLL=libpython2.7.dll
+
+PYTHON3=D:/Develop/msys32/mingw32
+PYTHON3_HOME=D:/Develop/msys32/mingw32
+PYTHON3INC=-ID:/Develop/msys32/mingw32/include/python3.6m
+DYNAMIC_PYTHON3=yes
+PYTHON3_VER=36
+DYNAMIC_PYTHON3_DLL=libpython3.6m.dll
+
+STATIC_STDCPLUS=yes
+
+LUA=E:/3rdParty/lua53
+LUA_VER=53
# Do not change this.
UNDER_CYGWIN = no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment