瀏覽代碼

these loaders are no longer used with the new system

Dave Schuyler 24 年之前
父節點
當前提交
ae803609f6

+ 0 - 50
panda/src/audiotraits/Sources.pp

@@ -1,50 +0,0 @@
-#define OTHER_LIBS dtoolconfig dtool
-#define DIRECTORY_IF_AUDIO yes
-#define DIRECTORY_IF_IPC yes
-#define USE_AUDIO yes
-
-#begin lib_target
-  #define TARGET audio_load_midi
-  #define BUILDING_DLL BUILDING_MISC
-  #define LOCAL_LIBS \
-    audio express
-
-  #define SOURCES \
-    audio_load_midi.cxx
-
-#end lib_target
-
-#begin lib_target
-  #define TARGET audio_load_wav
-  #define BUILDING_DLL BUILDING_MISC
-  #define LOCAL_LIBS \
-    audio express
-
-  #define SOURCES \
-    audio_load_wav.cxx
-
-#end lib_target
-
-#begin lib_target
-  #define TARGET audio_load_st
-  #define BUILDING_DLL BUILDING_MISC
-  #define USE_SOXST yes
-  #define LOCAL_LIBS \
-    audio express
-
-  #define SOURCES \
-    audio_load_st.cxx
-
-#end lib_target
-
-#begin lib_target
-  #define TARGET audio_load_mp3
-  #define BUILDING_DLL BUILDING_MISC
-  #define LOCAL_LIBS \
-    audio express $[if $[ne $[USE_RAD_MSS],], , mpg123]
-  #define C++FLAGS -DGENERIC -DNOXFERMEM
-
-  #define SOURCES \
-    audio_load_mp3.cxx
-
-#end lib_target

+ 0 - 18
panda/src/audiotraits/audio_load_midi.cxx

@@ -1,18 +0,0 @@
-// Filename: audio_load_midi.cxx
-// Created by:  cary (26Sep00)
-//
-////////////////////////////////////////////////////////////////////
-//
-// PANDA 3D SOFTWARE
-// Copyright (c) 2001, 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://www.panda3d.org/license.txt .
-//
-// To contact the maintainers of this program write to
-// [email protected] .
-//
-////////////////////////////////////////////////////////////////////
-

+ 0 - 17
panda/src/audiotraits/audio_load_mp3.cxx

@@ -1,17 +0,0 @@
-// Filename: audio_load_mp3.cxx
-// Created by:  cary (11Oct00)
-//
-////////////////////////////////////////////////////////////////////
-//
-// PANDA 3D SOFTWARE
-// Copyright (c) 2001, 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://www.panda3d.org/license.txt .
-//
-// To contact the maintainers of this program write to
-// [email protected] .
-//
-////////////////////////////////////////////////////////////////////

+ 0 - 17
panda/src/audiotraits/audio_load_st.cxx

@@ -1,17 +0,0 @@
-// Filename: audio_load_st.cxx
-// Created by:  cary (03Oct00)
-//
-////////////////////////////////////////////////////////////////////
-//
-// PANDA 3D SOFTWARE
-// Copyright (c) 2001, 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://www.panda3d.org/license.txt .
-//
-// To contact the maintainers of this program write to
-// [email protected] .
-//
-////////////////////////////////////////////////////////////////////

+ 0 - 17
panda/src/audiotraits/audio_load_wav.cxx

@@ -1,17 +0,0 @@
-// Filename: audio_load_wav.cxx
-// Created by:  cary (23Sep00)
-//
-////////////////////////////////////////////////////////////////////
-//
-// PANDA 3D SOFTWARE
-// Copyright (c) 2001, 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://www.panda3d.org/license.txt .
-//
-// To contact the maintainers of this program write to
-// [email protected] .
-//
-////////////////////////////////////////////////////////////////////