Changeset 601
- Timestamp:
- May 8, 2011, 12:29:51 PM (11 years ago)
- Location:
- abuse/trunk
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/Makefile.am
r42 r601 6 6 7 7 datafiledir = $(datadir)/games/abuse 8 datafile_DATA = abuse.bmp abuse. lsp abuse.png8 datafile_DATA = abuse.bmp abuse.png 9 9 10 EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.lsp abuse.png 10 EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.png 11 -
abuse/trunk/data/abuse.lsp
r594 r601 9 9 (if (not (load "lisp/english.lsp")) ;; load language specific stuff 10 10 (progn 11 (print "Abuse data files not found. Maybe try the -datadir flag?")11 (print "Abuse data files not found. Maybe try the `-datadir' option?") 12 12 (quit))) 13 13 (setq load_warn T)
Note: See TracChangeset
for help on using the changeset viewer.