MSC fix
Change-Id: I12c8ab5779d952eb640298478da7084b5f643568
This commit is contained in:
parent
bda192b6f4
commit
d6576f9dd1
10
libcdr/libcdr-0.0.8-msc.patch
Normal file
10
libcdr/libcdr-0.0.8-msc.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- misc/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-06 13:42:03.000000000 +0200
|
||||
+++ misc/build/libcdr-0.0.8/src/lib/libcdr_utils.h 2012-06-11 15:09:43.305289500 +0200
|
||||
@@ -50,6 +50,7 @@
|
||||
typedef unsigned char uint8_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned uint32_t;
|
||||
+typedef short int16_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
|
2
libcdr/makefile.mk
Normal file → Executable file
2
libcdr/makefile.mk
Normal file → Executable file
@ -62,6 +62,8 @@ INCPRE+=$(SOLARVER)$/$(INPATH)$/inc$/lcms2
|
||||
TARFILE_NAME=libcdr-0.0.8
|
||||
TARFILE_MD5=ce5a1def34578b75959ac31210f031f6
|
||||
|
||||
PATCH_FILES = libcdr-0.0.8-msc.patch
|
||||
|
||||
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
|
||||
BUILD_DIR=src$/lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user