- fixed network playing bug (patch from web site)
- SDL version can load and play music modules
- fixed element description in level editor for EM doors and keys
+ - sound sample frequency raised from 8 kHz to 22 kHz
Release Version 1.4.0 [27 OCT 1999]
-----------------------------------
dist-win32:
./Scripts/make_dist.sh win .
+dist-clean:
+ @$(MAKE_CMD) dist-clean
+
dist: dist-unix dist-msdos dist-win32
depend dep:
.c.o:
$(CC) $(PROFILING) $(CFLAGS) -c $*.c
-clean:
+clean-obj:
$(MAKE) -C $(LIBDIR) clean
$(RM) $(OBJS)
$(RM) $(LIBGAME)
+
+clean-bin:
$(RM) $(PROGNAME)
$(RM) ../*.exe
+clean: clean-obj clean-bin
+
#-----------------------------------------------------------------------------#
# development only stuff #
#-----------------------------------------------------------------------------#
+dist-clean: clean-obj
+
depend:
$(MAKE) -C $(LIBDIR) depend
for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend