Skip to content

Commit 2c83972

Browse files
committed
move to src
1 parent b03f098 commit 2c83972

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+49
-25
lines changed

arclite/CMakeLists.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
project(arclite)
33

44
set(SOURCES
5-
archive.cpp
6-
attr.cpp
7-
cmdline.cpp
8-
common.cpp
9-
headers.cpp
10-
delete.cpp
11-
extract.cpp
12-
farutils.cpp
13-
plugin.cpp
14-
msearch.cpp
15-
open.cpp
16-
options.cpp
17-
Patch7zCP.cpp
18-
pathutils.cpp
19-
rsrc.cpp
20-
sfx.cpp
21-
SimpleXML.cpp
22-
strutils.cpp
23-
sysutils.cpp
24-
ui.cpp
25-
update.cpp
26-
test.cpp
27-
MyWindows.cpp
5+
src/archive.cpp
6+
src/attr.cpp
7+
src/cmdline.cpp
8+
src/common.cpp
9+
src/headers.cpp
10+
src/delete.cpp
11+
src/extract.cpp
12+
src/farutils.cpp
13+
src/plugin.cpp
14+
src/msearch.cpp
15+
src/open.cpp
16+
src/options.cpp
17+
src/Patch7zCP.cpp
18+
src/pathutils.cpp
19+
src/rsrc.cpp
20+
src/sfx.cpp
21+
src/SimpleXML.cpp
22+
src/strutils.cpp
23+
src/sysutils.cpp
24+
src/ui.cpp
25+
src/update.cpp
26+
src/test.cpp
27+
src/MyWindows.cpp
2828
)
2929

3030
#set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CMAKE_COMMAND} -E time")
@@ -42,7 +42,7 @@ target_include_directories(arclite PRIVATE
4242
../far2l/src/base
4343
)
4444

45-
target_precompile_headers(arclite PRIVATE headers.hpp)
45+
target_precompile_headers(arclite PRIVATE src/headers.hpp)
4646
set_target_properties(arclite
4747
PROPERTIES
4848
LIBRARY_OUTPUT_DIRECTORY "${INSTALL_DIR}/Plugins/arclite/plug"

arclite/arclite.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.
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.
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.
File renamed without changes.
File renamed without changes.

arclite/src/arclite-extra.farconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<farconfig version="3.0.4881">
3+
<pluginsconfig>
4+
<plugin guid="65642111-AA69-4B84-B4B8-9249579EC4FA">
5+
<hierarchicalconfig>
6+
<key name="65642111-AA69-4B84-B4B8-9249579EC4FA" description="arclite">
7+
8+
<value name="max_check_size" type="qword" value="0000000000800000" />
9+
<!-- 8MB (default = 1MB) -->
10+
11+
<value name="correct_name_mode" type="qword" value="0000000000000032" />
12+
<!-- 0x10 correct empty filenames ("" converted to "_") -->
13+
<!-- 0x20 remove trailing dots/spaces -->
14+
<!-- 0x40 correct reserved names (NUL, LPT1, ...) -->
15+
<!-- ==== < > : * ? "" | / \ '\x01' ... '\x1f' -->
16+
<!-- 0x.0 < > : * ? "" | / \ '\x01' ... '\x1f' -->
17+
<!-- 0x.1 _ _ _ _ _ __ _ _ _ _______________________________ -->
18+
<!-- 0x.2 « » … ¤ ¿ “” ¦ ⁄ ¬ ☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ -->
19+
<!-- 0x.3 « » ։ ✶ ¿ “” ¦ ⁄ ¬ ☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ -->
20+
<!-- default = 0x12 -->
21+
</key>
22+
</hierarchicalconfig>
23+
</plugin>
24+
</pluginsconfig>
25+
</farconfig>
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)