Created attachment 2684[details]
Adds HOMEPATH_NAME (default homepath) to q_shared.h
Building with STANDALONE implies to, at least, change values in the code/qcommon/q_shared.h file AND in the code/sys/sys_{unix,win32}.c to set the product names and details. The included patch adds a "#define HOMEPATH_NAME" in the q_shared.h in order to concentrate all custom definitions in one place.
I guess the patch would be okay - I just dislike that you have it discriminate OS versions via #ifdefs - completely unnecessary.
Please use macros like:
HOMEPATH_NAME_UNIX
HOMEPATH_NAME_WIN
HOMEPATH_NAME_MACOSX
Created attachment 2688[details]
Adds HOMEPATH_NAME_{UNIX,WIN,MACOSX} (default homepath) to q_shared.h
You're right, no reason to make an OS distinction for this
Created attachment 2684 [details] Adds HOMEPATH_NAME (default homepath) to q_shared.h Building with STANDALONE implies to, at least, change values in the code/qcommon/q_shared.h file AND in the code/sys/sys_{unix,win32}.c to set the product names and details. The included patch adds a "#define HOMEPATH_NAME" in the q_shared.h in order to concentrate all custom definitions in one place.
Created attachment 2688 [details] Adds HOMEPATH_NAME_{UNIX,WIN,MACOSX} (default homepath) to q_shared.h You're right, no reason to make an OS distinction for this