Move tests from rosapps to rostests

svn path=/trunk/; revision=26010
This commit is contained in:
Aleksey Bragin 2007-03-06 11:10:43 +00:00
parent 3e98dbd825
commit 2199ae9003
262 changed files with 362 additions and 6 deletions

View file

@ -0,0 +1,8 @@
<module name="map_dup_inherit" type="win32cui" installbase="bin" installname="map_dup_inherit.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>map_dup_inherit.c</file>
</module>