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

pull/147/head
Michael Zillgith 7 years ago
parent 7a4b90af9f
commit 230845ebb7

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

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

Loading…
Cancel
Save