diff options
author | Pixel <Pixel> | 2002-06-23 15:37:45 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-23 15:37:45 +0000 |
commit | b3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (patch) | |
tree | 7905392c81d466a6e5c0fc89ca118a044c26cb52 /Xenogears/Makefile | |
parent | 7514019f385767caf7e68ae281d3a4befb7b4e8f (diff) |
Attribute ((packed)) fix...
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 3df895f..9b8d9db 100755 --- a/Xenogears/Makefile +++ b/Xenogears/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -I. -O3 -mcpu=i686 -I.. -pedantic -pedantic-errors -Werror +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I.. CXX=g++ TARGET = reinsert main_dump Decrypt script-comp script-dec XenoCD1.sqr XenoCD2.sqr |