Skip to content

Commit

Permalink
Added ui library.
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-fonseca committed Sep 17, 2002
1 parent 180a7f3 commit 52f159e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/i386-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ functions="memchr memcmp memcpy memmove memset nanosleep pselect readdir_r mbrto
# api
apis="aio inet_ipv6 lfs pthread pthread_semaphore pthread_rwlock regexp wide"

libraries="aio:rt rt pthread:pthread dl -:m -:c"
libraries="X11 aio:rt rt pthread:pthread dl -:m -:c"
2 changes: 1 addition & 1 deletion static/i386-unknown-mingw32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ functions="memchr memcmp memcpy memmove memset mbrtowc mbsrtowcs"
apis="lfs wide"

# libraries
libraries="sound:winmm socket:ws2_32 psapi netapi32 kernel32"
libraries="sound:winmm socket:ws2_32 psapi gdi32 netapi32 kernel32"
2 changes: 1 addition & 1 deletion static/ia64-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ functions="memchr memcmp memcpy memmove memset nanosleep pselect readdir_r mbrto
apis="inet_ipv6 lfs pthread pthread_semaphore pthread_rwlock regexp wide"

# libraries
libraries="rt pthread:pthread dl -:m -:c"
libraries="X11 rt pthread:pthread dl -:m -:c"
2 changes: 1 addition & 1 deletion static/mips-sgi-irix65
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ functions="memchr memcmp memcpy memmove memset nanosleep readdir_r"
apis="lfs pthread pthread_semaphore pthread_rwlock regexp wide"

# libraries
libraries="socket:socket rt pthread:pthread dl -:m -:c"
libraries="X11 socket:socket rt pthread:pthread dl -:m -:c"
2 changes: 1 addition & 1 deletion static/sparc-sun-solaris2.7
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ functions="memchr memcmp memcpy memmove memset nanosleep readdir_r mbsrtowcs"
apis="aio lfs pthread pthread_semaphore pthread_rwlock regexp wide"

# libraries
libraries="socket:socket socket:nsl rt pthread:pthread dl -:m -:c"
libraries="X11 socket:socket socket:nsl rt pthread:pthread dl -:m -:c"

0 comments on commit 52f159e

Please sign in to comment.