~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to build/linux/lomse_config.h

  • Committer: cecilios
  • Date: 2012-09-25 16:27:45 UTC
  • Revision ID: s.cecilio@gmail.com-20120925162745-v2wrglew137u08yb
Class BookReader renamed as BooksCollection and refactored. Created class BookReader

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
//---------------------------------------------------------------------------------------
31
31
// paths, for test scores and for fonts
32
32
//---------------------------------------------------------------------------------------
33
 
#define LOMSE_TEST_SCORES_PATH      "../../../lomse/test-scores/"
34
 
#define LOMSE_FONTS_PATH            "../../../lomse/fonts/"
 
33
#define TESTLIB_SCORES_PATH     "../../../lomse/test-scores/"
 
34
#define TESTLIB_FONTS_PATH      "../../../lomse/fonts/"
 
35
#define LOMSE_FONTS_PATH        "../../../lomse/fonts/"
35
36
 
36
37
 
37
38
//---------------------------------------------------------------------------------------