[chronojump] win32: fix deps in makefiles
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] win32: fix deps in makefiles
- Date: Sun, 17 Feb 2013 21:13:37 +0000 (UTC)
commit 51d02d26950601c8eceba5c2a6e6a790eff856a3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Feb 15 15:56:37 2013 +0100
win32: fix deps in makefiles
win32/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 5af7387..ff7267b 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1,4 +1,4 @@
-deploy:
+deploy dist/bin/libcesarplayer-0.dll:
python deploy_win32.py
cp -r deps/* dist/
# python ../encoder/setup-pyserial_pyper_windows.py install
@@ -7,12 +7,12 @@ deploy:
make install -C ../
mv dist/lib/bin/libcesarplayer-0.dll dist/bin
-bundle: deploy
+bundle: dist/bin/libcesarplayer-0.dll
windres logo.rc logo.o
MONO_PATH=dist/lib/chronojump mkbundle dist/lib/chronojump/Chronojump.exe --deps -c -o temp.c -oo
temp.o
${CC} -g -o dist/bin/Chronojump.exe -Wall temp.c `pkg-config --cflags --libs mono-2` logo.o temp.o
MONO_PATH=dist/lib/chronojump mkbundle dist/lib/chronojump/Chronojump_Mini.exe --nodeps -c -o temp.c
-oo temp.o
${CC} -g -o dist/bin/Chronojump_mini.exe -Wall temp.c `pkg-config --cflags --libs mono-2` logo.o
temp.o
-installer: bundle
+installer: deploy bundle
"/c/Program Files (x86)/Inno Setup 5/ISCC.exe" chronojump_innosetup.iss
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]