aboutsummaryrefslogtreecommitdiff
path: root/_old_files/Makefile.cygwin
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2018-12-16 22:20:48 +0300
committerGitHub <noreply@github.com>2018-12-16 22:20:48 +0300
commit657c48c65cb312e6513a21696bec589cad03aa01 (patch)
tree199ba745257368269416fe8416f9f41b834cb2da /_old_files/Makefile.cygwin
parent7babcc0b2c91ace40a74154790f4e9f461e91c59 (diff)
parent16d2602e043eeb2398bb3be9bb4498228f221be1 (diff)
downloadlibADLMIDI-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.cygwin')
-rw-r--r--_old_files/Makefile.cygwin26
1 files changed, 0 insertions, 26 deletions
diff --git a/_old_files/Makefile.cygwin b/_old_files/Makefile.cygwin
deleted file mode 100644
index 1424af8..0000000
--- a/_old_files/Makefile.cygwin
+++ /dev/null
@@ -1,26 +0,0 @@
-CC=i686-pc-mingw32-gcc -static
-CXX=i686-pc-mingw32-g++ -static
-CXXLINK=$(CXX)
-
-#DEBUG=-O0 -fno-inline -D_GLIBCXX_DEBUG -g -fstack-protector-all -fdata-sections
-
-DEBUG=-O3 -g -fexpensive-optimizations -ffast-math
-
-#DEBUG += -fno-tree-vectorize
-
-# -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx
-
-CPPFLAGS += $(SDL)
-
-CPPFLAGS += -ansi -Wall -W
-
-CC += -mwin32 -mconsole -mno-cygwin
-CXX += -mwin32 -mconsole -mno-cygwin
-CPPFLAGS += -I/usr/include/mingw -mno-cygwin -I/usr/include/w32api
-LDLIBS += -L/usr/local/lib -L/usr/lib/w32api -lwinmm
-
-# ^For cygwin. For anything else, remove this line.
-
-
-include make.rules
-