diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b5b9b8e..d984a1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,3 +15,12 @@ utool_SOURCES += \ UpdateGUI.cpp \ JobQueue.cpp endif + +if HAVE_WINDRES +utool_SOURCES += utool-res.rc + +.rc.o: + $(WINDRES) $^ -o $@ +.o : .rc + $(WINDRES) $^ -o $@ +endif |