Ports: Add PHP entry to taskbar menu
This commit is contained in:
parent
a76c208bae
commit
d2379dfe96
Notes:
sideshowbarker
2024-07-18 07:29:32 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/d2379dfe964 Pull-request: https://github.com/SerenityOS/serenity/pull/9203 Reviewed-by: https://github.com/linusg
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ configopts="
|
|||
--with-zlib
|
||||
--without-pcre-jit
|
||||
"
|
||||
launcher_name="PHP"
|
||||
launcher_category="Development"
|
||||
launcher_command="/usr/local/bin/php -a"
|
||||
launcher_run_in_terminal="true"
|
||||
icon_file="win32/build/php.ico"
|
||||
|
||||
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2"
|
||||
export LIBS="-ldl"
|
||||
|
|
Loading…
Add table
Reference in a new issue