fixed dependency problems caused by moving project
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "smpackage.h"
|
#include "smpackage.h"
|
||||||
#include "SMPackageInstallDlg.h"
|
#include "SMPackageInstallDlg.h"
|
||||||
#include "../RageUtil.h"
|
#include "RageUtil.h"
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define new DEBUG_NEW
|
#define new DEBUG_NEW
|
||||||
|
|||||||
Binary file not shown.
@@ -13,9 +13,9 @@ Class2=CSmpackageDlg
|
|||||||
|
|
||||||
ResourceCount=3
|
ResourceCount=3
|
||||||
Resource1=IDR_MAINFRAME
|
Resource1=IDR_MAINFRAME
|
||||||
Resource2=IDD_MANAGER
|
Resource2=IDD_INSTALL
|
||||||
Class3=CSMPackageInstallDlg
|
Class3=CSMPackageInstallDlg
|
||||||
Resource3=IDD_INSTALL
|
Resource3=IDD_MANAGER
|
||||||
|
|
||||||
[CLS:CSmpackageApp]
|
[CLS:CSmpackageApp]
|
||||||
Type=0
|
Type=0
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "smpackage.h"
|
#include "smpackage.h"
|
||||||
#include "smpackageDlg.h"
|
#include "smpackageDlg.h"
|
||||||
#include "smpackageInstallDlg.h"
|
#include "smpackageInstallDlg.h"
|
||||||
#include "../RageUtil.h"
|
#include "RageUtil.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
|||||||
Binary file not shown.
@@ -4,7 +4,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "smpackage.h"
|
#include "smpackage.h"
|
||||||
#include "smpackageDlg.h"
|
#include "smpackageDlg.h"
|
||||||
#include "../RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "ZipArchive\ZipArchive.h"
|
#include "ZipArchive\ZipArchive.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user