diff options
author | Max Horn | 2011-05-03 11:40:11 +0200 |
---|---|---|
committer | Max Horn | 2011-05-03 11:40:11 +0200 |
commit | eafc54869c5f581b4773cc9328d39672ad28d33a (patch) | |
tree | 523537886d4b1167e5472992efb044ff81f9f435 /backends/platform/psp | |
parent | 3d4e9fe674d2daf59ff4b481fc2f89f77b390a4f (diff) | |
download | scummvm-rg350-eafc54869c5f581b4773cc9328d39672ad28d33a.tar.gz scummvm-rg350-eafc54869c5f581b4773cc9328d39672ad28d33a.tar.bz2 scummvm-rg350-eafc54869c5f581b4773cc9328d39672ad28d33a.zip |
PSP: Add FIXME to portdefs.h
Diffstat (limited to 'backends/platform/psp')
-rw-r--r-- | backends/platform/psp/portdefs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/psp/portdefs.h b/backends/platform/psp/portdefs.h index bf7ed41e25..dae9b5d49e 100644 --- a/backends/platform/psp/portdefs.h +++ b/backends/platform/psp/portdefs.h @@ -26,6 +26,12 @@ #ifndef PORTDEFS_H #define PORTDEFS_H +// FIXME: This file is only used when building using the file +// backends/platform/psp/Makefile, but not when building using configure +// && make. So either -DNONSTANDARD_PORT needs to be added to the PSP +// configure rules, or it should be removed from the aforementioned +// Makefile. + #include <stdio.h> #include <stdlib.h> #include <string.h> |