Start at trying to build these test programs for iOS
This commit is contained in:
parent
7b2d0c9ad2
commit
d423fd5460
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -51,7 +51,7 @@ void Main();
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
SAL_IMPLEMENT_MAIN()
|
||||
SAL_IMPLEMENT_MAIN_WITH_GUI()
|
||||
{
|
||||
tools::extendApplicationEnvironment();
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ void Main();
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
SAL_IMPLEMENT_MAIN()
|
||||
SAL_IMPLEMENT_MAIN_WITH_GUI()
|
||||
{
|
||||
tools::extendApplicationEnvironment();
|
||||
|
||||
|
|
Loading…
Reference in a new issue