1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

added path separator for NT machines

This commit is contained in:
Oliver Gesch 2011-09-16 00:22:30 +02:00
parent 9a637c8b9e
commit 1af758f45c

View File

@ -29,6 +29,7 @@
# OS specifics
#
if $(NT) {
SLASH = \\ ;
POSIXSHELL = sh ;
NULLDEV = NUL ;
CAT = type ;