Change extensions .cpp to .c

This commit is contained in:
Ginger Bill
2016-11-23 12:29:50 +00:00
parent a77c6b3e55
commit 4d30ef7eda
21 changed files with 1 additions and 23843 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ rem pushd %build_dir%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
cl %compiler_settings% "src\main.c" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run code/demo.odin
rem odin run code/demo.odin