summaryrefslogtreecommitdiffstats
path: root/ds9/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-04 20:15:19 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-04 20:15:19 (GMT)
commitb7ea9be84e1a1d58db919d8f63e00d00b283d949 (patch)
tree7a38f918a416307b9b721f80f6a47e0cd0c43b76 /ds9/win
parent8bceef39a36302d6358311b1988b96db82704c9e (diff)
downloadblt-b7ea9be84e1a1d58db919d8f63e00d00b283d949.zip
blt-b7ea9be84e1a1d58db919d8f63e00d00b283d949.tar.gz
blt-b7ea9be84e1a1d58db919d8f63e00d00b283d949.tar.bz2
simplify build
Diffstat (limited to 'ds9/win')
-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
-