blob: 9d0b379fbd789cf1a94b4c282a87cf94693d4cc1 [file] [log] [blame]
Benny Prijonodd859a62005-11-01 16:42:51 +00001export HOST_MV := ren
2export HOST_RM := if exist @@; del /F /Q @@
3export HOST_RMR := if exist @@; del /F /Q @@
4export HOST_RMDIR := if exist @@; rmdir @@
5export HOST_MKDIR := if not exist @@; mkdir @@
6export HOST_EXE := .exe
7export HOST_PSEP := \\
8
9export HOST_SOURCES :=
10export HOST_CFLAGS :=
11export HOST_CXXFLAGS :=
12export HOST_LDFLAGS :=