My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL

call "%~dp0scripts\environment.cmd" %*
if errorlevel 1 (
echo Error calling environment.cmd
endlocal
pause
exit /b 1
)

rem cd ..\..\bluecove
call m2
rem cd %~dp0
rem call m2
call scripts\install-ce.cmd

if NOT '%WIN_CE_PHONE%' EQU 'true' (
if '%JVM_MYSAIFU%' EQU 'true' (
call scripts\run-ce-Mysaifu.cmd
) else (
call scripts\run-ce-IBM.cmd
)
)

if '%WIN_CE_PHONE%' EQU 'true' (
call scripts\run-ce-Mysaifu-phone.cmd
)
ENDLOCAL

Change log

r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces on
windows
Go to: 
Project members, sign in to write a code review

Older revisions

r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2145 by skarzhevskyy on May 1, 2008   Diff
moved scripts
r557 by skarzhevskyy on Jun 25, 2007   Diff
adjust app for win CE
All revisions of this file

File info

Size: 568 bytes, 30 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Powered by Google Project Hosting