• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン6f83aeaba7a2d35bef22c1a2a8fa4a1b527f3ba0 (tree)
日時2021-10-17 03:36:40
作者yyagi <yyagi.dtxmania@gmai...>
コミッターyyagi

ログメッセージ

#xxxxx BASSThreadedMixerの削除に伴う、FDKのビルドオプションの削除

変更サマリ

差分

--- a/FDK/FDK.csproj
+++ b/FDK/FDK.csproj
@@ -41,7 +41,7 @@
4141 </PropertyGroup>
4242 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
4343 <OutputPath>bin\Debug\</OutputPath>
44- <DefineConstants>TRACE;DEBUG;TEST_CancelEnterCodeInAltEnter2 TEST_Direct3D9Ex_ TEST_MultiThreadedMixer_</DefineConstants>
44+ <DefineConstants>TRACE;DEBUG;TEST_CancelEnterCodeInAltEnter2 TEST_Direct3D9Ex_</DefineConstants>
4545 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4646 <NoWarn>0219</NoWarn>
4747 <DebugType>full</DebugType>
@@ -178,7 +178,6 @@
178178 <Compile Include="コード\02.入力\IInputDevice.cs" />
179179 <Compile Include="コード\02.入力\SlimDX.DirectInput.Key.cs" />
180180 <Compile Include="コード\02.入力\STInputEvent.cs" />
181- <Compile Include="コード\03.サウンド\BASSThreadedMixerWrapper.cs" />
182181 <Compile Include="コード\03.サウンド\Cogg.cs" />
183182 <Compile Include="コード\03.サウンド\Cmp3.cs" />
184183 <Compile Include="コード\03.サウンド\CSound.cs" />