diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 13:28:57 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 13:28:57 +0000 |
commit | 1ba91d5a0e1df7419a561f6dcf16a0839509a5e7 (patch) | |
tree | 3f76e96fc5a3f5b738dabce28642ff2415748ccb /Game/Code/config.inc.in | |
parent | e9fd8ce40b4cbf006695fd6e56f84071407843c9 (diff) | |
download | usdx-1ba91d5a0e1df7419a561f6dcf16a0839509a5e7.tar.gz usdx-1ba91d5a0e1df7419a561f6dcf16a0839509a5e7.tar.xz usdx-1ba91d5a0e1df7419a561f6dcf16a0839509a5e7.zip |
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
Diffstat (limited to 'Game/Code/config.inc.in')
-rw-r--r-- | Game/Code/config.inc.in | 58 |
1 files changed, 0 insertions, 58 deletions
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} - |