Author: hpoussin
Date: Sat May 17 04:40:19 2008
New Revision: 33548
URL:
http://svn.reactos.org/svn/reactos?rev=33548&view=rev
Log:
IDL headers should be dependencies, not libraries
Modified:
trunk/tools/wineimport.cmd
Modified: trunk/tools/wineimport.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/wineimport.cmd?rev=33548&…
==============================================================================
--- trunk/tools/wineimport.cmd [iso-8859-1] (original)
+++ trunk/tools/wineimport.cmd [iso-8859-1] Sat May 17 04:40:19 2008
@@ -190,7 +190,7 @@
FOR %%j IN (%WINE_IDL_GEN_I_SRCS%) DO (
SET WINE_SHORT_NAME=%%j
SET WINE_SHORT_NAME=!WINE_SHORT_NAME:~0,-4!
- ECHO ^<module name="%WINE_MODULE_NAME%_!WINE_SHORT_NAME!_header"
type="idlheader" allowwarnings="true"^>
+ ECHO ^<module name="%WINE_MODULE_NAME%_!WINE_SHORT_NAME!_header"
type="idlheader"^>
ECHO ^<file^>%%j^</file^>
ECHO ^</module^>
)
@@ -246,7 +246,7 @@
) ELSE IF "%WINE_VARTYPE%" == "4" (
SET WINE_SHORT_NAME=%%j
SET WINE_SHORT_NAME=!WINE_SHORT_NAME:~0,-4!
- SET WINE_LIBRARIES=%WINE_MODULE_NAME%_!WINE_SHORT_NAME!_header !WINE_LIBRARIES!
+ SET WINE_DEPENDENCIES=%WINE_MODULE_NAME%_!WINE_SHORT_NAME!_header
!WINE_DEPENDENCIES!
SET WINE_IDL_GEN_I_SRCS=!WINE_IDL_GEN_I_SRCS! %%j
) ELSE IF "%WINE_VARTYPE%" == "5" (
SET WINE_SHORT_NAME=%%j
@@ -280,7 +280,7 @@
) ELSE IF "%1" == "CTESTS" (
SET WINE_VARTYPE=1
) ELSE IF "%1" == "IDL_H_SRCS" (
- SET WINE_VARTYPE=1
+ SET WINE_VARTYPE=4
SET WINE_HAS_IDL=1
) ELSE IF "%1" == "IDL_C_SRCS" (
SET WINE_VARTYPE=5