summaryrefslogtreecommitdiff
path: root/tests/projects/pascal/static/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-04 22:15:23 +0800
committerruki <[email protected]>2021-09-04 22:15:23 +0800
commit718c75717bab367194ee3220cdef3d64f17962d8 (patch)
tree1d1489cea378e02750a4f4d046cf1353ef053730 /tests/projects/pascal/static/xmake.lua
parent51860aa00956dd52121339229a5b71b4fc428a72 (diff)
remove static library for pascal
Diffstat (limited to 'tests/projects/pascal/static/xmake.lua')
-rw-r--r--tests/projects/pascal/static/xmake.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/projects/pascal/static/xmake.lua b/tests/projects/pascal/static/xmake.lua
deleted file mode 100644
index 759cf69ad..000000000
--- a/tests/projects/pascal/static/xmake.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-add_rules("mode.debug", "mode.release")
-target("foo")
- set_kind("static")
- add_files("src/foo.pas")
-
-target("test")
- set_kind("binary")
- add_deps("foo")
- add_files("src/main.pas")