added test versions to readme, removed debug flag from makefile

This commit is contained in:
suhrke 2017-07-10 03:07:18 -07:00
parent e8b5691dbd
commit 269dc9efc1
2 changed files with 3 additions and 2 deletions

View File

@ -17,10 +17,11 @@ Converts Reflex maps, both version 6 and 8, into id Tech's .map format.
####Compiler(s) ####Compiler(s)
* mingw-w64, GCC 5.3.0 * mingw-w64, GCC 5.3.0
* gcc version 7.1.1 20170528
####Tested With ####Tested With
* netradiant-1.5.0-20120301 * netradiant-1.5.0-20120301
__________________ __________________
Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3) Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3)

View File

@ -1,6 +1,6 @@
EX=reflex2q3 EX=reflex2q3
CC=g++ CC=g++
CFLAGS=-std=c++11 -I"./includes" -I"./includes/Catch/single_include" -I"./includes/cxxopts/include" -I"/usr/include/eigen3" -g CFLAGS=-std=c++11 -I"./includes" -I"./includes/Catch/single_include" -I"./includes/cxxopts/include" -I"/usr/include/eigen3"
TESTEX=test/test-parser TESTEX=test/test-parser
UNITEX=test/catch UNITEX=test/catch