Implemented basic GUI config in Tcl/Tk

This commit is contained in:
Luxferre
2024-09-30 20:22:49 +03:00
parent ff520f5dfb
commit 6b74664f6d
2 changed files with 3 additions and 195 deletions
+3 -3
View File
@@ -39,7 +39,7 @@ config-linux:
cd $(TCLDIR) && ./tclkit-linux64 ./sdx.kit qwrap conf.tcl -runtime tclruntime
mkdir -p $(DIST)
mv $(TCLDIR)/conf $(DIST)/$(CONFIGBINNAME)
rm $(TCLDIR)/tclruntime
rm $(TCLDIR)/tclruntime $(TCLDIR)/conf.tcl
config-win64:
cp $(SRC)/conf.tcl $(TCLDIR)/conf.tcl
@@ -47,7 +47,7 @@ config-win64:
cd $(TCLDIR) && ./tclkit-win64.exe ./sdx.kit qwrap conf.tcl -runtime tclruntime.exe
mkdir -p $(DIST)
mv $(TCLDIR)/conf $(DIST)/$(CONFIGBINNAME).exe
rm $(TCLDIR)/tclruntime.exe
rm $(TCLDIR)/tclruntime.exe $(TCLDIR)/conf.tcl
config-win64-cross:
cp $(SRC)/conf.tcl $(TCLDIR)/conf.tcl
@@ -55,7 +55,7 @@ config-win64-cross:
cd $(TCLDIR) && ./tclkit-linux64 ./sdx.kit qwrap conf.tcl -runtime tclruntime.exe
mkdir -p $(DIST)
mv $(TCLDIR)/conf $(DIST)/$(CONFIGBINNAME).exe
rm $(TCLDIR)/tclruntime.exe
rm $(TCLDIR)/tclruntime.exe $(TCLDIR)/conf.tcl
dist:
mkdir -p $(DIST)