Changed __LINUX__ to __UNIXSDL__.

This commit is contained in:
n-a-c-h
2005-07-10 02:05:12 +00:00
parent 251758fbc3
commit ea1e34a964
37 changed files with 183 additions and 183 deletions

View File

@@ -96,7 +96,7 @@ PSR=parsegen
@NASMPATH@ @NFLAGS@ -o $@ $<
%.o: %.psr
./${PSR} -D__LINUX__ temppsr.c $<
./${PSR} -D__UNIXSDL__ temppsr.c $<
@CC@ -I. -o $@ -c temppsr.c
rm -f temppsr.c