Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
68
GameTools/SoundLib/SoundLib.plg
Normal file
68
GameTools/SoundLib/SoundLib.plg
Normal file
@@ -0,0 +1,68 @@
|
||||
<html>
|
||||
<body>
|
||||
<pre>
|
||||
<h1>Build Log</h1>
|
||||
<h3>
|
||||
--------------------Configuration: SoundLib - Win32 Release--------------------
|
||||
</h3>
|
||||
<h3>Command Lines</h3>
|
||||
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17F.tmp" with contents
|
||||
[
|
||||
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"Release/SoundLib.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
|
||||
"C:\ryl\SoundLib\DirectMusic.cpp"
|
||||
"C:\ryl\SoundLib\DirectSound.cpp"
|
||||
"C:\ryl\SoundLib\DMusic_OggLoader.cpp"
|
||||
"C:\ryl\SoundLib\MusicBuffer.cpp"
|
||||
"C:\ryl\SoundLib\SoundBuffer.cpp"
|
||||
"C:\ryl\SoundLib\SoundGlobal.cpp"
|
||||
"C:\ryl\SoundLib\SoundManager.cpp"
|
||||
"C:\ryl\SoundLib\StreamBuffer.cpp"
|
||||
"C:\ryl\SoundLib\StreamHandler.cpp"
|
||||
"C:\ryl\SoundLib\OggFile.cpp"
|
||||
"C:\ryl\SoundLib\SoundFile.cpp"
|
||||
"C:\ryl\SoundLib\Wave.cpp"
|
||||
"C:\ryl\SoundLib\WavFile.cpp"
|
||||
]
|
||||
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17F.tmp"
|
||||
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP180.tmp" with contents
|
||||
[
|
||||
/nologo /out:"Release\SoundLib.lib"
|
||||
.\Release\DirectMusic.obj
|
||||
.\Release\DirectSound.obj
|
||||
.\Release\DMusic_OggLoader.obj
|
||||
.\Release\MusicBuffer.obj
|
||||
.\Release\SoundBuffer.obj
|
||||
.\Release\SoundGlobal.obj
|
||||
.\Release\SoundManager.obj
|
||||
.\Release\StreamBuffer.obj
|
||||
.\Release\StreamHandler.obj
|
||||
.\Release\OggFile.obj
|
||||
.\Release\SoundFile.obj
|
||||
.\Release\Wave.obj
|
||||
.\Release\WavFile.obj
|
||||
]
|
||||
Creating command line "link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP180.tmp"
|
||||
<h3>Output Window</h3>
|
||||
Compiling...
|
||||
DirectMusic.cpp
|
||||
DirectSound.cpp
|
||||
DMusic_OggLoader.cpp
|
||||
MusicBuffer.cpp
|
||||
SoundBuffer.cpp
|
||||
SoundGlobal.cpp
|
||||
SoundManager.cpp
|
||||
StreamBuffer.cpp
|
||||
StreamHandler.cpp
|
||||
OggFile.cpp
|
||||
SoundFile.cpp
|
||||
Wave.cpp
|
||||
WavFile.cpp
|
||||
Creating library...
|
||||
|
||||
|
||||
|
||||
<h3>Results</h3>
|
||||
SoundLib.lib - 0 error(s), 0 warning(s)
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user