| Revision: | 1101 |
| Committed: | Wed Feb 7 05:08:54 2018 UTC (7 years, 8 months ago) by iritscen |
| File size: | 255 byte(s) |
| Log Message: | Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF. |
| # | Content |
|---|---|
| 1 | |
| 2 | IOP_BIN = ps2host.irx |
| 3 | IOP_OBJS = net_fsys.o net_fio.o ps2host.o imports.o |
| 4 | |
| 5 | IOP_INCS += -I../include |
| 6 | IOP_LIBS += |
| 7 | IOP_LDFLAGS += |
| 8 | IOP_CFLAGS += -Wall |
| 9 | |
| 10 | all: $(IOP_BIN) |
| 11 | |
| 12 | clean: |
| 13 | -rm -f $(IOP_OBJS) $(IOP_BIN) |
| 14 | |
| 15 | include $(PS2SDK)/Defs.make |
| 16 | include Rules.make |
| Name | Value |
|---|---|
| svn:executable | * |