mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-08 21:20:45 +02:00
Move rtaudio, alsa-playback and qxt into thirdparty/.
This commit is contained in:
14
thirdparty/libportfwd/third-party/libnatpmp-20100202/setupmingw32.py
vendored
Normal file
14
thirdparty/libportfwd/third-party/libnatpmp-20100202/setupmingw32.py
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#! /usr/bin/python
|
||||
# $Id: setupmingw32.py,v 1.2 2009/06/04 21:37:06 nanard Exp $
|
||||
# python script to build the miniupnpc module under windows
|
||||
#
|
||||
from distutils.core import setup, Extension
|
||||
setup(name="libnatpmp", version="1.0",
|
||||
ext_modules=[
|
||||
Extension(name="libnatpmp", sources=["libnatpmpmodule.c"],
|
||||
libraries=["ws2_32"],
|
||||
extra_objects=["libnatpmp.a"],
|
||||
define_macros=[('ENABLE_STRNATPMPERR', None)]
|
||||
)]
|
||||
)
|
||||
|
Reference in New Issue
Block a user