FreeCalypso > hg > freecalypso-sw
comparison loadtools/compaldummy.c @ 423:2e699aa67f03
loadtools: GTA02 AP build updated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 19 Jun 2014 03:27:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
422:833e8fa93330 | 423:2e699aa67f03 |
---|---|
1 /* | |
2 * If you need to build a version of loadtools without compalstage support, | |
3 * e.g., because you are building for GTA01/02 AP, substitute this dummy | |
4 * module in the place of compalload.c to get a passing build. | |
5 */ | |
6 | |
7 void | |
8 set_compalstage_short() | |
9 { | |
10 } | |
11 | |
12 void | |
13 set_compalstage_fullpath() | |
14 { | |
15 } | |
16 | |
17 perform_compal_stage() | |
18 { | |
19 return(0); | |
20 } |