From 549cb5b03d23ce59d9b71533dd08db5b446c0212 Mon Sep 17 00:00:00 2001 From: David Welch Date: Fri, 16 Mar 2001 00:00:47 +0000 Subject: [PATCH] Further fixes svn path=/trunk/; revision=1697 --- reactos/rules.mak | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reactos/rules.mak b/reactos/rules.mak index d897ccd5efd..c00f515bd11 100644 --- a/reactos/rules.mak +++ b/reactos/rules.mak @@ -30,9 +30,9 @@ NASM_CMD = nasm FLOPPY_DIR = /a # DIST_DIR should be relative from the top of the tree DIST_DIR = dist -DOT := \\. -DSEP := / -ENABLE_DEPENDENCY_TRACKING := 1 +#DOT := \\. +#DSEP := / +#ENABLE_DEPENDENCY_TRACKING := 1 endif ifeq ($(HOST),mingw32-windows) @@ -51,9 +51,9 @@ DOSCLI = yes FLOPPY_DIR = A: # DIST_DIR should be relative from the top of the tree DIST_DIR = dist -DOT := \. -DSEP := \\ -ENABLE_DEPENDENCY_TRACKING := 1 +#DOT := \. +#DSEP := \\ +#ENABLE_DEPENDENCY_TRACKING := 1 endif CC = $(PREFIX)gcc