summaryrefslogtreecommitdiffstats
path: root/ds9/win/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/win/Makefile.in')
-rwxr-xr-xds9/win/Makefile.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index 0c20c31..82177a3 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -130,7 +130,8 @@ PREQS = \
$(LIBDIR)/textutil \
$(LIBDIR)/math \
$(APPDIR)/xpans.exe \
- $(APPDIR)/install.vbs
+ $(APPDIR)/install.vbs \
+ $(APPDIR)/tcc
#--------------------------main
@@ -186,9 +187,15 @@ $(APPDIR)/tk$(TCL_VERSION) : $(prefix)/lib/tk$(TCL_VERSION)
$(APPDIR)/xpans.exe: $(bindir)/xpans.exe
cp -p $? $@
-$(APPDIR)/install.vbs : install.vbs
+$(APPDIR)/install.vbs: install.vbs
cp -p $? $@
+$(APPDIR)/tcc: $(prefix)/compilers/tcc-0.9.25-win32-bin.zip
+ $(RM) -rf $@
+ cd $(bindir); unzip %?
+ chmod +x $@/tcc.exe
+ touch $@
+
#--------------------------clean
.PHONY : clean
@@ -197,4 +204,3 @@ clean :
$(RM) core *~ *# *.zip *.o
include ../make.include
-