mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-23 12:51:01 +00:00
Co-Authored-By: sector-a <82838084+sector-a@users.noreply.github.com> Co-Authored-By: mcagabe19 <egzozu.be.bas@gmail.com> Co-Authored-By: Mihai Alexandru <77043862+majigsaw77@users.noreply.github.com> Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com> Co-Authored-By: luckydog7 <59097731+luckydog7@users.noreply.github.com>
61 lines
935 B
Plaintext
61 lines
935 B
Plaintext
## CPP
|
|
--next
|
|
--verbose
|
|
--debug
|
|
-main TestMain
|
|
-cpp build/cpp_test
|
|
# Funkin' deps
|
|
-lib lime
|
|
-lib openfl
|
|
-lib flixel
|
|
-lib flixel-addons
|
|
-lib flixel-ui
|
|
-lib hscript
|
|
-lib polymod
|
|
-lib haxeui-core
|
|
-lib haxeui-flixel
|
|
-lib flxanimate
|
|
-lib hxvlc
|
|
-lib thx.semver
|
|
-lib json2object
|
|
-lib tink_json
|
|
# Test deps
|
|
-lib munit
|
|
-lib hamcrest
|
|
-lib mcover
|
|
-lib mockatoo
|
|
# Class paths
|
|
-cp source
|
|
-cp ../../source
|
|
# Flixel macros
|
|
--remap flash:openfl
|
|
--macro flixel.system.macros.FlxDefines.run()
|
|
# Funkin' macros
|
|
--macro addMetadata('@:build(funkin.util.macro.FlxMacro.buildFlxBasic())', 'flixel.FlxBasic')
|
|
|
|
|
|
## JavaScript HTML5
|
|
--next
|
|
-js build/js_test.js
|
|
# Funkin' deps
|
|
-lib lime
|
|
-lib openfl
|
|
-lib flixel
|
|
-lib flixel-addons
|
|
-lib hscript
|
|
-lib flixel-ui
|
|
-lib haxeui-core
|
|
-lib haxeui-flixel
|
|
-lib polymod
|
|
-lib flxanimate
|
|
-lib hxvlc
|
|
-lib thx.semver
|
|
-lib json2object
|
|
-lib tink_json
|
|
# Test deps
|
|
-lib munit
|
|
-lib hamcrest
|
|
# Class paths
|
|
-cp source
|
|
-cp ../../source
|