summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
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
)