Rename libtommath.c to libtommath.cpp

This commit is contained in:
gingerBill
2021-07-11 16:33:58 +01:00
parent 9a37d3b6e5
commit b397254696
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" "src\libtommath.c" /link %linker_settings% -OUT:%exe_name%
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
if %errorlevel% neq 0 goto end_of_build
if %release_mode% EQU 0 odin run examples/demo/demo.odin