feat: Add bin directory output for C++ builds
- Update C++/build.bat to create bin/ directory and output executable there - Update C++/build.sh to create bin/ directory and output executable there - Update build_all.bat to check for C++/bin/V2GDecoder.exe - Update build_all.sh to check for C++/bin/V2GDecoder - Test successful: C++/bin/V2GDecoder.exe working correctly with sample files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -73,8 +73,8 @@ if %BUILD_ERROR% equ 0 (
|
||||
if exist "VC\x64\Debug\V2GDecoder.exe" (
|
||||
echo 📦 VC2022: VC\x64\Debug\V2GDecoder.exe
|
||||
)
|
||||
if exist "C++\V2GDecoder.exe" (
|
||||
echo 📦 C++: C++\V2GDecoder.exe
|
||||
if exist "C++\bin\V2GDecoder.exe" (
|
||||
echo 📦 C++: C++\bin\V2GDecoder.exe
|
||||
)
|
||||
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user