mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
Added `tags' to makefile exclusions. Also, everything is indented now
per `make dist'. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@30 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
46295b2023
commit
bbfc3bc507
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION = 1.3.10.1
|
VERSION = 1.3.10.1
|
||||||
NAME = dgamelaunch
|
NAME = dgamelaunch
|
||||||
exclusions = CVS .cvsignore
|
exclusions = CVS .cvsignore tags
|
||||||
|
|
||||||
ifndef optimize
|
ifndef optimize
|
||||||
optimize = -O0
|
optimize = -O0
|
||||||
|
@ -338,9 +338,9 @@ inprogressmenu ()
|
|||||||
exit (145);
|
exit (145);
|
||||||
else
|
else
|
||||||
*replacestr = '\0';
|
*replacestr = '\0';
|
||||||
|
|
||||||
replacestr = strchr (ttyrecname, ':');
|
replacestr = strchr (ttyrecname, ':');
|
||||||
|
|
||||||
if (!replacestr)
|
if (!replacestr)
|
||||||
exit (145);
|
exit (145);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user