931fbde41d
1. Updated the iOS user_settings.h with the hardened settings. 2. Updated the iOS project file with Xcode's suggested settings. 3. Added an IDE project for building wolfSSL for Android using Visual Studio 2017.
17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
include IDE/iOS/include.am
|
|
include IDE/WIN/include.am
|
|
include IDE/WIN-SGX/include.am
|
|
include IDE/LINUX-SGX/include.am
|
|
include IDE/WORKBENCH/include.am
|
|
include IDE/ROWLEY-CROSSWORKS-ARM/include.am
|
|
include IDE/ARDUINO/include.am
|
|
include IDE/INTIME-RTOS/include.am
|
|
include IDE/OPENSTM32/include.am
|
|
include IDE/VS-ARM/include.am
|
|
|
|
EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL IDE/LPCXPRESSO IDE/HEXIWEAR
|