diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-24 22:39:16 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-24 22:39:16 +0200 |
| commit | f071adf8f590bb2d2ceee7d93bea120c9d754788 (patch) | |
| tree | e5cd62882fed370bc2d0f75ca6f10fe4b65d5940 /Source/Makefile | |
| parent | 41d8caba3b3e7611d657c0ee4cecd1cdbdf0c814 (diff) | |
| download | opensend-f071adf8f590bb2d2ceee7d93bea120c9d754788.tar.gz | |
* Some improvements made to improve peformance and stability.
- Removed Pad module (useless).
* Some functions removed from System and Gfx.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Makefile b/Source/Makefile index ed9324f..f20974f 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -11,7 +11,7 @@ PROJECT_DIR = ~/OpenSend INIT_ADDR=0x801A0000 ELF2EXE = elf2exe -ELF2EXE_FLAGS = -mark="A homebrew game created with PSXSDK" -init_addr=$(INIT_ADDR) +ELF2EXE_FLAGS = -mark="Open-source PSX-EXE loader created with PSXSDK" -init_addr=$(INIT_ADDR) LICENSE_FILE = /usr/local/psxsdk/share/licenses/infoeur.dat PSXSDK_DIR = /usr/local/psxsdk/bin @@ -36,7 +36,7 @@ rebuild: remove build build: clean objects $(PROJECT).elf $(PROJECT).exe -objects: $(addprefix $(OBJ_DIR)/,main.o System.o Gfx.o Pad.o \ +objects: $(addprefix $(OBJ_DIR)/,main.o System.o Gfx.o \ LoadMenu.o EndAnimation.o \ Font.o Serial.o) |
