소스 검색

remove pch

cxgeorge 24 년 전
부모
커밋
12c754efd0
5개의 변경된 파일1개의 추가작업 그리고 39개의 파일을 삭제
  1. 0 2
      panda/src/chancfg/Sources.pp
  2. 1 10
      panda/src/chancfg/chancfg.cxx
  3. 0 9
      panda/src/chancfg/chanparse.cxx
  4. 0 9
      panda/src/chancfg/chansetup.cxx
  5. 0 9
      panda/src/chancfg/chanwindow.cxx

+ 0 - 2
panda/src/chancfg/Sources.pp

@@ -26,8 +26,6 @@
   #define INSTALL_CONFIG \
   #define INSTALL_CONFIG \
     layout_db setup_db window_db
     layout_db setup_db window_db
 
 
-//  #define PRECOMPILED_HEADER chancfg_headers.h 
-
   #define IGATESCAN chancfg.h
   #define IGATESCAN chancfg.h
 
 
 #end lib_target
 #end lib_target

+ 1 - 10
panda/src/chancfg/chancfg.cxx

@@ -16,18 +16,8 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#if defined(WIN32_VC) && !defined(NO_PCH)
-#include "chancfg_headers.h"
-#endif
-
-#pragma hdrstop
-
-#if !defined(WIN32_VC) || defined(NO_PCH)
 #include "chancfg.h"
 #include "chancfg.h"
 #include <notify.h>
 #include <notify.h>
-#endif
-
-#include <algorithm>
 #include <displayRegion.h>
 #include <displayRegion.h>
 #include <graphicsChannel.h>
 #include <graphicsChannel.h>
 #include <hardwareChannel.h>
 #include <hardwareChannel.h>
@@ -39,6 +29,7 @@
 #include <dSearchPath.h>
 #include <dSearchPath.h>
 #include <dconfig.h>
 #include <dconfig.h>
 #include <filename.h>
 #include <filename.h>
+#include <algorithm>
 
 
 Configure(chanconfig);
 Configure(chanconfig);
 
 

+ 0 - 9
panda/src/chancfg/chanparse.cxx

@@ -16,17 +16,8 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#if defined(WIN32_VC) && !defined(NO_PCH)
-#include "chancfg_headers.h"
-#endif
-
-#pragma hdrstop
-
-#if !defined(WIN32_VC) || defined(NO_PCH)
 #include "chanparse.h"
 #include "chanparse.h"
-
 #include <notify.h>
 #include <notify.h>
-#endif
 
 
 const int ChanFileEOF = -1;
 const int ChanFileEOF = -1;
 
 

+ 0 - 9
panda/src/chancfg/chansetup.cxx

@@ -16,19 +16,10 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#if defined(WIN32_VC) && !defined(NO_PCH)
-#include "chancfg_headers.h"
-#endif
-
-#pragma hdrstop
-
-#if !defined(WIN32_VC) || defined(NO_PCH)
 #include "chansetup.h"
 #include "chansetup.h"
 #include "chanparse.h"
 #include "chanparse.h"
 #include "chanshare.h"
 #include "chanshare.h"
-
 #include <notify.h>
 #include <notify.h>
-#endif
 
 
 SetupType* SetupDB = (SetupType*)0;
 SetupType* SetupDB = (SetupType*)0;
 
 

+ 0 - 9
panda/src/chancfg/chanwindow.cxx

@@ -16,20 +16,11 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#if defined(WIN32_VC) && !defined(NO_PCH)
-#include "chancfg_headers.h"
-#endif
-
-#pragma hdrstop
-
-#if !defined(WIN32_VC) || defined(NO_PCH)
 #include "chanwindow.h"
 #include "chanwindow.h"
 #include "chanparse.h"
 #include "chanparse.h"
 #include "chanshare.h"
 #include "chanshare.h"
 
 
 #include <notify.h>
 #include <notify.h>
-#endif
-
 WindowType* WindowDB = (WindowType*)0;
 WindowType* WindowDB = (WindowType*)0;
 
 
 class WindowParseFunctor : public ChanParseFunctor {
 class WindowParseFunctor : public ChanParseFunctor {