Skip to content

Commit

Permalink
OrcCommand: RegInfo: move into Command/RegInfo/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Feb 11, 2021
1 parent 6480f32 commit 22e14a7
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Orc/Orc.cpp
Expand Up @@ -16,7 +16,7 @@
#include "Command/GetThis/GetThis.h"
#include "Mothership.h"
#include "Command/NTFSInfo/NTFSInfo.h"
#include "RegInfo.h"
#include "Command/RegInfo/RegInfo.h"
#include "Command/NTFSUtil/NTFSUtil.h"
#include "ToolEmbed.h"
#include "USNInfo.h"
Expand Down
16 changes: 8 additions & 8 deletions src/OrcCommand/CMakeLists.txt
Expand Up @@ -178,14 +178,14 @@ set(SRC_OBJINFO
source_group(ObjInfo FILES ${SRC_OBJINFO})

set(SRC_REGINFO
"ConfigFile_RegInfo.cpp"
"ConfigFile_RegInfo.h"
"RegInfo.h"
"RegInfoSqlSchema.xml"
"RegInfo_Config.cpp"
"RegInfo_Output.cpp"
"RegInfo_Run.cpp"
"RegInfoSqlSchema.xml"
"Command/RegInfo/ConfigFile_RegInfo.cpp"
"Command/RegInfo/ConfigFile_RegInfo.h"
"Command/RegInfo/RegInfo.h"
"Command/RegInfo/RegInfoSqlSchema.xml"
"Command/RegInfo/RegInfo_Config.cpp"
"Command/RegInfo/RegInfo_Output.cpp"
"Command/RegInfo/RegInfo_Run.cpp"
"Command/RegInfo/RegInfoSqlSchema.xml"
)

source_group(RegInfo FILES ${SRC_REGINFO})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/OrcCommand/OrcCommand.rc
Expand Up @@ -61,7 +61,7 @@ OBJINFO_SQLSCHEMA BINARY "Command/ObjInfo/ObjInfoSqlSchem

WOLFLAUNCHER_SQLSCHEMA BINARY "Command/WolfLauncher/WolfLauncherSqlSchema.xml"

REGINFO_SQLSCHEMA BINARY "RegInfoSqlSchema.xml"
REGINFO_SQLSCHEMA BINARY "Command/RegInfo/RegInfoSqlSchema.xml"

FASTFIND_SQLSCHEMA BINARY "Command/FastFind/FastFindSqlSchema.xml"

Expand Down

0 comments on commit 22e14a7

Please sign in to comment.