From 00742af3a6f6d25fbd3b3b77744e8f39a8c14c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 26 Aug 2013 02:53:29 +0200 Subject: OS compatibility and generic cleanup. Removed bspatch/patchlib Now builds and runs on Windows --- depends/patchlib/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 depends/patchlib/CMakeLists.txt (limited to 'depends/patchlib/CMakeLists.txt') diff --git a/depends/patchlib/CMakeLists.txt b/depends/patchlib/CMakeLists.txt deleted file mode 100644 index 4130e08f..00000000 --- a/depends/patchlib/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -project(patchlib C) - -set(SRCS -blocksort.c -huffman.c -crctable.c -randtable.c -compress.c -decompress.c -bzlib.c -bspatch.c -) - -add_library(patchlib STATIC ${SRCS}) -- cgit v1.2.3