X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=instimg;a=blobdiff_plain;f=Makefile;h=a64d2acfc14ebb2853b78f6eccaa698751f3d54c;hp=5a604992497db2dba7c9697891ddd325f47f9cd8;hb=95ee822b45f0d6bd8e49d3f446ca65109c5c52be;hpb=c81bf22901960cf05babbb157272d784f47a18f6 diff --git a/Makefile b/Makefile index 5a60499..a64d2ac 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ obj = $(src:.c=.o) bin = instimg.exe CFLAGS = -pedantic -Wall -g -LDFLAGS = -lgdi32 -lsetupapi -luuid +LDFLAGS = -lgdi32 -lsetupapi -luuid -lcomctl32 ifneq ($(shell uname -s | sed 's/MINGW.*/mingw/'), mingw) CC = i686-w64-mingw32-gcc