Update Windows search path documentation in makefile

This commit is contained in:
katjav 2018-01-27 12:40:46 +01:00
parent 1bcf78f86e
commit f3887bbe7d

View file

@ -238,7 +238,13 @@ version = 0.5.0
# #
# OSX: /Applications/Pd*.app/Contents/Resources/src # OSX: /Applications/Pd*.app/Contents/Resources/src
# #
# Windows: %PROGRAMFILES%/pd/src # Windows: %PROGRAMFILES%/Pd/src
# %PROGRAMFILES(X86)%/Pd/src (32 bit builds on 64 bit Windows)
#
# Default search path for binary pd.dll (Windows), overridable by PDBINDIR
#
# %PROGRAMFILES%/Pd/bin
# %PROGRAMFILES(X86)%/Pd/bin (32 bit builds on 64 bit Windows)
# #
# Default location to install pd libraries is platform dependent, and # Default location to install pd libraries is platform dependent, and
# overridable by PDLIBDIR: # overridable by PDLIBDIR: