~vcs-imports/wengophone/trunk

« back to all changes in this revision

Viewing changes to libs/util/system/SConscript

  • Committer: tanguy_k
  • Date: 2006-11-15 14:12:35 UTC
  • Revision ID: vcs-imports@canonical.com-20061115141235-6efc6e38eaa40ca0
* (compilation fix) OWBuild: rename portaudio to PORTAUDIO
* Libutil has only one include path now -> faster compilation
* Remove old directories
* (compilation fix) phapi: ph_msession_stopped() was a macro inside phmedia.h, now it is a standard function. Don't know why but it was not compiling under Windows using CMake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
env = WengoGetEnvironment()
2
2
 
3
3
libs = ['owutil']
4
 
include_path = ['include']
 
4
include_path = ['..']
5
5
lib_path = []
6
6
headers = []
7
7
sources = []