커맨드 창에서 이동하는 것이 습관이 되서 찾아보니 아래 방법이 있네요
Platform Builder 사용하지 않고 Build Command 창 바로 열기.
Platform Builder 을 사용하여 Build Command 창을 열기가 굉장히 불편한 경우가 많습니다.
이런 경우, 아래와 같이 하면 수월하게 빌드를 할 수 있습니다.
1. WinCE 5.0 일때
- pbopenbuildwindow.exe 을 사용하여, 경로는 " c:\Program Files\Windows CE Platform Builder\5.00\CEPB\BIN\pbopenbuildwindow.exe"
- 위 프로그램의 바로가기를 생성한 후, 아래와 같이 대상 항목을 입력합니다.
프로그램의 매개변수로 미리 생성된 프로젝트 명의 pbxml 파일의 경로를 주면 됩니다.
"C:\Program Files\Windows CE Platform Builder\5.00\CEPB\BIN\pbopenbuildwindow.exe"c:\WINCE500\PBWorkspaces\TestPJ\TestPJ.pbxml
2. WinCE 6.0 일때
- 6.0 부터는 Windows Mobile 의 AKU 와 마찬가지로 프로젝트의 *.bat 파일의 바로가기를 생성하여 사용합니다.
- 아래와 같이 바로가기 파일을 한개 만들고 대상을 입력 합니다.
C:\WINDOWS\system32\cmd.exe /k "c:\WINCE600\OSDesigns\Dawid\Wince600\Dawid_ARMV4I\PBInitEnv.bat"
'Hello CE,Mobile' 카테고리의 다른 글
CeLog 사용 (0) | 2013.08.09 |
---|---|
Required files may be missing. To resolve the issue, reinstall Platform Builder (0) | 2013.06.19 |
the microsoft activesync reported the following error unable to load device side components (0) | 2013.06.04 |
해상도에 따른 Font 크기 (0) | 2013.05.22 |
WIN32 GESTURE COMMAND (0) | 2013.04.25 |