Skip to content

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

@MattH3nderson

Description

@MattH3nderson

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 ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions