Diff of /libdef.any [000000] .. [38ba34]

Switch to unified view

a b/libdef.any
1
// Configures the model to use this AnyBody Managed Model Repostiory (AMMR
2
// Including this file ensures that the model can include the HumanModel
3
// and use BM configuration statements etc. 
4
5
#ifndef LIBDEF_ANY
6
#define  LIBDEF_ANY
7
8
#include "AMMR.version.any"
9
10
#define ANYBODY_APPLICATION_LIBRARY_NAME "AMMR" + AMMR_VERSION 
11
12
#path ANYBODY_PATH_AMMR "."
13
#path ANYBODY_PATH_BODY "Body/AAUHuman/"
14
#path ANYBODY_PATH_MANDIBLE "Body/Mandible/"
15
#path ANYBODY_PATH_MODELUTILS "Tools/ModelUtilities/"
16
#path AMMR_TOOLS "Tools/"
17
18
#ifpathexists "../Documentation"
19
   #path AMMR_PATH_DOC "../Documentation"
20
#else
21
   #path AMMR_PATH_DOC "<ANYBODY_PATH_INSTALLDIR>/AMMR/Documentation"
22
#endif
23
24
#ifndef ANYBODY_PATH_OUTPUT
25
  #ifpathexists "<ANYBODY_PATH_MAINFILEDIR>/Output/"
26
    #path ANYBODY_PATH_OUTPUT "<ANYBODY_PATH_MAINFILEDIR>/Output/"
27
  #else
28
    #path ANYBODY_PATH_OUTPUT "<ANYBODY_PATH_MAINFILEDIR>"
29
  #endif
30
#endif
31
32
#ifndef ANYMOCAP_MODEL
33
#path ANYMOCAP_PATH "Tools/AnyMoCap"
34
#path ANYMOCAP_MODEL "<ANYMOCAP_PATH>/AnyMocapModel.any"
35
#endif
36
37
#include "<ANYBODY_PATH_BODY>/HumanModel.defs.any"
38
39
#endif