collapse milepost/test into test/

This commit is contained in:
Martin Fouilleul 2023-08-09 15:24:12 +02:00
parent 4d448f18f9
commit 7aac8a8e53
11 changed files with 5 additions and 5 deletions

BIN
test/files/bin/test_files Executable file

Binary file not shown.

View File

@ -1,4 +1,4 @@
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/test_files.exe
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/test_files.exe

View File

@ -2,7 +2,7 @@
LIBDIR=../../bin
RESDIR=../../resources
SRCDIR=../../src
SRCDIR=../../milepost/src
INCLUDES="-I$SRCDIR -I$SRCDIR/util -I$SRCDIR/platform -I$SRCDIR/app"
LIBS="-L$LIBDIR -lmilepost"