diff --git a/pandatool/src/maya/Sources.pp b/pandatool/src/maya/Sources.pp index c0ee0e04d2..f3d51a968c 100644 --- a/pandatool/src/maya/Sources.pp +++ b/pandatool/src/maya/Sources.pp @@ -2,7 +2,7 @@ #begin ss_lib_target #define USE_PACKAGES maya - #define TARGET maya + #define TARGET mayabase #define LOCAL_LIBS \ converter pandatoolbase #define OTHER_LIBS \ diff --git a/pandatool/src/mayaegg/Sources.pp b/pandatool/src/mayaegg/Sources.pp index d1d045ef3b..859f4706aa 100644 --- a/pandatool/src/mayaegg/Sources.pp +++ b/pandatool/src/mayaegg/Sources.pp @@ -4,7 +4,7 @@ #define USE_PACKAGES maya #define TARGET mayaegg #define LOCAL_LIBS \ - maya converter pandatoolbase + mayabase converter pandatoolbase #define OTHER_LIBS \ egg:c pandaegg:m \ linmath:c putil:c panda:m \ diff --git a/pandatool/src/mayaprogs/Sources.pp b/pandatool/src/mayaprogs/Sources.pp index 59befe3c71..1dff2490e2 100644 --- a/pandatool/src/mayaprogs/Sources.pp +++ b/pandatool/src/mayaprogs/Sources.pp @@ -45,7 +45,7 @@ #define USE_PACKAGES maya #define TARGET $[maya2egg] #define LOCAL_LIBS \ - maya mayaegg eggbase progbase + mayabase mayaegg eggbase progbase #define OTHER_LIBS \ egg:c pandaegg:m \ linmath:c putil:c panda:m \ @@ -66,7 +66,7 @@ #define USE_PACKAGES maya #define TARGET $[egg2maya] #define LOCAL_LIBS \ - mayaegg maya eggbase progbase + mayabase mayaegg eggbase progbase #define OTHER_LIBS \ egg:c pandaegg:m \ linmath:c putil:c panda:m \ @@ -87,7 +87,7 @@ #begin bin_target #define USE_PACKAGES maya #define TARGET $[mayacopy] - #define LOCAL_LIBS cvscopy maya progbase + #define LOCAL_LIBS cvscopy mayabase progbase #define OTHER_LIBS \ egg:c pandaegg:m \ @@ -110,7 +110,7 @@ #define BUILD_TARGET $[not $[LINK_ALL_STATIC]] #define USE_PACKAGES maya #define TARGET mayapview - #define LOCAL_LIBS mayaegg maya + #define LOCAL_LIBS mayabase mayaegg #define OTHER_LIBS \ egg:c pandaegg:m \ framework:m \ @@ -150,7 +150,7 @@ #define BUILD_TARGET $[not $[LINK_ALL_STATIC]] #define USE_PACKAGES maya #define TARGET mayaEggImport - #define LOCAL_LIBS mayaegg maya + #define LOCAL_LIBS mayabase mayaegg #define OTHER_LIBS \ egg:c pandaegg:m \ framework:m \ @@ -175,7 +175,7 @@ #define TARGET mayaloader #define BUILDING_DLL BUILDING_MISC #define LOCAL_LIBS \ - maya mayaegg ptloader converter pandatoolbase + mayabase mayaegg ptloader converter pandatoolbase #define OTHER_LIBS \ egg2pg:c egg:c pandaegg:m \ mathutil:c linmath:c putil:c panda:m \