Update Windows search path documentation in makefile
This commit is contained in:
parent
1bcf78f86e
commit
f3887bbe7d
1 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue