< prev index next >

make/lib/CoreLibraries.gmk

Print this page
rev 12309 : 8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung

*** 328,337 **** --- 328,342 ---- -export:JLI_ReportExceptionDescription \ -export:JLI_MemAlloc \ -export:JLI_CmdToArgs \ -export:JLI_GetStdArgc \ -export:JLI_GetStdArgs \ + -export:JLI_List_new \ + -export:JLI_List_add \ + -export:JLI_StringDup \ + -export:JLI_MemFree \ + -export:JLI_ExpandArgFile \ advapi32.lib \ comctl32.lib \ user32.lib, \ VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \ RC_FLAGS := $(RC_FLAGS) \
< prev index next >