Skip to content

Commit

Permalink
remove unnecessary libs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x199 committed Mar 26, 2021
1 parent 8000250 commit 07c0347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Internal PKG Installer/build.bat
@@ -1,7 +1,7 @@
SETLOCAL EnableDelayedExpansion

Rem Libraries to link in
set libraries=-lc -lkernel -lc++ -lSceVideoOut -lSceGnmDriver -lSceSysmodule -lSceFreeType -lSceHttp -lScePad -lSceUserService -lSceSystemService -lSceNet -lSceNetCtl -lSceHttp -lSceSsl -lSceBgft -lSceAppInstUtil -lSceImeDialog -lSceCommonDialog -lSceMsgDialog
set libraries=-lc -lkernel -lc++ -lSceSysmodule -lSceSystemService -lSceBgft

Rem Read the script arguments into local vars
set intdir=%1
Expand All @@ -13,7 +13,7 @@ set outputOelf=%intdir%%targetname%.oelf

Rem Compile object files for all the source files
for %%f in (*.cpp) do (
clang++ -cc1 -triple x86_64-scei-ps4-elf -munwind-tables -I"%OO_PS4_TOOLCHAIN%\\include" -debug-info-kind=limited -debugger-tuning=gdb -emit-obj -o %intdir%\%%~nf.o %%~nf.cpp
clang++ -cc1 -triple x86_64-scei-ps4-elf -munwind-tables -I"%OO_PS4_TOOLCHAIN%\\include" -debug-info-kind=limited -debugger-tuning=gdb -emit-obj -o %intdir%\%%~nf.o %%~nf.cpp
)

Rem Get a list of object files for linking
Expand Down

0 comments on commit 07c0347

Please sign in to comment.