mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-24 17:08:23 +08:00
Version 0.2.5
Chaged sources to compile from case-sensitive FS (in Linux)
This commit is contained in:
parent
56a0ed00b0
commit
1377661a35
Binary file not shown.
Binary file not shown.
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -36,4 +36,4 @@ LzmaCompress (
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -31,4 +31,4 @@ HEADERS += uefitool.h \
|
|||||||
Tiano/EfiTianoCompress.h
|
Tiano/EfiTianoCompress.h
|
||||||
FORMS += uefitool.ui
|
FORMS += uefitool.ui
|
||||||
RC_FILE = uefitool.rc
|
RC_FILE = uefitool.rc
|
||||||
ICON = uefitool.icns
|
ICON = uefitool.icns
|
||||||
|
Loading…
Reference in New Issue
Block a user