aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/makefile-win-msvc.txt
blob: 9d9232352869bcd9aa80ecee98cb50ebf8bc7ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# py/pyext - python script object for PD and Max/MSP
# Copyright (C)2002-04 Thomas Grill (gr@grrrr.org)
#
# Makefile for MSVC++ 6 and 7
#
# usage:
# to build run "build-max-msvc.bat" or "build-pd-msvc.bat"
#

# includes
INCPATH=/I$(PYTHONPATH)\include
LIBPATH=/LIBPATH:$(PYTHONPATH)\libs

# multithreaded build
FLEXT_THREADED=1