From 3bfb2da43ac4b89bc0adf96990c86d45aa110532 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 12 Oct 2018 22:50:12 +0800 Subject: update index --- landing.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'landing.html') diff --git a/landing.html b/landing.html index a10d2405..7b235f97 100644 --- a/landing.html +++ b/landing.html @@ -77,6 +77,8 @@

+

An official xmake package repository: xmake-repo

+

Build project

$ xmake
@@ -157,6 +159,8 @@
 
 
$ xmake m -b                        # start to record
 $ xmake f -p iphoneos -m debug
+$ xmake 
+$ xmake f -p android --ndk=~/files/android-ndk-r16b
 $ xmake
 $ xmake m -e                        # stop to record
 $ xmake m .                         # playback commands
@@ -220,6 +224,9 @@
 target("console")
     set_kind("binary")
     add_files("src/*.c") 
+    if is_plat("windows", "mingw") then
+        add_defines("XXX")
+    end
 
-- cgit v1.2.3