13
0

wscript: drop unused path_prefix

It is not referenced anywhere, and also not set consistently.
This commit is contained in:
Mads Kiilerich 2022-01-24 22:51:52 +01:00 committed by Paul Davis
parent d220f477ed
commit f1bb18ae53
8 changed files with 0 additions and 16 deletions

View File

@ -13,8 +13,6 @@ def m_hook(self, node):
"""Alias .m files to be compiled the same as .c files, gcc will do the right thing."""
return self.create_compiled_task('c', node)
path_prefix = 'gtk2_ardour/'
gtk2_ardour_sources = [
'about.cc',
'actions.cc',

View File

@ -9,8 +9,6 @@ CURRENT_SESSION_FILE_VERSION = 7002
I18N_PACKAGE = 'ardour'
path_prefix = 'libs/ardour/'
libardour_sources = [
'amp.cc',
'analyser.cc',

View File

@ -5,8 +5,6 @@ import os
import sys
import re
path_prefix = 'libs/ardouralsautil/'
def options(opt):
autowaf.set_options(opt)

View File

@ -16,8 +16,6 @@ CANVAS_LIB_VERSION = '0.0.0'
I18N_PACKAGE = 'libcanvas'
path_prefix = 'libs/canvas/'
canvas_sources = [
'arc.cc',
'arrow.cc',

View File

@ -3,8 +3,6 @@ from waflib.extras import autowaf as autowaf
import os
import sys
path_prefix = 'libs/clearlooks-newer'
def options(opt):
autowaf.set_options(opt)

View File

@ -47,8 +47,6 @@ gtkmm2ext_sources = [
'window_title.cc'
]
path_prefix = 'libs/gtkmm2ext/'
def options(opt):
autowaf.set_options(opt)

View File

@ -13,8 +13,6 @@ LIBMIDIPP_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
# micro increment <=> no interface changes
LIBMIDIPP_LIB_VERSION = '4.1.0'
path_prefix = 'libs/midi++2/'
libmidi_sources = [
'midi.cc',
'channel.cc',

View File

@ -19,8 +19,6 @@ LIBPBD_MAJOR_VERSION = '4'
I18N_PACKAGE = 'libpbd4'
path_prefix = 'libs/pbd/'
libpbd_sources = [
'basename.cc',
'base_ui.cc',