diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 10:12:55 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 10:12:55 -0500 |
commit | dd3887ec47137b6bf993674356a73b3266bb8a51 (patch) | |
tree | c9981783a6574b58dd9f503384b2fe651495b224 /make.bat | |
parent | 1e7e392b9d5e593aeb9680d82b76afddad8ce2e6 (diff) |
got text working with modern OpenGL
Diffstat (limited to 'make.bat')
-rw-r--r-- | make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ if _%VCVARS% == _ ( SET CFLAGS=/nologo /W4 /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib opengl32.lib shell32.lib ole32.lib rc /nologo ted.rc if _%1 == _ ( - cl main.c text.c ted.res /DDEBUG /DEBUG /Zi %CFLAGS% /Fe:ted + cl main.c ted.res /DDEBUG /DEBUG /Zi %CFLAGS% /Fe:ted ) if _%1 == _release cl main.c ted.res /O2 %CFLAGS% /Fe:ted if _%1 == _profile cl main.c ted.res /O2 /DPROFILE %CFLAGS% /Fe:ted |