diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ // You should have received a copy of the GNU General Public License along with // this program. If not, see <https://www.gnu.org/licenses/>. +// Compilation commands: +// - release : jai ttt.jai -import_dir . -x64 -release +// - debug : jai ttt.jai -import_dir . -x64 #import "Basic"; #import "System"; |
