need memoryBase.cxx

This commit is contained in:
David Rose 2006-11-17 02:18:28 +00:00
parent 55225290b8
commit 251d3a0c10
3 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

@ -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
// panda3d-general@lists.sourceforge.net .
//
////////////////////////////////////////////////////////////////////
#include "memoryBase.h"