source: ps2launchargs/source/uLaunchELF/ps2host/Makefile@ 1194

Last change on this file since 1194 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
Line 
1
2IOP_BIN = ps2host.irx
3IOP_OBJS = net_fsys.o net_fio.o ps2host.o imports.o
4
5IOP_INCS += -I../include
6IOP_LIBS +=
7IOP_LDFLAGS +=
8IOP_CFLAGS += -Wall
9
10all: $(IOP_BIN)
11
12clean:
13 -rm -f $(IOP_OBJS) $(IOP_BIN)
14
15include $(PS2SDK)/Defs.make
16include Rules.make
Note: See TracBrowser for help on using the repository browser.