resources/common.icf

changeset 0
7ff85f7ce3a7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/resources/common.icf	Wed Jul 31 19:28:00 2013 +0200
     1.3 @@ -0,0 +1,47 @@
     1.4 +# This file is for configuration settings for your
     1.5 +# application.
     1.6 +#
     1.7 +# The syntax is similar to windows .ini files ie
     1.8 +#
     1.9 +# [GroupName]
    1.10 +# Setting = Value
    1.11 +#
    1.12 +# Which can be read by your application using
    1.13 +#  e.g s3eConfigGetString("GroupName", "Setting", string)
    1.14 +#
    1.15 +# All settings must be documented in .config.txt files.
    1.16 +# New settings specific to this application should be
    1.17 +# documented in app.config.txt
    1.18 +#
    1.19 +# Some conditional operations are also permitted, see the
    1.20 +# S3E documentation for details.
    1.21 +
    1.22 +[S3E]
    1.23 +MemSize=25000000
    1.24 +MemSizeDebug=30000000
    1.25 +WinPosX=16
    1.26 +WinPosY=16
    1.27 +#SysStdOut="output.txt"
    1.28 +
    1.29 +[TRACE]
    1.30 +ACCELEROMETER=0
    1.31 +AUDIO=0
    1.32 +DEBUG=0
    1.33 +DEVICE=0
    1.34 +EXT=0
    1.35 +FIBRE=0
    1.36 +FILE=0
    1.37 +IWCRT=0
    1.38 +#IW_GL=0
    1.39 +KEYBOARD=0
    1.40 +LOADER=0
    1.41 +MEMORY=0
    1.42 +THREAD=0
    1.43 +SOUND=0
    1.44 +SURFACE=0
    1.45 +
    1.46 +[GL]
    1.47 +AllowNegativeUniformLocation=1
    1.48 +
    1.49 +[UTIL]
    1.50 +MemMgrMaxAllocWarning=0

mercurial