-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmf_linux.kmf
More file actions
41 lines (32 loc) · 782 Bytes
/
mf_linux.kmf
File metadata and controls
41 lines (32 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#KMF VERSION 1.0
//Manifest file for use with KalaMove. Read more at https://github.com/kalakit/kalamove
//
// CORE STUFF
//
//copy readme
origin: README.md
target: ..@external-shared@KalaLua@README.md
action: forcecopy
//copy license
origin: LICENSE.md
target: ..@external-shared@KalaLua@LICENSE.md
action: forcecopy
//copy include files
origin: include
target: ..@external-shared@KalaLua@include
action: forcecopy
//copy docs
origin: docs
target: ..@external-shared@KalaLua@docs
action: forcecopy
//
// BINARIES
//
//copy debug
origin: build@debug-linux@libkalaluad.a
target: ..@external-shared@KalaLua@debug@libkalaluad.a
action: forcecopy
//copy release
origin: build@release-linux@libkalalua.a
target: ..@external-shared@KalaLua@release@libkalalua.a
action: forcecopy