Skip to content

Commit

Permalink
OrcCommand: GetSectors: move into Command/GetSectors/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Feb 11, 2021
1 parent cadcfd3 commit 5073338
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Orc/Orc.cpp
Expand Up @@ -12,7 +12,7 @@

#include "Command/FastFind/FastFind.h"
#include "Command/GetSamples/GetSamples.h"
#include "GetSectors.h"
#include "Command/GetSectors/GetSectors.h"
#include "Command/GetThis/GetThis.h"
#include "Mothership.h"
#include "Command/NTFSInfo/NTFSInfo.h"
Expand Down
12 changes: 6 additions & 6 deletions src/OrcCommand/CMakeLists.txt
Expand Up @@ -107,12 +107,12 @@ set(SRC_GETSAMPLES
source_group(GetSamples FILES ${SRC_GETSAMPLES})

set(SRC_GETSECTORS
"GetSectors.h"
"GetSectorsSchema.xml"
"GetSectors_Config.cpp"
"GetSectors_Output.cpp"
"GetSectors_Run.cpp"
"GetSectorsSchema.xml"
"Command/GetSectors/GetSectors.h"
"Command/GetSectors/GetSectorsSchema.xml"
"Command/GetSectors/GetSectors_Config.cpp"
"Command/GetSectors/GetSectors_Output.cpp"
"Command/GetSectors/GetSectors_Run.cpp"
"Command/GetSectors/GetSectorsSchema.xml"
)

source_group(GetSectors FILES ${SRC_GETSECTORS})
Expand Down
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 @@ -65,7 +65,7 @@ REGINFO_SQLSCHEMA BINARY "RegInfoSqlSchema.xml"

FASTFIND_SQLSCHEMA BINARY "Command/FastFind/FastFindSqlSchema.xml"

GETSECTORS_SQLSCHEMA BINARY "GetSectorsSchema.xml"
GETSECTORS_SQLSCHEMA BINARY "Command/GetSectors/GetSectorsSchema.xml"

NTFSUTIL_SQLSCHEMA BINARY "NTFSUtilSqlSchema.xml"

Expand Down

0 comments on commit 5073338

Please sign in to comment.