FreeCalypso > hg > leo2moko-debug
comparison g23m/build.bat @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children | 24178d4b7d2e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |