mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
13 lines
341 B
Makefile
13 lines
341 B
Makefile
export HOST_MV := ren
|
|
export HOST_RM := if exist @@; del /F /Q @@
|
|
export HOST_RMR := if exist @@; del /F /Q @@
|
|
export HOST_RMDIR := if exist @@; rmdir @@
|
|
export HOST_MKDIR := if not exist @@; mkdir @@
|
|
export HOST_EXE := .exe
|
|
export HOST_PSEP := \\
|
|
|
|
export HOST_SOURCES :=
|
|
export HOST_CFLAGS :=
|
|
export HOST_CXXFLAGS :=
|
|
export HOST_LDFLAGS :=
|