FreeCalypso > hg > tcs211-c139
annotate g23m/build_2092.bat @ 28:fcaacf995636
AT+CGxx: remove leo2moko hacks
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Nov 2015 17:25:37 +0000 |
parents | 45adf5e17b9d |
children |
rev | line source |
---|---|
16
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 @echo off |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 REM make sure that the temp directory paths don't include a space |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 set TEMP=C:\Dvpt_tools\TI_TEMP |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 set TMP=C:\Dvpt_tools\TI_TEMP |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 REM both variants below should work |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 REM SET path=C:\Dvpt_tools\Perl\bin;%path% |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 SET path=C:\Dvpt_tools\Perl\bin;C:\j2sdk1.4.2_02\bin;%systemroot%\system32 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 REM adjust the TI tools paths |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 call set3x.bat |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
17 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
18 |
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
19 REM this one should not be used |
17
45adf5e17b9d
pdt_2092 configuration compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
16
diff
changeset
|
20 REM perl nds_busyb.pl -f system\busyb\productdefs\pdt_2092.xml %1 %2 |
16
dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
21 |
17
45adf5e17b9d
pdt_2092 configuration compiles
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
16
diff
changeset
|
22 perl nds_busyb.pl -f pdt_2092.mak %1 %2 |