X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=wx%2FMakefile;fp=wx%2FMakefile;h=e5cde646c6f5af39ca058d2de5f75162a051b992;hp=3ed15ef00afc21dfc0998d0b198008b7be8fb000;hb=a9634f803811f39e67114955c3e9c30ae247a669;hpb=70ce1703acd71940235f2db58840c21d2a697003 diff --git a/wx/Makefile b/wx/Makefile index 3ed15ef..e5cde64 100644 --- a/wx/Makefile +++ b/wx/Makefile @@ -6,13 +6,15 @@ include ../Makefile.common all: pdf2swf_gui.exe pdf2swf_gui.exe: gpdf2swf.py gui/*.py viewers/*.py - cp gpdf2swf.py /xpython/main.py - cp -R viewers gui lib /xpython/ + cp -a ../installer/swftools.ico /xpython/xpython.ico + cp -a gpdf2swf.py /xpython/main.py + cp -a -R viewers gui lib /xpython/ cd /xpython/swftools;git pull cd /xpython;make xpython.exe ln -f /xpython/xpython.exe ./gpdf2swf.exe #ln -f gpdf2swf.exe ../win32_gui/ ln -f gpdf2swf.exe ../win32/ cp -R viewers/* ../win32/viewers/ + rm -rf ../win32/viewers/flexpaper* # we're not distributing flexpaper .PHONY: exe