Last change
on this file since 1103 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:
255 bytes
|
Rev | Line | |
---|
[1101] | 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.