aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-11 16:33:58 +0100
committergingerBill <bill@gingerbill.org>2021-07-11 16:33:58 +0100
commitb3972546966f64f653372c37680029dcd3e3abaa (patch)
treecfaaece8bd6fc83188c49bdad4d35cf1de3768ab /build.bat
parent9a37d3b6e5d3f6a29764ef3c67b2eeeb20755b74 (diff)
Rename libtommath.c to libtommath.cpp
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index c3ab0a008..79978015f 100644
--- a/build.bat
+++ b/build.bat
@@ -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