diff options
author | pixel <pixel> | 2003-09-12 15:55:43 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-12 15:55:43 +0000 |
commit | 346915db5aab133b6805cf58680b1378a45f0a40 (patch) | |
tree | 9d87c6b57e903df9f3a3890849a24a56d76b49fe /Xenogears/Makefile | |
parent | 8e1b15f1eb4171135f3fdb803fed1f8025f5f52d (diff) |
Writing some mips code...
Diffstat (limited to 'Xenogears/Makefile')
-rwxr-xr-x | Xenogears/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xenogears/Makefile b/Xenogears/Makefile index 2069324..6c18bab 100755 --- a/Xenogears/Makefile +++ b/Xenogears/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -I../includes -DHAVE_ZLIB `baltisot-config --cflags` +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -I../includes -DHAVE_ZLIB `baltisot-config --cflags` CXX=g++ CC=gcc LEX=flex -l |