|
@@ -39,7 +39,11 @@ CP=copy
|
|
|
RM=del
|
|
|
MKDIR=-mkdir
|
|
|
MKLIB=tlib /P128 /C
|
|
|
-ASM=nasm -f obj -d__omf__
|
|
|
+
|
|
|
+!ifndef BUILDTOOLS_PATH
|
|
|
+BUILDTOOLS_PATH=..\..\buildtools
|
|
|
+!endif
|
|
|
+ASM=$(BUILDTOOLS_PATH)\tools\nasm -f obj -d__omf__
|
|
|
|
|
|
######################################################
|
|
|
# You should not need to touch anything below this point
|