| Previous | 199869 Revisions | Next |
| r35195 Sunday 22nd February, 2015 at 01:52:01 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/mess/tools/castool] | castool.mak |
| [src/mess/tools/floptool] | floptool.mak |
| [src/mess/tools/imgtool] | imgtool.mak |
| r243706 | r243707 | |
|---|---|---|
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | # castool executable name |
| 11 | CASTOOL = castool$(EXE) | |
| 11 | CASTOOL = $(BIN)castool$(EXE) | |
| 12 | 12 | |
| 13 | 13 | # add path to castool headers |
| 14 | 14 | INCPATH += -I$(SRC)/$(TARGET)/tools/castool |
| r243706 | r243707 | |
|---|---|---|
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | # floptool executable name |
| 11 | FLOPTOOL = floptool$(EXE) | |
| 11 | FLOPTOOL = $(BIN)floptool$(EXE) | |
| 12 | 12 | |
| 13 | 13 | # add path to floptool headers |
| 14 | 14 | INCPATH += -I$(SRC)/$(TARGET)/tools/floptool |
| r243706 | r243707 | |
|---|---|---|
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | # imgtool executable name |
| 11 | IMGTOOL = imgtool$(EXE) | |
| 11 | IMGTOOL = $(BIN)imgtool$(EXE) | |
| 12 | 12 | |
| 13 | 13 | # add path to imgtool headers |
| 14 | 14 | INCPATH += -I$(MESSSRC)/tools/imgtool |
| https://github.com/mamedev/mame/commit/99d7d21bdef13f828212f4390f98aef0a3df0ecd |
| Previous | 199869 Revisions | Next |