mirror of https://github.com/BOINC/boinc.git
- WINBUILD: More project file cleanup.
- WINBUILD: Move wxWidgets include directives from the FlatNotebook to the pre-compiled header. Try and avoid a compilation problems when two different sets of wxWidgets build environments are on the system and have been setup differently. clientgui/common/ wxFNBDropTarget.h clientgui/ stdwx.h win_build/ boincmgr_curl.vcproj svn path=/trunk/boinc/; revision=17861
This commit is contained in:
parent
74e8911f44
commit
9a3dfb1273
|
@ -4140,3 +4140,18 @@ David 22 Apr 2009
|
|||
|
||||
client/
|
||||
cpu_sched.cpp
|
||||
|
||||
Rom 23 Apr 2009
|
||||
- WINBUILD: More project file cleanup.
|
||||
- WINBUILD: Move wxWidgets include directives from the
|
||||
FlatNotebook to the pre-compiled header. Try and avoid
|
||||
a compilation problems when two different sets of
|
||||
wxWidgets build environments are on the system and have
|
||||
been setup differently.
|
||||
|
||||
clientgui/common/
|
||||
wxFNBDropTarget.h
|
||||
clientgui/
|
||||
stdwx.h
|
||||
win_build/
|
||||
boincmgr_curl.vcproj
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wxFlatNotebook.cpp
|
||||
// Purpose: generic implementation of flat style notebook class.
|
||||
// Author: Eran Ifrah <eranif@bezeqint.net>
|
||||
// Modified by: Priyank Bolia <soft@priyank.in>
|
||||
// Created: 30/12/2005
|
||||
// Modified: 01/01/2006
|
||||
// Copyright: Eran Ifrah (c)
|
||||
// Licence: wxWindows license <http://www.wxwidgets.org/licence3.txt>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_FNB_DROP_TARGET_H
|
||||
#define _WX_FNB_DROP_TARGET_H
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/dnd.h>
|
||||
|
||||
/**
|
||||
\brief Contains the information about dragged page (page index and container).
|
||||
*/
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
#include <wx/html/htmlwin.h>
|
||||
#include <wx/html/htmlproc.h>
|
||||
#include <wx/fs_inet.h>
|
||||
#include <wx/dnd.h>
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue