ChangeSet ID: 17286 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/04 04:55:18
Modified files: tools/winapi : winapi_check setup.pm tools : Makefile.in . : Make.rules.in Added files: tools/winapi : winapi_parser.pm winapi_local.pm winapi_global.pm winapi_function.pm winapi_documentation.pm winapi_c_parser.pm preprocessor.pm nativeapi.pm nativeapi.dat modules.pm Removed files: tools/winapi_check: winapi_parser.pm winapi_local.pm winapi_global.pm winapi_function.pm winapi_documentation.pm winapi_check winapi_c_parser.pm preprocessor.pm nativeapi.pm nativeapi.dat modules.pm
Log message: Hans Leidekker hans@it.vu.nl Move all files from winapi_check/ to winapi/, and remove references to winapi_check directory. Merge winapi_check programs.
Patch: http://cvs.winehq.org/patch.py?id=17286
Old revision New revision Changes Path 1.2 1.3 +644 -5 wine/tools/winapi/winapi_check 1.5 1.6 +1 -1 wine/tools/winapi/setup.pm 1.44 1.45 +0 -2 wine/tools/Makefile.in 1.184 1.185 +1 -1 wine/Make.rules.in Added 1.1 +0 -0 wine/tools/winapi/winapi_parser.pm Added 1.1 +0 -0 wine/tools/winapi/winapi_local.pm Added 1.1 +0 -0 wine/tools/winapi/winapi_global.pm Added 1.1 +0 -0 wine/tools/winapi/winapi_function.pm Added 1.1 +0 -0 wine/tools/winapi/winapi_documentation.pm Added 1.1 +0 -0 wine/tools/winapi/winapi_c_parser.pm Added 1.1 +0 -0 wine/tools/winapi/preprocessor.pm Added 1.1 +0 -0 wine/tools/winapi/nativeapi.pm Added 1.1 +0 -0 wine/tools/winapi/nativeapi.dat Added 1.1 +0 -0 wine/tools/winapi/modules.pm 1.41 Removed +0 -0 wine/tools/winapi_check/winapi_parser.pm 1.45 Removed +0 -0 wine/tools/winapi_check/winapi_local.pm 1.15 Removed +0 -0 wine/tools/winapi_check/winapi_global.pm 1.19 Removed +0 -0 wine/tools/winapi_check/winapi_function.pm 1.19 Removed +0 -0 wine/tools/winapi_check/winapi_documentation.pm 1.68 Removed +0 -0 wine/tools/winapi_check/winapi_check 1.3 Removed +0 -0 wine/tools/winapi_check/winapi_c_parser.pm 1.6 Removed +0 -0 wine/tools/winapi_check/preprocessor.pm 1.18 Removed +0 -0 wine/tools/winapi_check/nativeapi.pm 1.7 Removed +0 -0 wine/tools/winapi_check/nativeapi.dat 1.25 Removed +0 -0 wine/tools/winapi_check/modules.pm