Update dqn
This commit is contained in:
parent
4442ccfb03
commit
9f9f9b52aa
@ -11,5 +11,5 @@ REM Oi Use CPU Intrinsics
|
|||||||
REM Z7 Combine multi-debug files to one debug file
|
REM Z7 Combine multi-debug files to one debug file
|
||||||
REM wd4201 Nonstandard extension used: nameless struct/union
|
REM wd4201 Nonstandard extension used: nameless struct/union
|
||||||
REM Tp Treat header file as CPP source file
|
REM Tp Treat header file as CPP source file
|
||||||
cl /MT /EHa /GR- /Od /Oi /Z7 /W4 /WX /wd4201 ../Code/Dqn_UnitTests.cpp /link /nologo
|
cl /MT /EHa /GR- /Od /Oi /Z7 /W4 /WX /wd4201 /D DQN_TEST_WITH_MAIN ../Code/Dqn_Tests.cpp /link /nologo
|
||||||
popd
|
popd
|
||||||
|
1568
Code/Dqn.h
1568
Code/Dqn.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
|||||||
mkdir -p ../Bin/
|
mkdir -p ../Bin/
|
||||||
pushd ../Bin/
|
pushd ../Bin/
|
||||||
g++ ../Code/Dqn_UnitTests.cpp -std=c++17 -o Dqn_UnitTests
|
g++ ../Code/Dqn_Tests.cpp -D DQN_TEST_WITH_MAIN -std=c++17 -o Dqn_UnitTests
|
||||||
g++ ../Code/DqnHeader.h -D DQN_HEADER_IMPLEMENTATION -std=c++17 -o DqnHeader
|
|
||||||
|
BIN
Project/dqn.rdbg
BIN
Project/dqn.rdbg
Binary file not shown.
Loading…
Reference in New Issue
Block a user