added test versions to readme, removed debug flag from makefile
This commit is contained in:
parent
e8b5691dbd
commit
269dc9efc1
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user