mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Move Windows timer utility functions from PA backend into libpbd
This commit is contained in:
parent
4ffe8ffc0f
commit
3f5c01e4eb
10 changed files with 13 additions and 10 deletions
|
|
@ -148,6 +148,7 @@ def build(bld):
|
|||
if bld.env['build_target'] == 'mingw':
|
||||
obj.defines += [ 'NO_POSIX_MEMALIGN' ]
|
||||
obj.source += [ 'windows_special_dirs.cc' ]
|
||||
obj.source += [ 'windows_timer_utils.cc' ]
|
||||
obj.uselib += ' OLE'
|
||||
|
||||
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue