diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-03 01:37:55 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-03 01:37:55 +0200 |
| commit | 219d958538aecfec4dace7f3b31dcfa193667b27 (patch) | |
| tree | 148bb1758f5015facf6d74fdf71d20915e7b098d /Source/Makefile | |
| parent | 92c65ff3b240678ab864e4eb574e02f6151bdbe4 (diff) | |
| download | airport-219d958538aecfec4dace7f3b31dcfa193667b27.tar.gz | |
* More passengers by correct sequence are unboarded.
* Aircraft should not be removed on State == STATE_APPROACH.
* Initial implementation for finished game.
* Added some comments on System.c.
* GameGuiPrepareNotificationString() deprecated.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Makefile b/Source/Makefile index 8d35664..befbc21 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -1,5 +1,6 @@ CC = psx-gcc -DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_ -DPSXSDK_DEBUG +DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_ +DEFINE += -DPSXSDK_DEBUG DEFINE += -DNO_CDDA DEFINE += -DNO_INTRO LIBS= -lfixmath |
