diff options
Diffstat (limited to 'tmake/lib/unix/lib.t')
-rwxr-xr-x | tmake/lib/unix/lib.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmake/lib/unix/lib.t b/tmake/lib/unix/lib.t new file mode 100755 index 0000000..dd24c63 --- /dev/null +++ b/tmake/lib/unix/lib.t @@ -0,0 +1,6 @@ +############################################################################# +#! +#! This is a tmake template for building Unix libraries. +#! +#$ Project('TMAKE_LIB_FLAG = 1'); +#$ IncludeTemplate("generic.t"); |