- make: fixed dynamic library name for win64 (see github #129)

pull/179/head
Michael Zillgith 7 years ago
parent b6be355a99
commit 9959158995

@ -24,7 +24,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <Windows.h> #include <windows.h>
#include "lib_memory.h" #include "lib_memory.h"

@ -167,7 +167,7 @@ CFLAGS += -arch i386
LDFLAGS += -arch i386 LDFLAGS += -arch i386
endif endif
ifeq ($(TARGET), WIN32) ifdef WINDOWS
DYN_LIB_NAME = $(LIB_OBJS_DIR)/iec61850.dll DYN_LIB_NAME = $(LIB_OBJS_DIR)/iec61850.dll
else else

Loading…
Cancel
Save