changeset 23:feba3bc729a5

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 May 2015 13:05:59 +0300
parents f3f7e884db2a
children beea0ad3ec8e
files Makefile data/skrolli.txt demo.c
diffstat 3 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat May 23 08:47:59 2015 +0300
+++ b/Makefile	Sat May 23 13:05:59 2015 +0300
@@ -27,7 +27,7 @@
 	MINGW_PATH=/usr/x86_64-w64-mingw32
 
 $(DATA):
-	cd $(BPATH)/data && $(DMLIB)/tools/packed -p $@ -c -v *
+	cd $(BPATH)/data && $(DMLIB)/tools/packed -p $@ -c -x \*~ -v *
 
 package: linux-bin mingw-win32 $(BINPATH)/bussi.dat
 	strip $(BINPATH)/*.bin $(BINPATH)/*.exe
--- a/data/skrolli.txt	Sat May 23 08:47:59 2015 +0300
+++ b/data/skrolli.txt	Sat May 23 13:05:59 2015 +0300
@@ -1,6 +1,4 @@
                                                            
-... Well, hello there ..  ccr on da keys now, sending greetings to all the
-people here at Simulaatio! And super mega greetings to following:
-byterapers, phn, visy, fgcl, viznut, nrg, bass cadet, ...     
-
-                            
\ No newline at end of file
+... Well, hello there ..  ccr on da keys now, sending greetings to
+pwp, dekadence, byterapers, phn, trilobit/quadtrip, hackers, and
+everyone here at Simulaatio! ...     
--- a/demo.c	Sat May 23 08:47:59 2015 +0300
+++ b/demo.c	Sat May 23 13:05:59 2015 +0300
@@ -18,8 +18,8 @@
     engine->optPackFilename  = "bussi.dat";
     engine->optDataPath      = NULL;
 
-//    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES;
-    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO;
+    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES;
+//    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO;
 
     engine->optAudioSetup    = DM_ASETUP_JSS;