Win32 Demo - Minor math tests

This commit is contained in:
gingerBill
2016-08-18 09:24:52 +01:00
parent 6f9d11b381
commit 6b2cd1b33f
5 changed files with 955 additions and 95 deletions
+3 -2
View File
@@ -84,8 +84,9 @@ int main(int argc, char **argv) {
if (exit_code == 0) {
win32_exec_command_line_app(
"clang -o %.*s.exe %.*s.bc -Wno-override-module "
"-lkernel32.lib -luser32.lib -lgdi32.lib -lopengl32.lib "
"-l../c_libs/stb_image.lib",
"-lKernel32.lib -lUser32.lib -lGdi32.lib -lOpengl32.lib "
"-l../c_libs/stb_image.lib"
,
cast(int)base_name_len, output_name,
cast(int)base_name_len, output_name);
if (run_output) {