On 03/25/2011 11:12 AM, Tony Zhang wrote:
If I can just build one cpl, how should I build (compile) it and let the existing wine recognize it?
Yes, you can build only one dll/cpl/program:
# Assuming you are in wine source directory: $ make -C dlls/inetcpl.cpl
If you trying to use "existing Wine" [presumably an installed Wine] - it won't be that easy. It's recommended to not install Wine on a development system and run it directly from the compile directory instead..
Vitaliy.