[chronojump] Fix path creating the bundle



commit f7ec678ac8fce44bd93eec78e2fe4b87954cf645
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jan 27 15:38:48 2013 +0100

    Fix path creating the bundle

 win32/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index c0df2ad..3f6b55f 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -10,4 +10,3 @@ bundle:
 	${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
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]