Fixed login system

This commit is contained in:
Michael Chen
2018-01-29 23:15:40 +01:00
parent aec3cb4882
commit 693d2b7dfe
6 changed files with 92 additions and 30 deletions

View File

@ -1,7 +1,7 @@
libs = -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -lSDL2_mixer
includes = -I".\include"
compiler = gcc
warningLevel = -Wall -Wno-unused-variable -Wno-unused-but-set-variable
warningLevel = -Wall -Wno-parentheses
sources = *.c
linker = -L".\lib"
dir = bin