Last change
on this file since 1101 was 1101, checked in by iritscen, 7 years ago |
Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF.
|
-
Property svn:executable
set to
*
|
File size:
434 bytes
|
Rev | Line | |
---|
[1101] | 1 | IOP_OBJS_DIR = obj/
|
---|
| 2 | IOP_BIN_DIR = bin/
|
---|
| 3 | IOP_SRC_DIR = src/
|
---|
| 4 |
|
---|
| 5 | IOP_BIN = bin/vmcfs.irx
|
---|
| 6 | IOP_OBJS = obj/vmc_fs.o obj/vmc_io.o obj/vmc_misc.o obj/vmc_fat.o obj/vmc_ps2.o obj/imports.o
|
---|
| 7 |
|
---|
| 8 | IOP_CFLAGS += -Wall -fno-builtin
|
---|
| 9 | IOP_LDFLAGS += -s
|
---|
| 10 |
|
---|
| 11 | all: $(IOP_OBJS_DIR) $(IOP_BIN_DIR) $(IOP_BIN)
|
---|
| 12 |
|
---|
| 13 | clean:
|
---|
| 14 | rm -f -r $(IOP_OBJS_DIR) $(IOP_BIN_DIR)
|
---|
| 15 |
|
---|
| 16 | include $(PS2SDKSRC)/Defs.make
|
---|
| 17 | include $(PS2SDKSRC)/iop/Rules.make
|
---|
| 18 | include $(PS2SDKSRC)/iop/Rules.release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.