From b44ca1bc7b214c0ff4ef12a9cc3c6057af433b5f Mon Sep 17 00:00:00 2001 From: Flamefire Date: Sat, 15 Dec 2018 18:00:47 +0100 Subject: Remove old files --- _old_files/Makefile.w32 | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 _old_files/Makefile.w32 (limited to '_old_files/Makefile.w32') diff --git a/_old_files/Makefile.w32 b/_old_files/Makefile.w32 deleted file mode 100644 index c9c303f..0000000 --- a/_old_files/Makefile.w32 +++ /dev/null @@ -1,24 +0,0 @@ -CXX=i686-w64-mingw32-g++ -static -#CXX=g++ -CXXLINK=$(CXX) -MD=md -RM=del -RM_F=del /Q /F /S - -#DEBUG=-O0 -fno-inline -D_GLIBCXX_DEBUG -g -fstack-protector-all -fdata-sections - -DEBUG=-Ofast -g - -#DEBUG += -fno-tree-vectorize - -# -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx - -CC += -mwin32 -mconsole -CXX += -mwin32 -mconsole -CPPFLAGS += -DLIBADLMIDI_VISIBILITY -I/usr/include/mingw -I/usr/include/w32api -LDLIBS += -L/usr/local/lib -L/usr/lib/w32api -lwinmm - -CPPFLAGS += -std=c++11 -pedantic -Wall -Wextra - -include make.rules - -- cgit v1.2.3