4 lines
219 B
Batchfile
4 lines
219 B
Batchfile
REM cd build 2>NUL && cd .. || mkdir build
|
|
if not exist build\ mkdir build || goto :EOF
|
|
|
|
clang++ src/main.cpp -o build/window.exe -O0 -g -gcodeview -lgdi32 -lvulkan-1 -I%VULKAN_SDK%/Include -L%VULKAN_SDK%/Lib -Wl,-pdb=
|