Start at trying to build these test programs for iOS

This commit is contained in:
Tor Lillqvist 2011-07-18 20:30:24 +03:00
parent 7b2d0c9ad2
commit d423fd5460
3 changed files with 6 additions and 2 deletions

View file

@ -49,6 +49,10 @@ OBJFILES= \
# --- Targets ------------------------------------------------------
.IF "$(OS)" == "IOS"
CFLAGS += -x objective-c++ -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300
.ENDIF
# svdem
APP1NOSAL= TRUE

View file

@ -51,7 +51,7 @@ void Main();
// -----------------------------------------------------------------------
SAL_IMPLEMENT_MAIN()
SAL_IMPLEMENT_MAIN_WITH_GUI()
{
tools::extendApplicationEnvironment();

View file

@ -56,7 +56,7 @@ void Main();
// -----------------------------------------------------------------------
SAL_IMPLEMENT_MAIN()
SAL_IMPLEMENT_MAIN_WITH_GUI()
{
tools::extendApplicationEnvironment();