diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2018-12-16 22:20:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 22:20:48 +0300 |
commit | 657c48c65cb312e6513a21696bec589cad03aa01 (patch) | |
tree | 199ba745257368269416fe8416f9f41b834cb2da /_old_files/Makefile.old | |
parent | 7babcc0b2c91ace40a74154790f4e9f461e91c59 (diff) | |
parent | 16d2602e043eeb2398bb3be9bb4498228f221be1 (diff) | |
download | libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.gz libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.bz2 libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.zip |
Merge pull request #198 from Flamefire/Cmake_Cleanup
CMake cleanup
Diffstat (limited to '_old_files/Makefile.old')
-rw-r--r-- | _old_files/Makefile.old | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/_old_files/Makefile.old b/_old_files/Makefile.old deleted file mode 100644 index f1a2ead..0000000 --- a/_old_files/Makefile.old +++ /dev/null @@ -1,24 +0,0 @@ -#CXX=i686-w64-mingw32-g++ -static -CC=gcc -CXX=g++ -CXXLINK=$(CXX) -MKDIR=mkdir -p -RM=rm -RM_F=rm -Rf - -#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 - -CFLAGS += -DLIBADLMIDI_VISIBILITY - -CPPFLAGS += -DLIBADLMIDI_VISIBILITY - -CPPFLAGS += -std=c++11 -pedantic -Wall -Wextra - -include make.rules - |