Skip to content

Commit ef9c958

Browse files
pmengal_cppmengal_cp
authored andcommitted
Updated build script to add documentation and support files
1 parent 946d6c4 commit ef9c958

15 files changed

Lines changed: 20 additions & 970 deletions

Build.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ IF EXIST Release GOTO NOWINDIR
1010
MKDIR Release
1111
:NOWINDIR
1212

13-
Del Release\*.* /Q
13+
Del Release\*.* /Q /S
1414
XCOPY "Class Library\ActiveUp.Net.Mail\bin\Retail\*.xml" Release\
1515
XCOPY "Class Library\ActiveUp.Net.Mail\bin\Retail\*.dll" Release\
16-
XCOPY Samples Release\Samples /s /i
16+
XCOPY Samples Release\Samples /s /i /y
17+
XCOPY Build\Help\Documentation.chm Release\
18+
XCOPY COPYRIGHT.txt Release\
19+
XCOPY LICENSE.txt Release\
1720

1821
PAUSE
1922

Build/Help/..svnbridge/.svnbridge

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>Working
2+
</Value></Property></Properties></ItemProperties>

Build/Help/..svnbridge/Documentation.chm

Lines changed: 0 additions & 1 deletion
This file was deleted.

Build/Help/Documentation.chm

-3.96 MB
Binary file not shown.

Build/Help/LastBuild.log

Lines changed: 13 additions & 967 deletions
Large diffs are not rendered by default.
10.5 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Dns.dll

12 KB
Binary file not shown.
11 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Imap4.dll

11 KB
Binary file not shown.

Samples/Lib/ActiveUp.Net.Mail.dll

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)