* compile console with pch support

svn path=/trunk/; revision=22695
This commit is contained in:
Johannes Anderwald 2006-06-29 18:19:51 +00:00
parent de285c4081
commit 3dd2bff814
7 changed files with 12 additions and 33 deletions

View file

@ -7,13 +7,7 @@
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at) * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
*/ */
#include "ntstatus.h" #include "console.h"
#define WIN32_NO_STATUS
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
INT_PTR INT_PTR
CALLBACK CALLBACK

View file

@ -7,11 +7,6 @@
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at) * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
*/ */
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
#include "console.h" #include "console.h"
#define NUM_APPLETS (1) #define NUM_APPLETS (1)

View file

@ -1,6 +1,13 @@
#ifndef CONSOLE_H__ #ifndef CONSOLE_H__
#define CONSOLE_H__ #define CONSOLE_H__
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
typedef struct typedef struct
{ {
int idIcon; int idIcon;

View file

@ -16,4 +16,5 @@
<file>layout.c</file> <file>layout.c</file>
<file>colors.c</file> <file>colors.c</file>
<file>console.rc</file> <file>console.rc</file>
<pch>console.h</pch>
</module> </module>

View file

@ -8,13 +8,7 @@
*/ */
#include "ntstatus.h" #include "console.h"
#define WIN32_NO_STATUS
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
INT_PTR INT_PTR
CALLBACK CALLBACK

View file

@ -7,13 +7,7 @@
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at) * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
*/ */
#include "ntstatus.h" #include "console.h"
#define WIN32_NO_STATUS
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
INT_PTR INT_PTR
CALLBACK CALLBACK

View file

@ -7,13 +7,7 @@
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at) * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
*/ */
#include "console.h"
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include <windows.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
INT_PTR INT_PTR