Browse Source

correct case insensitive filename

David Rose 24 years ago
parent
commit
8cdabd4a69
1 changed files with 4 additions and 2 deletions
  1. 4 2
      dtool/src/cppparser/Sources.pp

+ 4 - 2
dtool/src/cppparser/Sources.pp

@@ -3,8 +3,10 @@
 
 #begin static_lib_target
   #define TARGET cppParser
-  
-  #define COMBINED_SOURCES $[TARGET]_composite1.cxx  $[TARGET]_composite2.cxx  
+
+  // The composite files are named cppparser_composite?.cxx instead of
+  // cppParser_composite?.cxx.
+  #define COMBINED_SOURCES cppparser_composite1.cxx  cppparser_composite2.cxx  
   
   #define SOURCES \
      cppArrayType.h cppBison.yxx cppBisonDefs.h  \