tomorrow or monday
Patch needed for NON PCH under windows.
Tim S
Index: src/sdk/cbproject.cpp
===================================================================
--- src/sdk/cbproject.cpp (revision 4548)
+++ src/sdk/cbproject.cpp (working copy)
@@ -46,6 +46,7 @@
#include "macrosmanager.h"
#include "messagemanager.h"
#include "editormanager.h"
+ #include "filemanager.h"
#include "configmanager.h"
#include "compilerfactory.h"
#include "projectbuildtarget.h"
Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 4548)
+++ src/sdk/editormanager.cpp (working copy)
@@ -42,6 +42,7 @@
#include "projectfile.h"
#include "pluginmanager.h"
#include "manager.h"
+ #include "filemanager.h"
#include "sdk_events.h"
#include "projectbuildtarget.h"
#include "cbproject.h"
Quote from: stahta01 on October 22, 2007, 02:06:23 PM
Patch needed for NON PCH under windows.
Applied. Thanks for the patch. :)
Quote from: Biplab on October 22, 2007, 03:32:34 PM
Applied. Thanks for the patch. :)
Biplab: If that's all than we are lucky... ;-)