summaryrefslogtreecommitdiff
path: root/lib/Makefile.sol.mingw
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-11 09:59:22 -0800
committerPixel <pixel@nobis-crew.org>2009-11-11 09:59:22 -0800
commit0570d14683cc05262334ff8bf0d9b5b98d10dfe8 (patch)
tree4c0533945ce210576a72f333efc33b1e1b5a9658 /lib/Makefile.sol.mingw
parenta97f9d02d1b2ea19bdd43a9efcd7b8f55595dcff (diff)
Cleaning out crap.
Diffstat (limited to 'lib/Makefile.sol.mingw')
-rw-r--r--lib/Makefile.sol.mingw17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/Makefile.sol.mingw b/lib/Makefile.sol.mingw
deleted file mode 100644
index f9a9c71..0000000
--- a/lib/Makefile.sol.mingw
+++ /dev/null
@@ -1,17 +0,0 @@
-CC = i586-mingw32msvc-gcc
-CXX = i586-mingw32msvc-g++
-AR = i586-mingw32msvc-ar
-RANLIB = i586-mingw32msvc-ranlib
-CPPFLAGS = -I../include -DFORCE64 -O3 -mwindows -D_REENTRANT -I/usr/local/win32/include -I../../extra/regex -DHAVE_UNISTD_H
-OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Main.o Output.o \
- Regex.o String.o checkargs.o datecalc.o fileutils.o generic.o
-TARGET = Baltisot-sol.a
-
-all: $(TARGET)
-
-$(TARGET): $(OBJECTS)
- $(AR) r $(TARGET) $(OBJECTS) ../../extra/regex/regex.o
- $(RANLIB) $(TARGET)
-
-clean:
- rm -f *.o $(TARGET)