Skip to content

Commit

Permalink
Custom target files
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHart66 committed Mar 11, 2022
1 parent 0834a9c commit 612b592
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
48 changes: 48 additions & 0 deletions targets_ext/custom/cxbuild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
'setecho::on|off
'sethost::winnt|macos|linux|all
'config::release/debug/all
'print::text
'build::params
'execute::params
'replace::file srcStr replaceStr
'copyfile::srcFile dstFile
'deletefile::file
'copydir::srcDir dstDir
'deletedir::directory
'createdir::directory
'changedir::directory
'copydata::dstDir
'renamefile::srcFile dstFile
'inject::inputfile outputfile section(CONFIG/TRANSCODE/METADATA) (preface)
'getenv::envVar $$var$$
'setenv::envVar string/$$var$$/##configOption##/etc.
'set::$$var$$ string/$$var$$/##configOption##/etc.
'if::param1 EQ/NE/CS/NS param2
'endif

print::-----------------------------------------------------------------
print::Cerberus X directory = %cxDir%
print::Source directory = %srcDir%
print::Build directory = %buildDir%
print::Target directory = %targetDir%
print::Configuration = %config%
print::Source name = %srcName%
print::Target name = %targetName%
print::Host = %host%

print::-----------------------------------------------------------------
print::App configuration options = ##GLFW_APP_ICON##

print::-----------------------------------------------------------------
print::ANDROID_PATH= %ANDROID_PATH%
print::ANDROID_NDK_PATH= %ANDROID_NDK_PATH%
print::ANT_PATH= %ANT_PATH%
print::JDK_PATH= %JDK_PATH%
print::FLEX_PATH= %FLEX_PATH%
print::MINGW_PATH= %MINGW_PATH%
print::MSBUILD_PATH= %MSBUILD_PATH%
print::PSS_PATH= %PSS_PATH%
print::PSM_PATH= %PSM_PATH%
print::AGK_PATH= %AGK_PATH%
print::HTML_PLAYER= %HTML_PLAYER%
print::FLASH_PLAYER= %FLASH_PLAYER%
5 changes: 5 additions & 0 deletions targets_ext/custom/target.cxs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#TARGET_NAME="Custom Builder"
#TARGET_SYSTEM="customsystem"
#TARGET_BUILDER="custom"
#TARGET_LANG="cpp"
#TARGET_HOST="win2nt|mac2os|lin2ux"
1 change: 1 addition & 0 deletions targets_ext/custom/template/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Your custom project goes here.

0 comments on commit 612b592

Please sign in to comment.