diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 11:43:13 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 11:43:13 -0500 |
commit | b58e9a3faa4e35ff6e872e28c7051fa19e2b11ad (patch) | |
tree | ba0ab494e36a98cbaa92b99ad1949256e4a98279 /make.bat | |
parent | c2f91a659c126d1fd5ee951bdf58540d9d39fd47 (diff) |
icon
Diffstat (limited to 'make.bat')
-rw-r--r-- | make.bat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ) |