diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-01-02 20:33:36 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-01-02 20:33:36 +0000 |
commit | 5f86f14e53b9f107ce030e6cb61efba9f5fc6a4b (patch) | |
tree | ea590adb575a3166a88c0cbf675e8c9b06f43e97 /Game/Code/UltraStar.bdsproj | |
parent | bb64e99825121cfe68d1139fff855dd44a43674a (diff) | |
download | usdx-5f86f14e53b9f107ce030e6cb61efba9f5fc6a4b.tar.gz usdx-5f86f14e53b9f107ce030e6cb61efba9f5fc6a4b.tar.xz usdx-5f86f14e53b9f107ce030e6cb61efba9f5fc6a4b.zip |
- fix: crash at startup if no webcam connected
- some string updates
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2786 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.bdsproj')
-rw-r--r-- | Game/Code/UltraStar.bdsproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.bdsproj b/Game/Code/UltraStar.bdsproj index 36df4a05..2f94b78a 100644 --- a/Game/Code/UltraStar.bdsproj +++ b/Game/Code/UltraStar.bdsproj @@ -170,7 +170,9 @@ <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
- </VersionInfoKeys> <Excluded_Packages>
+ </VersionInfoKeys>
+
+ <Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclib100.bpl">Borland InterBase Express Components</Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclIntraweb_80_100.bpl">Intraweb 8.0 Design Package for Borland Development Studio 2006</Excluded_Packages>
<Excluded_Packages Name="c:\program files\borland\bds\4.0\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages>
|