diff options
| author | ruki <[email protected]> | 2015-06-01 10:03:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-01 10:09:10 +0800 |
| commit | 7381a36a64f50a6db22155ebce996351201b90cb (patch) | |
| tree | fea64527b0cf27c3d00691752ceca2a678546646 /tests/console | |
| parent | a32ad41a1812ad88043c0ecd0a09301267de9871 (diff) | |
add linker and make link command
Diffstat (limited to 'tests/console')
| -rw-r--r-- | tests/console/xmake.xproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/console/xmake.xproj b/tests/console/xmake.xproj index b1aeba5df..aae24e89e 100644 --- a/tests/console/xmake.xproj +++ b/tests/console/xmake.xproj @@ -50,7 +50,7 @@ project: console target: demo_c { - kind: console + kind: binary deps: hello1 files: src/demo/*.c links: hello1 @@ -67,7 +67,7 @@ project: console target: demo_cpp { - kind: console + kind: binary deps: hello2 files: src/demo/*.cpp links: hello2 @@ -78,7 +78,7 @@ project: console target: demo_objc { - kind: console + kind: binary deps: hello3 files: src/demo/*.m links: hello3 @@ -89,7 +89,7 @@ project: console target: demo_objcpp { - kind: console + kind: binary deps: hello3 files: src/demo/*.mm mxflags: -DHELLO3 |
