Browse Source

add sequencing numbers

David Rose 21 years ago
parent
commit
1efa50984f

+ 3 - 1
direct/src/configfiles/Sources.pp

@@ -1,8 +1,10 @@
 #define INSTALL_CONFIG \
 #define INSTALL_CONFIG \
-  _direct.prc
+  _70_direct.prc
 
 
 #if $[CTPROJS]
 #if $[CTPROJS]
   // These files only matter to ctattach users.
   // These files only matter to ctattach users.
   #define INSTALL_CONFIG $[INSTALL_CONFIG] direct.init
   #define INSTALL_CONFIG $[INSTALL_CONFIG] direct.init
 #endif
 #endif
 
 
+
+#include $[THISDIRPREFIX]_direct.prc.pp

+ 0 - 10
direct/src/configfiles/_direct.prc

@@ -1,10 +0,0 @@
-model-path      $DMODELS
-sound-path      $DMODELS
-
-# Define a new egg object type.  See the comments in _panda.prc about this.
-
-egg-object-type-direct-widget   <Scalar> collide-mask { 0x80000000 } <Collide> { Polyset descend }
-
-# Define a new cull bin that will render on top of everything else.
-
-cull-bin gui-popup 60 unsorted

+ 24 - 0
direct/src/configfiles/_direct.prc.pp

@@ -0,0 +1,24 @@
+//
+// _direct.prc.pp
+//
+// This file defines the script to auto-generate _direct.prc at
+// ppremake time.  This is intended to fill in some of the default
+// parameters, in particular the default display types.
+//
+
+#output _70_direct.prc
+#### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
+################################# DO NOT EDIT ###########################
+
+model-path      $DMODELS
+sound-path      $DMODELS
+
+# Define a new egg object type.  See the comments in _panda.prc about this.
+
+egg-object-type-direct-widget   <Scalar> collide-mask { 0x80000000 } <Collide> { Polyset descend }
+
+# Define a new cull bin that will render on top of everything else.
+
+cull-bin gui-popup 60 unsorted
+
+#end _70_direct.prc

+ 1 - 1
panda/src/configfiles/Sources.pp

@@ -1,6 +1,6 @@
 
 
 #define INSTALL_CONFIG \
 #define INSTALL_CONFIG \
-  panda.emacs panda.emacs.Xdefaults _panda.prc
+  panda.emacs panda.emacs.Xdefaults _80_panda.prc
 
 
 
 
 #if $[CTPROJS]
 #if $[CTPROJS]

+ 2 - 2
panda/src/configfiles/_panda.prc.pp

@@ -6,7 +6,7 @@
 // parameters, in particular the default display types.
 // parameters, in particular the default display types.
 //
 //
 
 
-#output _panda.prc
+#output _80_panda.prc
 #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
 #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE].
 ################################# DO NOT EDIT ###########################
 ################################# DO NOT EDIT ###########################
 
 
@@ -57,4 +57,4 @@ load-file-type egg pandaegg
 egg-object-type-portal          <Scalar> portal { 1 }
 egg-object-type-portal          <Scalar> portal { 1 }
 egg-object-type-polylight       <Scalar> polylight { 1 }
 egg-object-type-polylight       <Scalar> polylight { 1 }
 
 
-#end _panda.prc
+#end _80_panda.prc