Misc (Re #1068): added ability to specify executable suffix, by declaring HOST_EXE in user.mak. Useful for cross compiling Mingw executables on Linux. Thanks Atik Khan for the suggestion

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3247 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2010-08-05 07:04:26 +00:00
parent fe3bf0e7cd
commit 689ba8ab78
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export HOST_RM := rm -f @@
export HOST_RMR := rm -rf @@
export HOST_RMDIR := rm -rf @@
export HOST_MKDIR := mkdir -p @@
export HOST_EXE :=
export HOST_EXE := $(HOST_EXE)
export HOST_PSEP := /
export HOST_SOURCES :=