FreeCalypso > hg > tcs211-c139
comparison g23m/build_2091.bat @ 16:dc9d25ac72a9
initial preparations for building both 2091 and 2092 configs
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 06 Sep 2015 02:28:00 +0000 |
parents | g23m/build.bat@706e64623330 |
children |
comparison
equal
deleted
inserted
replaced
15:abe969a9b145 | 16:dc9d25ac72a9 |
---|---|
1 @echo off | |
2 | |
3 REM make sure that the temp directory paths don't include a space | |
4 | |
5 set TEMP=C:\Dvpt_tools\TI_TEMP | |
6 set TMP=C:\Dvpt_tools\TI_TEMP | |
7 | |
8 | |
9 REM both variants below should work | |
10 | |
11 REM SET path=C:\Dvpt_tools\Perl\bin;%path% | |
12 SET path=C:\Dvpt_tools\Perl\bin;C:\j2sdk1.4.2_02\bin;%systemroot%\system32 | |
13 | |
14 REM adjust the TI tools paths | |
15 | |
16 call set3x.bat | |
17 | |
18 | |
19 REM this one should not be used | |
20 REM perl nds_busyb.pl -f system\busyb\productdefs\pdt_2091.xml %1 %2 | |
21 | |
22 perl nds_busyb.pl -f pdt_2091.mak %1 %2 |