aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/nmake.in')
-rw-r--r--src/build-data/makefile/nmake.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in
index b721ffd67..eba3a774d 100644
--- a/src/build-data/makefile/nmake.in
+++ b/src/build-data/makefile/nmake.in
@@ -1,14 +1,8 @@
%{header_in}
### Aliases for Common Programs
-AR = %{ar_command}
+
COPY = copy
-CD = @cd
-ECHO = @echo
-INSTALL = %{install_cmd_exec}
-INSTALL_CMD = %{install_cmd_exec}
-MKDIR = @md
-MKDIR_INSTALL = @md
RM = @del /Q
RM_R = $(RM) /S
RMDIR = @rmdir
@@ -67,7 +61,7 @@ tests: $(TEST)
!If "$(SO_OBJ_FLAGS)" == ""
# static lib
$(LIB_FILENAME): $(LIBOBJS)
- $(AR) /OUT:$@ $(LIBOBJS)
+ $(AR) %{ar_options} /OUT:$@ $(LIBOBJS)
!Else
# shared lib
# Creates the DLL $(SO_FILENAME) and the .lib $(LIB_FILENAME)