<?xml version="1.0" ?>
-<!-- $Id$ -->
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="sdk_exe" template="common_settings"
cond="PLATFORM_WIN32=='1'">
- <app-type>gui</app-type>
- <sources>sdk_exe.cpp</sources>
+ <app-type>gui</app-type>
+ <sources>sdk_exe.cpp</sources>
<library>my_dll</library>
+ <sys-lib>user32</sys-lib>
</exe>
</makefile>