removed old files from build script
[swftools.git] / wx / Makefile
1 top_builddir = ../..
2 srcdir = .
3 top_srcdir = ..
4 include ../Makefile.common
5
6 all: pdf2swf_gui.exe
7
8 pdf2swf_gui.exe: gpdf2swf.py gui/*.py viewers/*.py
9         cp gpdf2swf.py /xpython/main.py
10         cp -R viewers gui lib /xpython/
11         cd /xpython/swftools;git pull
12         cd /xpython;make xpython.exe
13         ln -f /xpython/xpython.exe ./gpdf2swf.exe
14         #ln -f gpdf2swf.exe ../win32_gui/
15         ln -f gpdf2swf.exe ../win32/
16
17 .PHONY: exe