Minor git and build fixes
Stefan Bund [Fri, 29 Oct 2010 23:18:41 +0000 (01:18 +0200)]
.gitignore
Makefile
pykit.pro

index 7b4d044..3a846b5 100644 (file)
@@ -8,3 +8,4 @@ moc_*
 /pykit.app/
 /build-*/
 /Info.plist
+/object_script.*
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: ;
 
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 \