mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
Win32 Demo - Minor math tests
This commit is contained in:
+3
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user