projects
/
pykit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f0e1c4f
)
Minor git and build fixes
Stefan Bund [Fri, 29 Oct 2010 23:18:41 +0000 (
01:18
+0200)]
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
pykit.pro
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
7b4d044
..
3a846b5
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-8,3
+8,4
@@
moc_*
/pykit.app/
/build-*/
/Info.plist
+/object_script.*
diff --git
a/Makefile
b/Makefile
index
e25d314
..
18b004d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
FORCE: ;
clean:
@-$(MAKE) -f Makefile.qmake distclean
- rm -rf debug release
+ rm -rf debug release object_script.*
Makefile: ;
diff --git
a/pykit.pro
b/pykit.pro
index
1f7e1c0
..
ea387ff
100644
(file)
--- a/
pykit.pro
+++ b/
pykit.pro
@@
-37,6
+37,10
@@
mac {
QMAKE_CFLAGS -= -arch ppc x86_64 i386
}
+win32 {
+ QMAKE_CXXFLAGS += -fno-strict-aliasing
+}
+
# Input
HEADERS += MainWindow.hh \
Publisher.hh \