Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
trying alternative SOIL lib for loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vaughan authored and David Vaughan committed May 8, 2016
1 parent 8c8a372 commit f6c114d
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ CFLAGS = -I/usr/local/lib -I/usr/include/malloc -g
##required for Arch linux: /usr/lib/libopenal.so
LFLAGS = -lrt -lX11 -lGLU -lGL -pthread -lm -l/usr/local/lib\
libalut.a -L/usr/include/malloc\
-lpng -lglu32 -lopengl32 #-lXrandr
#-lXrandr
else
CFLAGS = -I ./include -g

##LIB = ./libggfonts.so
##required for Arch linux: /usr/lib/libopenal.so
LFLAGS = -lrt -lX11 -lGLU -lGL -pthread -lm\
-lpng -lglu32 -lopengl32 #-lXrandr
#-lXrandr
endif

##CFLAGS = -I ./include -g
Expand Down
Loading

0 comments on commit f6c114d

Please sign in to comment.