Asset processor, got rid of stb image in the program

This commit is contained in:
Krzosa Karol
2022-05-18 16:51:19 +02:00
parent 61c3dfb48d
commit eca440cabd
4 changed files with 137 additions and 136 deletions

View File

@@ -1,4 +1,8 @@
@echo off
rem clang assets.cpp -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -g -I".." -o assets.exe -Wl,user32.lib
rem assets.exe
clang main.cpp -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -g -I".." -o main.exe -Wl,user32.lib