|
Last change
on this file since 144 was 2, checked in by dmik, 19 years ago |
|
Imported original Psi 0.10 sources from Affinix
|
|
File size:
387 bytes
|
| Line | |
|---|
| 1 | CONFIG += thread
|
|---|
| 2 | TARGET = socksd
|
|---|
| 3 |
|
|---|
| 4 | DEFINES += PROX_DEBUG
|
|---|
| 5 |
|
|---|
| 6 | INCLUDEPATH += util network
|
|---|
| 7 |
|
|---|
| 8 | HEADERS = \
|
|---|
| 9 | util/bytestream.h \
|
|---|
| 10 | util/bconsole.h \
|
|---|
| 11 | network/ndns.h \
|
|---|
| 12 | network/bsocket.h \
|
|---|
| 13 | network/servsock.h \
|
|---|
| 14 | network/socks.h \
|
|---|
| 15 | socksd.h
|
|---|
| 16 |
|
|---|
| 17 | SOURCES = \
|
|---|
| 18 | util/bytestream.cpp \
|
|---|
| 19 | util/bconsole.cpp \
|
|---|
| 20 | network/ndns.cpp \
|
|---|
| 21 | network/bsocket.cpp \
|
|---|
| 22 | network/servsock.cpp \
|
|---|
| 23 | network/socks.cpp \
|
|---|
| 24 | socksd.cpp
|
|---|
| 25 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.