Building a Tux DLL From the Command Line (Windows CE 5.0)
You can build a Tux DLL from the command line. You can also build a Tux DLL using Platform Builder. For more information about a Tux DLL, see Building a Tux DLL with Platform Builder.
To build a Tux DLL from the command line
- Create a new OS design using Platform Builder. For more information, see Building a Tux DLL with Platform Builder.
- From the Build OS menu of the Platform Builder window, choose Set Active Configuration.
- In the Configurations list, select a Release configuration, and then choose OK.
- From the Build OS menu, choose Sysgen.
- Copy the files from the %_WINCEROOT%\Others\Wcetk\Tux\Tuxskel directory to the directory for the project.
- From the Build OS menu, choose Open Release Directory.
- In the console window, change directory to the directory for your project.
- Type build –c.
After you build the Tux DLL, you can add the test to the CETK. For information about adding the Tux DLL to the CETK, see Adding a Custom Test to the CETK.
See Also
Send Feedback on this topic to the authors