EVC command line compilation
D:/program files/Microsoft Embedded C ++ 4.0/common/EVC/bin/EVC. EXE /?
Usage:
EVC [myprj. VCP | mywksp. vcw]-load Project/workspace
[<FILENAME>]-load source file
/? -Display usage information
/Ex <macroname>-execute a VBScript macro
/Out <FILENAME>-redirect command line output to a file
/Useenv-ignore tools. Options. directories settings
/Make [<target>] [...]-build specified target (s)
[<Project>-<platform> <configname>]
[[<Project> | all]-[debug | release | all]
/Clean-delete intermediate files but don't build
/Rebuild-clean and build
/Norecurse-don't build dependent projects
/Ceconfig [<configuration>]-use specified Configuration
Example:
Evc e:/temp/sipcalltest. vcw/make/ceconfig [Win32 (wce emulator) debug]
Evc e:/temp/sipcalltest. vcw/make-rebuild/ceconfig [Win32 (wce emulator) debug]
Evc e:/temp/betaplayer. vcw/make all/ceconfig [Win32 (wce armv4i) release]