diff options
author | Andy Belle-Isle <abelleisle@roadrunner.com> | 2015-09-08 19:32:24 -0400 |
---|---|---|
committer | Andy Belle-Isle <abelleisle@roadrunner.com> | 2015-09-08 19:32:24 -0400 |
commit | 1f588ad63cfc0ddc87d58bee8234fe2f69628862 (patch) | |
tree | 2ae95ff1778813b5d40179cd4fd072a40756d4c4 /Makefile | |
parent | 8dffb66d4aaddbf769f0fc3c40393f07ca10d0fb (diff) |
Added DLL's for SDL_Image aswell as the libraries...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ FLAGS_LINUX = -lGL -lSDL_image -FLAGS_WIN32 = -lopengl32 -lmingw32 #-lSDL2_Image +FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image FLAGS = -m32 -Iinclude -Wall -Werror -lSDL2main -lSDL2 all: |