summaryrefslogtreecommitdiff
path: root/build/host-win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'build/host-win32.mak')
-rw-r--r--build/host-win32.mak24
1 files changed, 12 insertions, 12 deletions
diff --git a/build/host-win32.mak b/build/host-win32.mak
index d9dc635e..9d0b379f 100644
--- a/build/host-win32.mak
+++ b/build/host-win32.mak
@@ -1,12 +1,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 :=
+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 :=