ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/ps2launchargs/source/uLaunchELF/vmcfs/Makefile
Revision: 1101
Committed: Wed Feb 7 05:08:54 2018 UTC (7 years, 8 months ago) by iritscen
File size: 434 byte(s)
Log Message:
Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF.

File Contents

# Content
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

Properties

Name Value
svn:executable *