summaryrefslogtreecommitdiffstats
path: root/lib/libUPnP/Platinum/Build/Targets/arm-gp2x-linux/Config.scons
blob: 0d6a316b331ae4f63f12eb4c726b959a8dca744d (plain)
1
2
3
4
5
6
7
8
9
LoadTool('gcc-generic', env, gcc_cross_prefix='arm-linux')

## change exec suffix
env['PROGSUFFIX'] = '.gpe'

### Neptune System Files
env['NPT_SYSTEM_SOURCES']={'System/StdC':'*.cpp', 'System/Bsd':'*.cpp', 'System/Posix':'*.cpp', 'System/Null':'NptNullAutoreleasePool.cpp'}
env['NPT_EXTRA_LIBS']=['pthread']