summaryrefslogtreecommitdiff
path: root/tests/console
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-02 11:38:44 +0800
committerruki <[email protected]>2015-06-02 11:38:44 +0800
commite1498eebcd687db0ccd8786906746642a173c01a (patch)
treed93258273e977dcd7a878cdd7ab29579c0473ae2 /tests/console
parent4b85064e874d050de835f4a4a0b2158f1405a6aa (diff)
impl build
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/xmake.xproj9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/console/xmake.xproj b/tests/console/xmake.xproj
index ac39513b0..4bf7e7d4a 100644
--- a/tests/console/xmake.xproj
+++ b/tests/console/xmake.xproj
@@ -54,8 +54,8 @@ project: console
deps: hello1
files: src/demo/*.c
links: hello1
- linkdirs: $(buildir)/src/hello1
- includedirs: $(buildir)/src/hello1
+ linkdirs: $(buildir)
+ includedirs: $(buildir)
cflags: -DHELLO1
# the modes
@@ -71,8 +71,8 @@ project: console
deps: hello2
files: src/demo/*.cpp
links: hello2
- linkdirs: $(buildir)/src/hello2
- includedirs: $(buildir)/src/hello2
+ linkdirs: $(buildir)
+ includedirs: $(buildir)
cxxflags: -DHELLO1
}
@@ -109,7 +109,6 @@ project: console
platforms: macosx, ios
{
ldflags: -framework Cocoa, "-framework IOKit"
- , -framework UIKit
, -framework CoreFoundation
}
}