diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-21 01:10:15 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-21 01:10:15 +0300 |
commit | 352660262dfd05cc75b5f2099507c9f29953a270 (patch) | |
tree | 0a22789f5ab46aa7bfc8b9040cc28155e4d7b71c /Makefile.cygwin | |
parent | 816f57009d0136f8b0362616945d8bbc99094190 (diff) | |
download | libADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.tar.gz libADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.tar.bz2 libADLMIDI-352660262dfd05cc75b5f2099507c9f29953a270.zip |
Move old files from root into separated folder
Diffstat (limited to 'Makefile.cygwin')
-rw-r--r-- | Makefile.cygwin | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.cygwin b/Makefile.cygwin deleted file mode 100644 index 1424af8..0000000 --- a/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 - |