projects
/
instimg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81bf22
)
fixed build: missing comctl32.lib
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 20 Feb 2020 14:41:08 +0000
(16:41 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 20 Feb 2020 14:41:08 +0000
(16:41 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5a60499
..
a64d2ac
100644
(file)
--- 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