fix rombuild to avoid duplicate delivery of dll bug235_bringup_0
authorFaisal Memon <faisal.memon@nokia.com>
Thu, 23 Sep 2010 13:18:28 +0100
branchbug235_bringup_0
changeset 38 2688aad49bab
parent 28 9464ab1666a0
child 39 c8311e991ee3
fix rombuild to avoid duplicate delivery of dll
guestrendering/guestopenvg/rom/guestopenvg.iby
guestrendering/vghwutils/rom/vghwutils.iby
--- a/guestrendering/guestopenvg/rom/guestopenvg.iby	Thu Sep 23 12:57:41 2010 +0100
+++ b/guestrendering/guestopenvg/rom/guestopenvg.iby	Thu Sep 23 13:18:28 2010 +0100
@@ -18,6 +18,5 @@
 
 file=ABI_DIR\BUILD_DIR\guestopenvg.dll   sys\bin\libopenvg.dll
 file=ABI_DIR\BUILD_DIR\guestopenvgu.dll  sys\bin\libopenvgu.dll
-file=ABI_DIR\BUILD_DIR\vghwutils.dll  sys\bin\vghwutils.dll
 file=ABI_DIR\BUILD_DIR\vghwserialiser.dll sys\bin\vghwserialiser.dll
 #endif
--- a/guestrendering/vghwutils/rom/vghwutils.iby	Thu Sep 23 12:57:41 2010 +0100
+++ b/guestrendering/vghwutils/rom/vghwutils.iby	Thu Sep 23 13:18:28 2010 +0100
@@ -13,13 +13,13 @@
 // Description:
 
 
-#ifndef PLATSIMVGHWUTILS_IBY
-#define PLATSIMVGHWUTILS_IBY
+#ifndef GUESTRENDERING_VGHWUTILS_IBY
+#define GUESTRENDERING_VGHWUTILS_IBY
 
 
 file=ABI_DIR\BUILD_DIR\vghwutils.dll           \sys\bin\vghwutils.dll
 
 
-#endif // PLATSIMVGHWUTILS_IBY
+#endif // GUESTRENDERING_VGHWUTILS_IBY
 
 //  End of File