Ver Fonte

rename srcs

cxgeorge há 24 anos atrás
pai
commit
cefa2eab89

+ 2 - 2
panda/src/graph/Sources.pp

@@ -6,7 +6,7 @@
   #define LOCAL_LIBS \
   #define LOCAL_LIBS \
     pstatclient putil mathutil
     pstatclient putil mathutil
 
 
-  #define COMBINED_SOURCES composite1.cxx composite2.cxx
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx    
 
 
   #define SOURCES \  
   #define SOURCES \  
      allAttributesWrapper.I allAttributesWrapper.T  \
      allAttributesWrapper.I allAttributesWrapper.T  \
@@ -44,7 +44,7 @@
      setTransitionHelpers.h transitionDirection.h  \
      setTransitionHelpers.h transitionDirection.h  \
      traverserVisitor.T traverserVisitor.h vector_PT_Node.h  \
      traverserVisitor.T traverserVisitor.h vector_PT_Node.h  \
      vector_PT_NodeRelation.h vector_NodeRelation_star.h wrt.I \
      vector_PT_NodeRelation.h vector_NodeRelation_star.h wrt.I \
-     wrt.h $[COMBINED_SOURCES]
+     wrt.h
 
 
    #define INCLUDED_SOURCES \
    #define INCLUDED_SOURCES \
      allAttributesWrapper.cxx allTransitionsWrapper.cxx \
      allAttributesWrapper.cxx allTransitionsWrapper.cxx \

+ 0 - 0
panda/src/graph/composite1.cxx → panda/src/graph/graph_composite1.cxx


+ 0 - 0
panda/src/graph/composite2.cxx → panda/src/graph/graph_composite2.cxx