which otherwise sets the properties to "LONG_NAME" and "BIN_NAME".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1520153 13f79535-47bb-0310-9956-
ffa450edef68
########### HTTPD EXECUTABLES ##########
ADD_EXECUTABLE(httpd server/main.c build/win32/httpd.rc)
SET(install_targets ${install_targets} httpd)
+SET_TARGET_PROPERTIES(httpd PROPERTIES COMPILE_FLAGS "-DLONG_NAME=\"\\\"Apache HTTP Server\\\"\" -DBIN_NAME=httpd.exe")
TARGET_LINK_LIBRARIES(httpd libhttpd)
ADD_EXECUTABLE(ab support/ab.c)