Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenpham committed Feb 15, 2022
1 parent 31db1f7 commit 5f8f932
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions projects/ocgdb.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<ClCompile Include="..\src\builder.cpp" />
<ClCompile Include="..\src\main.cpp" />
<ClCompile Include="..\src\parser.cpp" />
<ClCompile Include="..\src\sqllib.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\3rdparty\sqlite3\sqlite3.h" />
Expand Down Expand Up @@ -183,6 +184,8 @@
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<Optimization>Full</Optimization>
<UndefinePreprocessorDefinitions>-DNDEBUG</UndefinePreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
Binary file not shown.
16 changes: 8 additions & 8 deletions projects/ocgdb.xcodeproj/xcshareddata/xcschemes/ocgdb.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<CommandLineArguments>
<CommandLineArgument
argument = "-pgn /Users/nguyenpham/bsg/BanksiaMatch/db/Carlsen.pgn"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-db /Users/nguyenpham/Downloads/carlsen.ocgdb.db3"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-export"
Expand Down Expand Up @@ -89,15 +89,15 @@
</CommandLineArgument>
<CommandLineArgument
argument = "-db /Users/nguyenpham/Downloads/mb-3.45.ocgdb.db3"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-pgn /Users/nguyenpham/Downloads/tmp.pgn"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-r /Users/nguyenpham/Downloads/r.txt"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-db :memory:"
Expand All @@ -117,7 +117,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "-plycount 40"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-o remove"
Expand Down Expand Up @@ -145,7 +145,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "-q &quot;fen[rnbqkbnr/pp2pppp/2p5/3pP3/3P4/8/PPP2PPP/RNBQKBNR b KQkq - 0 3, rn1qkbnr/pp2pppp/2p5/3pPb2/3P4/5N2/PPP2PPP/RNBQKB1R b KQkq - 1 4]&quot;"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-q &quot;4 == white6 // 4 white piece in row 6&quot;"
Expand All @@ -169,15 +169,15 @@
</CommandLineArgument>
<CommandLineArgument
argument = "-o printall;printfen;printpgn"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-o moves"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-o moves2"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-o moves;moves2"
Expand Down
4 changes: 2 additions & 2 deletions samples/carlsen.ocgdb.db3.zip
Git LFS file not shown

0 comments on commit 5f8f932

Please sign in to comment.