diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-21 18:42:30 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-21 18:42:30 -0400 |
| commit | 6a0b937064907c1790447f7ddd0c60e66e49cd70 (patch) | |
| tree | 09cfd65ecb1b3f9816620f5b0091d5f512fa4239 /tools/nitrogfx/Makefile | |
| parent | 676ebab3d6ad726b3e154c994c4fcfdbb186ed22 (diff) | |
nitrogfx compatibility with MSVCC
Diffstat (limited to 'tools/nitrogfx/Makefile')
| -rw-r--r-- | tools/nitrogfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/Makefile b/tools/nitrogfx/Makefile index eadf2be5..18ecdbba 100644 --- a/tools/nitrogfx/Makefile +++ b/tools/nitrogfx/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK +CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK -D_CRT_SECURE_NO_WARNINGS LIBS = -lpng -lz |
