- Timestamp:
- Jun 18, 2010 3:46:33 PM (14 years ago)
- Location:
- pjproject/branches/projects/cli/pjlib-util
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/cli/pjlib-util/build/Makefile
r3087 r3211 28 28 export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 29 29 export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 30 base64.o crc32.o errno.o dns.o dns_dump.o dns_server.o \ 31 getopt.o hmac_md5.o hmac_sha1.o http_client.o md5.o pcap.o resolver.o \ 32 scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 30 base64.o cli.o cli_console.o crc32.o errno.o dns.o \ 31 dns_dump.o dns_server.o getopt.o hmac_md5.o hmac_sha1.o \ 32 http_client.o md5.o pcap.o resolver.o scanner.o sha1.o \ 33 srv_resolver.o string.o stun_simple.o \ 33 34 stun_simple_client.o xml.o 34 35 export PJLIB_UTIL_CFLAGS += $(_CFLAGS) -
pjproject/branches/projects/cli/pjlib-util/build/pjlib_util.vcproj
r3087 r3211 2770 2770 </File> 2771 2771 <File 2772 RelativePath="..\src\pjlib-util\cli.c" 2773 > 2774 </File> 2775 <File 2776 RelativePath="..\src\pjlib-util\cli_console.c" 2777 > 2778 </File> 2779 <File 2772 2780 RelativePath="..\src\pjlib-util\crc32.c" 2773 2781 > … … 4715 4723 </File> 4716 4724 <File 4725 RelativePath="..\include\pjlib-util\cli.h" 4726 > 4727 </File> 4728 <File 4729 RelativePath="..\include\pjlib-util\cli_console.h" 4730 > 4731 </File> 4732 <File 4733 RelativePath="..\include\pjlib-util\cli_imp.h" 4734 > 4735 </File> 4736 <File 4717 4737 RelativePath="..\include\pjlib-util\config.h" 4718 4738 >
Note: See TracChangeset
for help on using the changeset viewer.