[MSPORTS]

* Add a PCH.

svn path=/trunk/; revision=53179
This commit is contained in:
Amine Khaldi
2011-08-11 15:06:36 +00:00
parent 044e4532ea
commit 1d0b56fe2e
7 changed files with 21 additions and 27 deletions
+1 -4
View File
@@ -13,12 +13,9 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/msports.def)
add_library(msports SHARED ${SOURCE})
set_module_type(msports win32dll)
target_link_libraries(msports wine)
add_importlibs(msports setupapi comctl32 user32 advapi32 msvcrt kernel32 ntdll)
add_pch(msports precomp.h)
add_cd_file(TARGET msports DESTINATION reactos/system32 FOR all)
add_importlib_target(msports.spec)
+1 -7
View File
@@ -6,13 +6,7 @@
* PROGRAMMERS: Copyright 2011 Eric Kohl
*/
#define WIN32_NO_STATUS
#include <windows.h>
#include <cmtypes.h>
#include <stdio.h>
#include <msports.h>
#include <setupapi.h>
#include <wine/debug.h>
#include "precomp.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);
+1 -4
View File
@@ -6,10 +6,7 @@
* COPYRIGHT: Copyright 2011 Eric Kohl
*/
#include <windows.h>
#include <msports.h>
#include <wine/debug.h>
#include "precomp.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);
+1 -3
View File
@@ -6,9 +6,7 @@
* COPYRIGHT: Copyright 2011 Eric Kohl
*/
#include <windows.h>
#include <wine/debug.h>
#include "precomp.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);
+1
View File
@@ -12,4 +12,5 @@
<file>msports.c</file>
<file>serial.c</file>
<file>msports.rc</file>
<pch>precomp.h</pch>
</module>
+15
View File
@@ -0,0 +1,15 @@
#define WIN32_NO_STATUS
#include <windows.h>
#include <cmtypes.h>
#include <stdio.h>
#include <msports.h>
#include <setupapi.h>
#include <commctrl.h>
#include <prsht.h>
#include <wine/debug.h>
//#include <windows.h>
#include "internal.h"
#include "resource.h"
+1 -9
View File
@@ -6,15 +6,7 @@
* COPYRIGHT: Copyright 2011 Eric Kohl
*/
#include <windows.h>
#include <commctrl.h>
#include <prsht.h>
#include <setupapi.h>
#include <wine/debug.h>
#include "internal.h"
#include "resource.h"
#include "precomp.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);