Skip to content

Commit 3bdec9b

Browse files
committed
switch to c and get compiling
1 parent 498893b commit 3bdec9b

File tree

5 files changed

+924
-916
lines changed

5 files changed

+924
-916
lines changed

build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@REM Compile (Unity/Jumbo build, one file)
22
@echo off
3-
cl -nologo -EHa -GR- -Oi -WX -W4 -wd4127 -wd4201 -wd4100 -wd4189 -Zi -FC .\static-site-gen\site.cpp -Fmsite.map
3+
cl -nologo -GR- -Oi -WX -W4 -wd4127 -wd4201 -wd4100 -wd4189 -Zi -FC .\static-site-gen\site.c -Fmsite.map
44

55

0 commit comments

Comments
 (0)