98ed7409fc
Actually libneon probably can't be used in an app distributed through the App Store thanks to its LGPL licensing, so eventually we either need a replacement, like AOO, or need to bypass code that uses neon for iOS. But for now let's keep building it...
9 lines
418 B
Text
9 lines
418 B
Text
mkdir: %_DEST%\inc\external
|
|
mkdir: %_DEST%\inc\external\neon
|
|
..\version.mk %_DEST%\inc\external\neon\version.mk
|
|
..\%__SRC%\inc\ne_*.h %_DEST%\inc\external\neon\ne_*.h
|
|
..\%__SRC%\lib\ineon.lib %_DEST%\lib\ineon.lib
|
|
..\%__SRC%\bin\neon*.dll %_DEST%\bin\neon*.dll
|
|
..\%__SRC%\lib\libneon*.so %_DEST%\lib\libneon*.so
|
|
..\%__SRC%\lib\libneon*.dylib %_DEST%\lib\libneon*.dylib
|
|
..\%__SRC%\lib\libneon*.a %_DEST%\lib\libneon*.a
|