Use libosso to prevent screen blanking
[neverball] / scripts / neverball.nsi
index 8bf1558..988afa4 100644 (file)
@@ -48,7 +48,7 @@ Section "Neverball/Neverputt"
     SetOutPath "$INSTDIR"
 
     File *.txt doc\*.txt
-    File /r /x .svn /x *.map /x obj data
+    File /r /x .svn /x *.map /x *.obj data
     File /r locale
 
     File neverball.exe neverputt.exe *.dll
@@ -62,6 +62,7 @@ Section "Neverball/Neverputt"
 
     File scripts\neverball.bat
     File scripts\neverputt.bat
+    File contrib\curve.exe
 
     # http://nsis.sourceforge.net/\
     # Add_uninstall_information_to_Add/Remove_Programs
@@ -97,7 +98,7 @@ Section "Mapping tools (compiler, maps, ...)"
     SetOutPath "$INSTDIR\data"
 
     File /r /x ".svn" data\*.map
-    File /r /x ".svn" data\obj
+    File /r /x ".svn" data\*.obj
 SectionEnd
 
 SectionGroup "Shortcuts"