Browse CVS Repository
Diff of /mame32jp/mame32jp/makefile
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 200 |
# some structures and thus they can't be linked against each other. |
# some structures and thus they can't be linked against each other. |
| 201 |
# cleantiny isn't needed anymore, because the tiny build has its |
# cleantiny isn't needed anymore, because the tiny build has its |
| 202 |
# own object directory too. |
# own object directory too. |
| 203 |
OBJ = obj/$(CPUTYPE) |
OBJ = ../obj/$(CPUTYPE) |
| 204 |
|
|
| 205 |
EMULATOR = exe/$(CPUTYPE)/$(NAME)$(EXE) |
EMULATOR = ../exe/$(CPUTYPE)/$(NAME)$(EXE) |
| 206 |
|
|
| 207 |
##################################################################### |
##################################################################### |
| 208 |
# check enviroment |
# check enviroment |
|
|
Legend:
| Removed from v.1.5 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|