Browse Source

need memoryBase.cxx

David Rose 19 years ago
parent
commit
251d3a0c10

+ 1 - 0
dtool/src/dtoolbase/Sources.pp

@@ -43,6 +43,7 @@
     atomicAdjustPosixImpl.cxx \
     atomicAdjustPosixImpl.cxx \
     atomicAdjustWin32Impl.cxx \
     atomicAdjustWin32Impl.cxx \
     dtoolbase.cxx \
     dtoolbase.cxx \
+    memoryBase.cxx \
     mutexDummyImpl.cxx \
     mutexDummyImpl.cxx \
     mutexNsprImpl.cxx \
     mutexNsprImpl.cxx \
     mutexLinuxImpl.cxx \
     mutexLinuxImpl.cxx \

+ 1 - 0
dtool/src/dtoolbase/dtoolbase_composite2.cxx

@@ -1,3 +1,4 @@
+#include "memoryBase.cxx"
 #include "mutexDummyImpl.cxx"
 #include "mutexDummyImpl.cxx"
 #include "mutexNsprImpl.cxx"
 #include "mutexNsprImpl.cxx"
 #include "mutexLinuxImpl.cxx"
 #include "mutexLinuxImpl.cxx"

+ 19 - 0
dtool/src/dtoolbase/memoryBase.cxx

@@ -0,0 +1,19 @@
+// Filename: memoryBase.cxx
+// Created by:  drose (16Nov06)
+//
+////////////////////////////////////////////////////////////////////
+//
+// PANDA 3D SOFTWARE
+// Copyright (c) 2001 - 2004, Disney Enterprises, Inc.  All rights reserved
+//
+// All use of this software is subject to the terms of the Panda 3d
+// Software license.  You should have received a copy of this license
+// along with this source code; you will also find a current copy of
+// the license at http://etc.cmu.edu/panda3d/docs/license/ .
+//
+// To contact the maintainers of this program write to
+// [email protected] .
+//
+////////////////////////////////////////////////////////////////////
+
+#include "memoryBase.h"