Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding pause to the Build Batch so users can see the Error. #17

Open
MattH3nderson opened this issue Feb 7, 2023 · 0 comments

Comments

@MattH3nderson
Copy link

There may be a reason for it not being there however for me, the batch closes immediately if there is an issue. I never get to see the helpful warning echoed there.

mkdir build
cd build

cmake.exe .. -DVK_USE_PLATFORM=WIN32 -G "Visual Studio 14 2015 Win64"

if exist VulkanCookbook.sln (
	start "" "VulkanCookbook.sln"
) else (
	echo "Error occurred during solution creation!"
	pause
)

cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant