[JSCRIPT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 28 Jul 2011 15:55:42 +0000 (15:55 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 28 Jul 2011 15:55:42 +0000 (15:55 +0000)
* Use jscript.h as a PCH.

svn path=/trunk/; revision=52975

reactos/dll/win32/jscript/CMakeLists.txt
reactos/dll/win32/jscript/jscript.rbuild

index 27afb3d..d346e64 100644 (file)
@@ -59,5 +59,6 @@ add_importlibs(jscript
     kernel32
     ntdll)
 
+add_pch(jscript jscript.h)
 add_dependencies(jscript jsglobal)
 add_cd_file(TARGET jscript DESTINATION reactos/system32 FOR all)
index 4d31ff6..d4c1b5f 100644 (file)
@@ -36,6 +36,7 @@
        <file>function.c</file>
        <file>global.c</file>
        <file>rsrc.rc</file>
+       <pch>jscript.h</pch>
 </module>
 <module name="jsglobal" type="embeddedtypelib">
        <dependency>stdole2</dependency>