From 1ba91d5a0e1df7419a561f6dcf16a0839509a5e7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 13:28:57 +0000 Subject: Reordering of the directories[1]: moving Game/Code to src git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1302 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/config.inc.in | 58 ------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 Game/Code/config.inc.in (limited to 'Game/Code/config.inc.in') diff --git a/Game/Code/config.inc.in b/Game/Code/config.inc.in deleted file mode 100644 index 6bdf26b5..00000000 --- a/Game/Code/config.inc.in +++ /dev/null @@ -1,58 +0,0 @@ -{***************************************************************** - * Configuration file for @PACKAGE_STRING@ - * @configure_input@ - *****************************************************************} - -{* Paths *} - -{$@DEFINE_USE_LOCAL_DIRS@ UseLocalDirs} -{$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)} - PathSuffix = WideString('@suffix@'); - SharedPath = WideString('@sharerootdir@/'+PathSuffix); -{$IFEND} - -{* Libraries *} - -{$@DEFINE_HAVE_FFMPEG@ HaveFFmpeg} -{$IF Defined(HaveFFmpeg) and Defined(IncludeConstants)} - av__codec = 'libavcodec'; - LIBAVCODEC_VERSION_MAJOR = @libavcodec_VERSION_MAJOR@; - LIBAVCODEC_VERSION_MINOR = @libavcodec_VERSION_MINOR@; - LIBAVCODEC_VERSION_RELEASE = @libavcodec_VERSION_RELEASE@; - - av__format = 'libavformat'; - LIBAVFORMAT_VERSION_MAJOR = @libavformat_VERSION_MAJOR@; - LIBAVFORMAT_VERSION_MINOR = @libavformat_VERSION_MINOR@; - LIBAVFORMAT_VERSION_RELEASE = @libavformat_VERSION_RELEASE@; - - av__util = 'libavutil'; - LIBAVUTIL_VERSION_MAJOR = @libavutil_VERSION_MAJOR@; - LIBAVUTIL_VERSION_MINOR = @libavutil_VERSION_MINOR@; - LIBAVUTIL_VERSION_RELEASE = @libavutil_VERSION_RELEASE@; -{$IFEND} - -{$@DEFINE_HAVE_SWSCALE@ HaveSWScale} -{$IF Defined(HaveSWScale) and Defined(IncludeConstants)} - sw__scale = 'libswscale'; - LIBSWSCALE_VERSION_MAJOR = @libswscale_VERSION_MAJOR@; - LIBSWSCALE_VERSION_MINOR = @libswscale_VERSION_MINOR@; - LIBSWSCALE_VERSION_RELEASE = @libswscale_VERSION_RELEASE@; -{$IFEND} - -{$@DEFINE_HAVE_PROJECTM@ HaveProjectM} -{$IF Defined(HaveProjectM) and Defined(IncludeConstants)} - ProjectM_DataDir = '@libprojectM_DATADIR@'; - PROJECTM_VERSION_MAJOR = @libprojectM_VERSION_MAJOR@; - PROJECTM_VERSION_MINOR = @libprojectM_VERSION_MINOR@; - PROJECTM_VERSION_RELEASE = @libprojectM_VERSION_RELEASE@; -{$IFEND} - -{$@DEFINE_HAVE_PORTAUDIO@ HavePortaudio} -{$IF Defined(HavePortaudio) and Defined(IncludeConstants)} - PORTAUDIO_VERSION_MAJOR = @portaudio_VERSION_MAJOR@; - PORTAUDIO_VERSION_MINOR = @portaudio_VERSION_MINOR@; - PORTAUDIO_VERSION_RELEASE = @portaudio_VERSION_RELEASE@; -{$IFEND} - -{$@DEFINE_HAVE_PORTMIXER@ HavePortmixer} - -- cgit v1.2.3