File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ SUBDIRS = \
1111 mcman-old \
1212 mcserv \
1313 mcserv-old \
14+ vmcman \
1415 xfromman
1516
1617include $(PS2SDKSRC ) /Defs.make
Original file line number Diff line number Diff line change 1+ # _____ ___ ____ ___ ____
2+ # ____| | ____| | | |____|
3+ # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4+ # -----------------------------------------------------------------------
5+ # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6+ # Licenced under Academic Free License version 2.0
7+ # Review ps2sdk README & LICENSE files for further details.
8+
9+ IOP_SRC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/src/
10+ IOP_INC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/include/
11+
12+ IOP_BIN ?= vmcman.irx
13+
14+ MCMAN_BUILDING_VMCMAN ?= 1
15+
16+ include $(PS2SDKSRC ) /iop/memorycard/mcman/Makefile
You can’t perform that action at this time.
0 commit comments