Skip to content

Commit

Permalink
fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Mar 9, 2016
1 parent 121ac4f commit 95b2bf3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ LDLIBS = \
DAEMON_RC += Win32/Resource.rc
DAEMON_OBJS += $(patsubst %.rc,obj/%.o,$(DAEMON_RC))

obj/%.o : %.rc
$(WINDRES) -i $< -o $@

ifeq ($(USE_AESNI),1)
CPU_FLAGS = -maes -DAESNI
else
CPU_FLAGS = -msse
endif

obj/%.o : %.rc
$(WINDRES) -i $< -o $@

0 comments on commit 95b2bf3

Please sign in to comment.