From 1377661a353e870b7d23d57410dc9cc3ad40a9ee Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Mon, 14 Oct 2013 14:11:54 +0200 Subject: [PATCH] Version 0.2.5 Chaged sources to compile from case-sensitive FS (in Linux) --- LZMA/._LzmaCompress.c | Bin 4096 -> 0 bytes LZMA/._LzmaCompress.h | Bin 4096 -> 0 bytes LZMA/LzmaCompress.c | 4 ++-- LZMA/LzmaCompress.h | 4 ++-- LZMA/LzmaDecompress.c | 4 ++-- LZMA/LzmaDecompress.h | 2 +- uefitool.pro | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 LZMA/._LzmaCompress.c delete mode 100644 LZMA/._LzmaCompress.h diff --git a/LZMA/._LzmaCompress.c b/LZMA/._LzmaCompress.c deleted file mode 100644 index c8938291eb09c366b177a71a0c9181906bb7d51f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103v0xDsI z=wO%wWb>nG0m{L|#gp@M^%4sTa#Hm|QY%Va^OEyZGV{`b3Q9}TbS$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103v0xDsI z=wO%wWb>nG0m{L|#gp@M^%4sTa#Hm|QY%Va^OEyZGV{`b3Q9}TbS diff --git a/LZMA/LzmaCompress.h b/LZMA/LzmaCompress.h index 061ac22..5955087 100644 --- a/LZMA/LzmaCompress.h +++ b/LZMA/LzmaCompress.h @@ -14,7 +14,7 @@ #ifndef __LZMACOMPRESS_H__ #define __LZMACOMPRESS_H__ -#include "Sdk/C/Types.h" +#include "SDK/C/Types.h" #include "../basetypes.h" #ifdef __cplusplus @@ -36,4 +36,4 @@ LzmaCompress ( #ifdef __cplusplus } #endif -#endif \ No newline at end of file +#endif diff --git a/LZMA/LzmaDecompress.c b/LZMA/LzmaDecompress.c index 43b671c..81a65d3 100644 --- a/LZMA/LzmaDecompress.c +++ b/LZMA/LzmaDecompress.c @@ -12,8 +12,8 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. */ #include "LzmaDecompress.h" -#include "Sdk/C/Types.h" -#include "Sdk/C/7zVersion.h" +#include "SDK/C/Types.h" +#include "SDK/C/7zVersion.h" #include diff --git a/LZMA/LzmaDecompress.h b/LZMA/LzmaDecompress.h index b22da39..071326f 100644 --- a/LZMA/LzmaDecompress.h +++ b/LZMA/LzmaDecompress.h @@ -15,7 +15,7 @@ #define __LZMADECOMPRESS_H__ #include "../basetypes.h" -#include "Sdk/C/LzmaDec.h" +#include "SDK/C/LzmaDec.h" #define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8) diff --git a/uefitool.pro b/uefitool.pro index 3a95d2f..9427990 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -12,9 +12,9 @@ SOURCES += main.cpp \ treemodel.cpp \ LZMA/LzmaCompress.c \ LZMA/LzmaDecompress.c \ - LZMA/Sdk/C/LzFind.c \ - LZMA/Sdk/C/LzmaDec.c \ - LZMA/Sdk/C/LzmaEnc.c \ + LZMA/SDK/C/LzFind.c \ + LZMA/SDK/C/LzmaDec.c \ + LZMA/SDK/C/LzmaEnc.c \ Tiano/EfiTianoDecompress.c \ Tiano/EfiCompress.c \ Tiano/TianoCompress.c @@ -31,4 +31,4 @@ HEADERS += uefitool.h \ Tiano/EfiTianoCompress.h FORMS += uefitool.ui RC_FILE = uefitool.rc -ICON = uefitool.icns \ No newline at end of file +ICON = uefitool.icns