mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9691c13b7d
commit
e0917146f2
@ -212,10 +212,6 @@ Add|New Project.
|
|||||||
$(SolutionDir)\libgen
|
$(SolutionDir)\libgen
|
||||||
$(SolutionDir)\libusbmuxd
|
$(SolutionDir)\libusbmuxd
|
||||||
$SW\private\openssl\include
|
$SW\private\openssl\include
|
||||||
- Edit afc.c #35:
|
|
||||||
Comment out lines 35-37 (Synchapi.h is a Windows 8 include file)
|
|
||||||
- Edit userprofile.c and add at line 25:
|
|
||||||
#include <Windows.h>
|
|
||||||
- Properties -> Linker -> General -> Additional library directories:
|
- Properties -> Linker -> General -> Additional library directories:
|
||||||
$SW\private\openssl\lib
|
$SW\private\openssl\lib
|
||||||
$(OutDir)
|
$(OutDir)
|
||||||
@ -237,8 +233,10 @@ Add|New Project.
|
|||||||
libgen
|
libgen
|
||||||
libplist
|
libplist
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
- If 64bits, then Right click->Properties->Configuration Manager change
|
- Edit afc.c #35:
|
||||||
Win32 to x64 for the libcnary project and check the Build checkbox
|
Comment out lines 35-37 (Synchapi.h is a Windows 8 include file)
|
||||||
|
- Edit userprofile.c and add at line 25:
|
||||||
|
#include <Windows.h>
|
||||||
- Edit libimobiledevice\include\libimobiledevice\afc.h
|
- Edit libimobiledevice\include\libimobiledevice\afc.h
|
||||||
At #26, insert
|
At #26, insert
|
||||||
#define AFC_API __declspec( dllexport )
|
#define AFC_API __declspec( dllexport )
|
||||||
@ -341,6 +339,8 @@ Add|New Project.
|
|||||||
lockdownd_data_classes_free
|
lockdownd_data_classes_free
|
||||||
lockdownd_service_descriptor_free
|
lockdownd_service_descriptor_free
|
||||||
|
|
||||||
|
- If 64bits, then Right click->Properties->Configuration Manager change
|
||||||
|
Win32 to x64 for the libcnary project and check the Build checkbox
|
||||||
- Right-click libimobiledevice, Build.
|
- Right-click libimobiledevice, Build.
|
||||||
0 errors, 60 warnings.
|
0 errors, 60 warnings.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user