* Use rapps.h as a PCH.

svn path=/trunk/; revision=52907
This commit is contained in:
Amine Khaldi 2011-07-26 22:07:22 +00:00
parent 0264f3cffa
commit fd5f6e54bc
3 changed files with 2 additions and 8 deletions

View file

@ -26,6 +26,7 @@ include_directories(
set_rc_compiler()
add_executable(rapps ${SOURCE})
add_pch(rapps rapps.h)
set_module_type(rapps win32gui)
target_link_libraries(rapps uuid)

View file

@ -29,12 +29,6 @@
#define WIN32_NO_STATUS
#include "rapps.h"
#include "resource.h"
#include <commctrl.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <urlmon.h>
static PAPPLICATION_INFO AppInfo;
static HICON hIcon = NULL;

View file

@ -1,11 +1,10 @@
#pragma once
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <wchar.h>
#include <urlmon.h>
#include <rappsmsg.h>