summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-11-25 11:43:13 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-11-25 11:43:13 -0500
commitb58e9a3faa4e35ff6e872e28c7051fa19e2b11ad (patch)
treeba0ab494e36a98cbaa92b99ad1949256e4a98279 /make.bat
parentc2f91a659c126d1fd5ee951bdf58540d9d39fd47 (diff)
icon
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index ca72723..42eef65 100644
--- a/make.bat
+++ b/make.bat
@@ -5,7 +5,8 @@ if _%VCVARS% == _ (
)
SET CFLAGS=/nologo /W3 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib opengl32.lib
-SET SOURCES=main.c text.c
+rc /nologo ted.rc
+SET SOURCES=main.c text.c ted.res
if _%1 == _ (
cl %SOURCES% /DDEBUG /DEBUG /Zi %CFLAGS% /Fe:ted
)