bad char
[vg.git] / src / tools.sh
index e5a428a03b3b883abeb2e36b065912a1462ded9e..c59bd373350490e5884a9c6a796ed73b788ff556 100644 (file)
@@ -1,3 +1,8 @@
+#!/bin/bash
+# Copyright (C) 2021-2022 Harry Godden (hgn) - All Rights Reserved
+#
+# Standard tool scripts
+#
 mkdir $_folder/tools -p
 
 _link="-lm"
@@ -20,13 +25,13 @@ tool_qoiconv(){
    compile_x
 }
 
-tool_texsheet(){
-   _src="vg/src/texsheet.c"
-   _dst="tools/texsheet"
-   compile_x
-}
+#tool_texsheet(){
+#   _src="vg/src/texsheet.c"
+#   _dst="tools/texsheet"
+#   compile_x
+#}
 
 tool_shader
 tool_fontcomp
 tool_qoiconv
-tool_texsheet
+#tool_texsheet