aboutsummaryrefslogtreecommitdiff
path: root/Makefile.w32
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-10-21 01:10:15 +0300
committerWohlstand <admin@wohlnet.ru>2017-10-21 01:10:15 +0300
commit352660262dfd05cc75b5f2099507c9f29953a270 (patch)
tree0a22789f5ab46aa7bfc8b9040cc28155e4d7b71c /Makefile.w32
parent816f57009d0136f8b0362616945d8bbc99094190 (diff)
downloadlibADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.tar.gz
libADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.tar.bz2
libADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.zip
Move old files from root into separated folder
Diffstat (limited to 'Makefile.w32')
-rw-r--r--Makefile.w3224
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.w32 b/Makefile.w32
deleted file mode 100644
index c9c303f..0000000
--- a/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
-