diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-26 13:57:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-26 13:57:11 (GMT) |
| commit | 445308d32b435f0028efe9845813e693a32b60c2 (patch) | |
| tree | 8016eef15fad341c242972c7163e64a6a7a8426f /Makefile | |
| parent | 18ca4024c13a6b4dc5e4028d50852f401ebc4bde (diff) | |
| download | powder-445308d32b435f0028efe9845813e693a32b60c2.zip powder-445308d32b435f0028efe9845813e693a32b60c2.tar.gz | |
Remove python references from makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -19,15 +19,6 @@ CC := gcc CC_WIN := i686-w64-mingw32-gcc WIN_RES := i686-w64-mingw32-windres -#PY_BIN := python -#PY_VERSION := $(shell $(PY_BIN) -c "import sys;print sys.version[:3]") -#PY_LIBPATH := $(shell $(PY_BIN) -c "import os.path,sys;print os.path.join(sys.exec_prefix,\"lib\",\"python%s\"%sys.version[:3],\"config\")") -#PY_INCPATH := $(shell $(PY_BIN) -c "import os.path,sys;print os.path.join(sys.exec_prefix,\"include\",\"python%s\"%sys.version[:3])") -#PY_LDFLAGS := $(shell $(PY_BIN) -c "import distutils.sysconfig;print distutils.sysconfig.get_config_var('LINKFORSHARED')") -#PYCOMMAND := $(PY_BIN) getheader.py -#LFLAGS += -lpython$(PY_VERSION) -L$(PY_LIBPATH) -I$(PY_INCPATH) $(PY_LDFLAGS) -#LFLAGS_X += -I/Library/Frameworks/Python.framework/Versions/$(PY_VERSION)/include/python$(PY_VERSION) - powder: build/powder powder-debug: build/powder-debug powder-sse3: build/powder-sse3 |
