Browse Source

switchable /built

David Rose 20 years ago
parent
commit
6a007813a2
1 changed files with 8 additions and 0 deletions
  1. 8 0
      direct/src/configfiles/direct.prc.pp

+ 8 - 0
direct/src/configfiles/direct.prc.pp

@@ -10,8 +10,16 @@
 #### Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[notdir $[THISFILENAME]].
 ################################# DO NOT EDIT ###########################
 
+#if $[CTPROJS]
+// If we are using the ctattach tools, append "built"--this is a VR
+// Studio convention.
 model-path      $DMODELS/built
 sound-path      $DMODELS/built
+#else
+// Most people outside the VR Studio just see this.
+model-path      $DMODELS
+sound-path      $DMODELS
+#endif
 
 # Define a new egg object type.  See the comments in _panda.prc about this.