Include executable in build.

This commit is contained in:
sigonasr2 2023-07-08 17:01:56 -05:00
parent 32174f1a5c
commit a6dbc81b78
6 changed files with 1737 additions and 3647 deletions

3
.gitignore vendored
View File

@ -21,7 +21,8 @@ mono_crash.*
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ *.tlog/
Crawler/x64/
[Rr]eleases/ [Rr]eleases/
x86/ x86/
[Ww][Ii][Nn]32/ [Ww][Ii][Nn]32/

View File

@ -2,7 +2,7 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 2 #define VERSION_MINOR 2
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_BUILD 547 #define VERSION_BUILD 548
#define stringify(a) stringify_(a) #define stringify(a) stringify_(a)
#define stringify_(a) #a #define stringify_(a) #a

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
x64/Release/Crawler.exe Normal file

Binary file not shown.