source: ps2launchargs/source/uLaunchELF/vmcfs/Makefile@ 1193

Last change on this file since 1193 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
Line 
1IOP_OBJS_DIR = obj/
2IOP_BIN_DIR = bin/
3IOP_SRC_DIR = src/
4
5IOP_BIN = bin/vmcfs.irx
6IOP_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
8IOP_CFLAGS += -Wall -fno-builtin
9IOP_LDFLAGS += -s
10
11all: $(IOP_OBJS_DIR) $(IOP_BIN_DIR) $(IOP_BIN)
12
13clean:
14 rm -f -r $(IOP_OBJS_DIR) $(IOP_BIN_DIR)
15
16include $(PS2SDKSRC)/Defs.make
17include $(PS2SDKSRC)/iop/Rules.make
18include $(PS2SDKSRC)/iop/Rules.release
Note: See TracBrowser for help on using the repository browser.