second try at msbuild
This commit is contained in:
parent
e985c74aac
commit
cb522a0959
@ -85,9 +85,10 @@ cd ../..
|
|||||||
git clone https://github.com/libimobiledevice/libplist
|
git clone https://github.com/libimobiledevice/libplist
|
||||||
git clone https://github.com/jpaver/opengametools.git
|
git clone https://github.com/jpaver/opengametools.git
|
||||||
git clone https://github.com/oomer/vmax2bella.git
|
git clone https://github.com/oomer/vmax2bella.git
|
||||||
cp vmax2bella/patch_libplist/libplist.vcxproj ../libplist
|
copy .\vmax2bella\patch_libplist\libplist.vcxproj .\libplist
|
||||||
cp vmax2bella/patch_libplist/cnary.c ../libplist/libcnary/cnary.c
|
copy /Y .\vmax2bella\patch_libplist\config.h .\libplist\src\config.h
|
||||||
cp vmax2bella/patch_libplist/plist.c ../libplist/libcnary/plist.c
|
copy /Y .\vmax2bella\patch_libplist\cnary.c .\libplist\libcnary\cnary.c
|
||||||
|
copy /Y .\vmax2bella\patch_libplist\plist.c .\libplist\src\plist.c
|
||||||
cd libplist
|
cd libplist
|
||||||
msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
14
patch_libplist/config.h
Normal file
14
patch_libplist/config.h
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
$ cat config.h
|
||||||
|
#ifndef CONFIG_H
|
||||||
|
#define CONFIG_H
|
||||||
|
|
||||||
|
#define PACKAGE_VERSION "2.4.0"
|
||||||
|
#define PACKAGE "libplist"
|
||||||
|
#define PACKAGE_BUGREPORT "https://github.com/libimobiledevice/libplist/issues"
|
||||||
|
#define PACKAGE_NAME "libplist"
|
||||||
|
#define PACKAGE_STRING "libplist 2.4.0"
|
||||||
|
#define PACKAGE_TARNAME "libplist"
|
||||||
|
#define PACKAGE_URL "https://libimobiledevice.org"
|
||||||
|
|
||||||
|
#endif /* CONFIG_H */
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user