1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

fixed windows build

This commit is contained in:
orignal 2016-03-09 09:38:19 -05:00
parent 121ac4f1de
commit 95b2bf3645

View File

@ -27,11 +27,12 @@ LDLIBS = \
DAEMON_RC += Win32/Resource.rc DAEMON_RC += Win32/Resource.rc
DAEMON_OBJS += $(patsubst %.rc,obj/%.o,$(DAEMON_RC)) DAEMON_OBJS += $(patsubst %.rc,obj/%.o,$(DAEMON_RC))
obj/%.o : %.rc
$(WINDRES) -i $< -o $@
ifeq ($(USE_AESNI),1) ifeq ($(USE_AESNI),1)
CPU_FLAGS = -maes -DAESNI CPU_FLAGS = -maes -DAESNI
else else
CPU_FLAGS = -msse CPU_FLAGS = -msse
endif endif
obj/%.o : %.rc
$(WINDRES) -i $< -o $@