mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-31 06:38:38 +02:00
* anytermd: Added anyterm to extras. Included modifications on original anytermd project source code. Added a new spec file for centos/fedora/rhel. Tested on FC16/i386 and centos6/x86_84. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6257 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
9 lines
180 B
Makefile
9 lines
180 B
Makefile
platdir=/Developer/Platforms/iPhoneSimulator.platform
|
|
CXX=${platdir}/Developer/usr/bin/g++
|
|
AR=${platdir}/Developer/usr/bin/ar
|
|
OPTIMISE_FLAGS=-O
|
|
DEBUG_FLAGS=
|
|
|
|
include ../common.mk
|
|
|