X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.pc;h=9770edaf5ffe06dc97517111cb260f2dc2cff903;hb=b0f9c6ecc15c2d4b5df77a7a963b742a6352ee1a;hp=14c7d411e63b1d198c68b4bac71940a3989fd26c;hpb=bb895563088da093a90f42fc6a532688adc36cf2;p=gbajam22 diff --git a/Makefile.pc b/Makefile.pc index 14c7d41..9770eda 100644 --- a/Makefile.pc +++ b/Makefile.pc @@ -4,7 +4,7 @@ obj = $(src:.c=.o) $(ssrc:.s=.o) dep = $(src:.c=.d) bin = gbajam22 -opt = -O0 -fno-strict-aliasing +opt = -O0 -fno-strict-aliasing -fcommon dbg = -g inc = -I. -Isrc -Isrc/gba warn = -pedantic -Wall @@ -18,7 +18,7 @@ sys = $(shell uname -s | sed 's/MINGW.*/mingw/') ifeq ($(sys), mingw) libs = -lopengl32 -lwinmm else - libs = -lGL + libs = -lGL -lX11 -lXext endif