From 352660262dfd05cc75b5f2099507c9f29953a270 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 21 Oct 2017 01:10:15 +0300 Subject: Move old files from root into separated folder --- _old_files/Makefile.cygwin | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _old_files/Makefile.cygwin (limited to '_old_files/Makefile.cygwin') diff --git a/_old_files/Makefile.cygwin b/_old_files/Makefile.cygwin new file mode 100644 index 0000000..1424af8 --- /dev/null +++ b/_old_files/Makefile.cygwin @@ -0,0 +1,26 @@ +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 + -- cgit v1.2.3