зеркало из https://github.com/mozilla/pjs.git
Fix up inclusions of headers
This commit is contained in:
Родитель
32dd23f3c2
Коммит
6e96b8feaf
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "WizardMachine.h"
|
||||
#include "WizardMachineDlg.h"
|
||||
#include "ProgDlgThread.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "WizardMachine.h"
|
||||
//#include "ProgressDialog.h"
|
||||
#include "ProgressDialog.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "WizardMachine.h"
|
||||
#include "PropSheet.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CPropSheet
|
||||
#include "WizardUI.h"
|
||||
//#include "WizardUI.h"
|
||||
|
||||
class CPropSheet : public CPropertySheet
|
||||
{
|
||||
|
|
Двоичные данные
cck/driver/WizardMachine.aps
Двоичные данные
cck/driver/WizardMachine.aps
Двоичный файл не отображается.
|
@ -34,6 +34,7 @@
|
|||
#include "NewDialog.h"
|
||||
#include "NewConfigDialog.h"
|
||||
#include "ProgDlgThread.h"
|
||||
#include "PropSheet.h"
|
||||
|
||||
// for CopyDir
|
||||
#include "winbase.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#endif
|
||||
|
||||
#include "resource.h" // main symbols
|
||||
#include "WizardMachineDlg.h"
|
||||
//#include "WizardMachineDlg.h"
|
||||
#include "WizardTypes.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Microsoft Developer Studio Generated NMAKE File, Based on WizardMachine.dsp
|
||||
!IF "$(CFG)" == ""
|
||||
CFG=WizardMachine - Win32 Release
|
||||
CFG=WizardMachine - Win32 Debug
|
||||
!MESSAGE No configuration specified. Defaulting to WizardMachine - Win32 Release.
|
||||
!ENDIF
|
||||
|
||||
|
|
Двоичные данные
cck/driver/WizardMachine.ncb
Двоичные данные
cck/driver/WizardMachine.ncb
Двоичный файл не отображается.
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#include "WizardMachine.h"
|
||||
#include "WizardMachineDlg.h"
|
||||
//#include "ImageDialog.h"
|
||||
#include "ImgDlg.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,9 @@
|
|||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "afxmt.h"
|
||||
|
||||
#include "WizardMachine.h"
|
||||
//#include "ImageDialog.h"
|
||||
#include "fstream.h"
|
||||
#include "ImgDlg.h"
|
||||
#include "SumDlg.h"
|
||||
|
@ -30,15 +31,16 @@
|
|||
#include "NewDialog.h"
|
||||
#include "NewConfigDialog.h"
|
||||
#include "ProgDlgThread.h"
|
||||
#include "PropSheet.h"
|
||||
#include "WizardUI.h"
|
||||
|
||||
#include <direct.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
// The following is included to make
|
||||
// the browse for a dir code compile
|
||||
#include <shlobj.h>
|
||||
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
|
|
|
@ -42,6 +42,8 @@ LLFLAGS = \
|
|||
INCS = -I. \
|
||||
$(INCS)
|
||||
|
||||
# .\$(OBJDIR)\Interpret.obj \
|
||||
|
||||
OBJS = \
|
||||
.\$(OBJDIR)\HelpDlg.obj \
|
||||
.\$(OBJDIR)\ImageDialog.obj \
|
||||
|
|
Загрузка…
Ссылка в новой задаче