summaryrefslogtreecommitdiff
path: root/build/host-win32.mak
blob: 9d0b379fbd789cf1a94b4c282a87cf94693d4cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 :=