aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config-macosx.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-30 18:12:06 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-30 18:12:06 +0000
commit5f11f9f3e328f6818a42f0a3405404612399c64e (patch)
tree66f4cfcde3c1d4b0564ba47aceeb2d04082a7dfb /Game/Code/config-macosx.inc
parentd4ec88adaa7a93d1970c116ae3d621ff05683681 (diff)
downloadusdx-5f11f9f3e328f6818a42f0a3405404612399c64e.tar.gz
usdx-5f11f9f3e328f6818a42f0a3405404612399c64e.tar.xz
usdx-5f11f9f3e328f6818a42f0a3405404612399c64e.zip
Removed outdated 1.1 branch contents
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.1@1331 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/config-macosx.inc70
1 files changed, 0 insertions, 70 deletions
diff --git a/Game/Code/config-macosx.inc b/Game/Code/config-macosx.inc
deleted file mode 100644
index 41b96326..00000000
--- a/Game/Code/config-macosx.inc
+++ /dev/null
@@ -1,70 +0,0 @@
-{*****************************************************************
- * Configuration file for UltraStar Deluxe 1.1
- *****************************************************************}
-
-{* Misc options *}
-
-{$DEFINE DEBUG}
-
-{* Libraries *}
-
-{$IF Defined(LAZARUS) and Defined(IncludeConstants)}
- LAZARUS_VERSION_MAJOR = 0;
- LAZARUS_VERSION_MINOR = 9;
- LAZARUS_VERSION_RELEASE = 24;
-{$IFEND}
-
-{$DEFINE HaveFFMpeg}
-{$IF Defined(HaveFFMpeg) and Defined(IncludeConstants)}
- av__codec = 'libavcodec.dylib';
- LIBAVCODEC_VERSION_MAJOR = 51;
- LIBAVCODEC_VERSION_MINOR = 0;
- LIBAVCODEC_VERSION_RELEASE = 0;
-
- av__format = 'libavformat.dylib';
- LIBAVFORMAT_VERSION_MAJOR = 52;
- LIBAVFORMAT_VERSION_MINOR = 0;
- LIBAVFORMAT_VERSION_RELEASE = 0;
-
- av__util = 'libavutil.dylib';
- LIBAVUTIL_VERSION_MAJOR = 49;
- LIBAVUTIL_VERSION_MINOR = 0;
- LIBAVUTIL_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HaveSWScale}
-{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
- sw__scale = 'libswscale.dylib';
- LIBSWSCALE_VERSION_MAJOR = 0;
- LIBSWSCALE_VERSION_MINOR = 5;
- LIBSWSCALE_VERSION_RELEASE = 0;
-{$IFEND}
-
-// define this for versions of ProjectM < 1.0 (use C-Interface)
-{$UNDEF HaveProjectM_0_9}
-// define this for versions of ProjectM >= 1.0 (use C++-Interface)
-{$UNDEF HaveProjectM_1_0_PLUS}
-{$IF Defined(HaveProjectM_0_9) or Defined(HaveProjectM_1_0_PLUS)}
- {$DEFINE HaveProjectM}
-{$IFEND}
-{$IF Defined(HaveProjectM) and Defined(IncludeConstants)}
- libprojectM = 'libprojectM.dylib';
- // Note: Un/Define HaveProjectM_0_9 or HaveProjectM_1_0_PLUS accordingly
- PROJECTM_VERSION_MAJOR = 0;
- PROJECTM_VERSION_MINOR = 98;
- PROJECTM_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HavePortaudio}
-{$IF Defined(HavePortaudio) and Defined(IncludeConstants)}
- libportaudio = 'libportaudio.dylib';
- PORTAUDIO_VERSION_MAJOR = 19;
- PORTAUDIO_VERSION_MINOR = 0;
- PORTAUDIO_VERSION_RELEASE = 0;
-{$IFEND}
-
-{$UNDEF HavePortmixer}
-{$IF Defined(HavePortmixer) and Defined(IncludeConstants)}
- libportmixer = 'libportmixer.dylib';
-{$IFEND}
-