From 93eea88fb40d9fdcf1d8bf0b32d32ae36f3b2892 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Mon, 12 Jun 2017 21:00:54 -0400 Subject: [PATCH] get vbanext in the right place --- {vbanext/mingw => output/dll}/libvbanext.dll | Bin vbanext/mingw/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {vbanext/mingw => output/dll}/libvbanext.dll (100%) diff --git a/vbanext/mingw/libvbanext.dll b/output/dll/libvbanext.dll similarity index 100% rename from vbanext/mingw/libvbanext.dll rename to output/dll/libvbanext.dll diff --git a/vbanext/mingw/Makefile b/vbanext/mingw/Makefile index b5dfd0ccd5..e5556e477e 100644 --- a/vbanext/mingw/Makefile +++ b/vbanext/mingw/Makefile @@ -5,7 +5,7 @@ CXXFLAGS = -Wall -O3 -fpermissive -Wno-unused-but-set-variable \ MACHINE = $(shell $(CXX) -dumpmachine) ifneq (,$(findstring i686,$(MACHINE))) - ARCH = 32 + $(error 32 bit build no longer supported) else ifneq (,$(findstring x86_64,$(MACHINE))) ARCH = 64 else @@ -26,7 +26,7 @@ SRCS = \ OBJS = $(SRCS:.cpp=.o) DEST_32 = ../../output/dll -DEST_64 = ../../output64/dll +DEST_64 = ../../output/dll all: $(TARGET)