Init
This commit is contained in:
17
Samples/Marmalade/Marmalade.mkb
Normal file
17
Samples/Marmalade/Marmalade.mkb
Normal file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env mkb
|
||||
# Automaticially generated by 'D:\Airplay SDK\4.5\s3e\/bin/create_mkb.py D:\RakNet\Samples/Marmalade/ Marmalade'
|
||||
|
||||
files
|
||||
{
|
||||
CrossConnectionTest.cpp
|
||||
}
|
||||
|
||||
subproject iwutil
|
||||
|
||||
includepath .
|
||||
|
||||
includepath ../../Source
|
||||
|
||||
option module_path="../../DependentExtensions/Marmalade"
|
||||
|
||||
subproject RakNet
|
||||
12
Samples/Marmalade/data/app.config.txt
Normal file
12
Samples/Marmalade/data/app.config.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# This .config.txt file documents configuration settings for your
|
||||
# application
|
||||
# The syntax is similar to that in .icf files:
|
||||
#
|
||||
# [GroupName]
|
||||
# Setting Documentation for setting
|
||||
#
|
||||
# e.g.
|
||||
# [MyApplicationGroup]
|
||||
# MySetting Description of what MySetting is for, its default values, etc
|
||||
|
||||
|
||||
17
Samples/Marmalade/data/app.icf
Normal file
17
Samples/Marmalade/data/app.icf
Normal file
@ -0,0 +1,17 @@
|
||||
# This file is for configuration settings for your
|
||||
# application.
|
||||
#
|
||||
# The syntax is similar to windows .ini files ie
|
||||
#
|
||||
# [GroupName]
|
||||
# Setting = Value
|
||||
#
|
||||
# Which can be read by your application using
|
||||
# e.g s3eConfigGetString("GroupName", "Setting", string)
|
||||
#
|
||||
# All settings must be documented in .config.txt files.
|
||||
# New settings specific to this application should be
|
||||
# documented in app.config.txt
|
||||
#
|
||||
# Some conditional operations are also permitted, see the
|
||||
# S3E documentation for details.
|
||||
Reference in New Issue
Block a user