Revision 72,
487 bytes
checked in by marcus, 15 years ago
(diff) |
r57 | walther | 2008-10-30 11:33:39 +0100 (Do, 30 Okt 2008) | 2 lines
socket_setup template included (alpha status!)
|
Line | |
---|
1 | # to be sourced |
---|
2 | # |
---|
3 | # file socket_setup.s |
---|
4 | # ============== |
---|
5 | # |
---|
6 | # version 1, 20-Jul-2006 |
---|
7 | # |
---|
8 | # Sets environment for socket use of SH |
---|
9 | # K. Stammler, 20-Jul-2006 |
---|
10 | |
---|
11 | if ("`uname`" == "SunOS") then |
---|
12 | setenv SH_CCOPTIONS "-g -DSH_SETUP_AH -DSH_SETUP_SZGRF -DSH_SOCKET -I/usr/dt/include -I/usr/openwin/share/include" |
---|
13 | setenv SH_LINKLIBS "-lahio -lsocket -lnsl" |
---|
14 | else |
---|
15 | # actually this was tested for Suse Linux only |
---|
16 | setenv SH_CCOPTIONS "-g -DSH_SETUP_LINUX -DSH_SOCKET -I/usr/X11R6/include" |
---|
17 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.