Add DqnFixedString, remove DqnIni, minor cleanup

This commit is contained in:
2018-06-11 16:26:57 +10:00
parent 2c24eacc28
commit 056c0b3aea
4 changed files with 354 additions and 1182 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
@REM vcvarsall.bat to setup command-line compiler.
@echo OFF
set ProjectName=dqn_unit_test
set CompileEntryPoint=..\dqn_unit_test.cpp
set ProjectName=DqnUnitTest
set CompileEntryPoint=..\DqnUnitTest.cpp
REM Build tags file if you have ctags in path
where /q ctags