Version 0.2.5

Chaged sources to compile from case-sensitive FS (in Linux)
This commit is contained in:
Nikolaj Schlej 2013-10-14 14:11:54 +02:00
parent 56a0ed00b0
commit 1377661a35
7 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -12,8 +12,8 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*/ */
#include "LzmaCompress.h" #include "LzmaCompress.h"
#include "Sdk/C/7zVersion.h" #include "SDK/C/7zVersion.h"
#include "Sdk/C/LzmaEnc.h" #include "SDK/C/LzmaEnc.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -14,7 +14,7 @@
#ifndef __LZMACOMPRESS_H__ #ifndef __LZMACOMPRESS_H__
#define __LZMACOMPRESS_H__ #define __LZMACOMPRESS_H__
#include "Sdk/C/Types.h" #include "SDK/C/Types.h"
#include "../basetypes.h" #include "../basetypes.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@ -12,8 +12,8 @@ WITHWARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*/ */
#include "LzmaDecompress.h" #include "LzmaDecompress.h"
#include "Sdk/C/Types.h" #include "SDK/C/Types.h"
#include "Sdk/C/7zVersion.h" #include "SDK/C/7zVersion.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -15,7 +15,7 @@
#define __LZMADECOMPRESS_H__ #define __LZMADECOMPRESS_H__
#include "../basetypes.h" #include "../basetypes.h"
#include "Sdk/C/LzmaDec.h" #include "SDK/C/LzmaDec.h"
#define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8) #define LZMA_HEADER_SIZE (LZMA_PROPS_SIZE + 8)

View File

@ -12,9 +12,9 @@ SOURCES += main.cpp \
treemodel.cpp \ treemodel.cpp \
LZMA/LzmaCompress.c \ LZMA/LzmaCompress.c \
LZMA/LzmaDecompress.c \ LZMA/LzmaDecompress.c \
LZMA/Sdk/C/LzFind.c \ LZMA/SDK/C/LzFind.c \
LZMA/Sdk/C/LzmaDec.c \ LZMA/SDK/C/LzmaDec.c \
LZMA/Sdk/C/LzmaEnc.c \ LZMA/SDK/C/LzmaEnc.c \
Tiano/EfiTianoDecompress.c \ Tiano/EfiTianoDecompress.c \
Tiano/EfiCompress.c \ Tiano/EfiCompress.c \
Tiano/TianoCompress.c Tiano/TianoCompress.c