You can subscribe to this list here.
2005 |
Jan
|
Feb
(32) |
Mar
(56) |
Apr
(92) |
May
(39) |
Jun
(226) |
Jul
(98) |
Aug
(66) |
Sep
|
Oct
(153) |
Nov
(43) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(97) |
Feb
(141) |
Mar
(147) |
Apr
(80) |
May
(51) |
Jun
(93) |
Jul
(88) |
Aug
(50) |
Sep
(179) |
Oct
(48) |
Nov
(82) |
Dec
(71) |
2007 |
Jan
(42) |
Feb
(46) |
Mar
(123) |
Apr
(21) |
May
(139) |
Jun
(59) |
Jul
(34) |
Aug
(57) |
Sep
(47) |
Oct
(137) |
Nov
(49) |
Dec
(12) |
2008 |
Jan
(10) |
Feb
(8) |
Mar
(63) |
Apr
(17) |
May
(34) |
Jun
(38) |
Jul
(16) |
Aug
(62) |
Sep
(9) |
Oct
(121) |
Nov
(38) |
Dec
(4) |
2009 |
Jan
|
Feb
(11) |
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(4) |
Apr
(10) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(12) |
2012 |
Jan
(26) |
Feb
(1) |
Mar
(15) |
Apr
(1) |
May
(1) |
Jun
(7) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(52) |
Nov
(8) |
Dec
(25) |
2013 |
Jan
(35) |
Feb
(14) |
Mar
(10) |
Apr
(10) |
May
(29) |
Jun
(16) |
Jul
(5) |
Aug
(8) |
Sep
(8) |
Oct
(6) |
Nov
(1) |
Dec
(3) |
2014 |
Jan
(16) |
Feb
(13) |
Mar
(5) |
Apr
(9) |
May
(21) |
Jun
(6) |
Jul
(5) |
Aug
(2) |
Sep
(59) |
Oct
(115) |
Nov
(122) |
Dec
(45) |
2015 |
Jan
(31) |
Feb
(32) |
Mar
(19) |
Apr
(25) |
May
(3) |
Jun
(4) |
Jul
(18) |
Aug
(3) |
Sep
(23) |
Oct
(11) |
Nov
(17) |
Dec
(12) |
2016 |
Jan
(20) |
Feb
(27) |
Mar
(20) |
Apr
(40) |
May
(35) |
Jun
(48) |
Jul
(44) |
Aug
(51) |
Sep
(18) |
Oct
(42) |
Nov
(39) |
Dec
(29) |
2017 |
Jan
(37) |
Feb
(34) |
Mar
(20) |
Apr
(37) |
May
(10) |
Jun
(2) |
Jul
(14) |
Aug
(15) |
Sep
(25) |
Oct
(29) |
Nov
(15) |
Dec
(29) |
2018 |
Jan
(5) |
Feb
(15) |
Mar
(6) |
Apr
(20) |
May
(39) |
Jun
(39) |
Jul
(17) |
Aug
(20) |
Sep
(10) |
Oct
(17) |
Nov
(20) |
Dec
(8) |
2019 |
Jan
(28) |
Feb
(21) |
Mar
(13) |
Apr
(44) |
May
(44) |
Jun
(28) |
Jul
(51) |
Aug
(30) |
Sep
(7) |
Oct
(20) |
Nov
(8) |
Dec
(21) |
2020 |
Jan
(27) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Vlad S. <ser...@us...> - 2005-06-27 16:22:42
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4386/nsd Modified Files: tclcmds.c Log Message: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to allow nsd to be compiled on Unix again Index: tclcmds.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/tclcmds.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tclcmds.c 24 Jun 2005 08:43:21 -0000 1.14 --- tclcmds.c 27 Jun 2005 16:22:30 -0000 1.15 *************** *** 589,595 **** * nswin32.c */ ! {"ns_failservice", NULL, NsTclFailServiceObjCmd}, ! /* * Add more server Tcl commands here. --- 589,595 ---- * nswin32.c */ ! #ifdef WIN32 {"ns_failservice", NULL, NsTclFailServiceObjCmd}, ! #endif /* * Add more server Tcl commands here. |
From: Vlad S. <ser...@us...> - 2005-06-27 16:22:38
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4386 Modified Files: ChangeLog Log Message: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to allow nsd to be compiled on Unix again Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 24 Jun 2005 08:46:07 -0000 1.128 --- ChangeLog 27 Jun 2005 16:22:29 -0000 1.129 *************** *** 1,2 **** --- 1,7 ---- + 2005-06-27 Vlad Seryakov <ser...@us...> + + * nsd/tclcmds.c: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to + allow nsd to be compiled on Unix again. + 2005-06-24 Ibrahim Tannir <it...@us...> |
From: Vlad S. <ser...@us...> - 2005-06-27 00:01:31
|
Update of /cvsroot/naviserver/modules/nsdns In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1088 Modified Files: ChangeLog dns.c Log Message: now works on Sun Index: dns.c =================================================================== RCS file: /cvsroot/naviserver/modules/nsdns/dns.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** dns.c 24 Jun 2005 00:52:01 -0000 1.11 --- dns.c 27 Jun 2005 00:01:23 -0000 1.12 *************** *** 769,772 **** --- 769,774 ---- { int offset; + unsigned long ul; + unsigned short us; char name[256] = ""; dnsRecord *y; *************** *** 786,790 **** goto err; } ! y->type = ntohs(*((unsigned short*)pkt->buf.ptr)); pkt->buf.ptr += 2; // The class type --- 788,793 ---- goto err; } ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! y->type = ntohs(us); pkt->buf.ptr += 2; // The class type *************** *** 793,797 **** goto err; } ! y->class = ntohs(*((unsigned short*)pkt->buf.ptr)); pkt->buf.ptr += 2; // Query block stops here --- 796,801 ---- goto err; } ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! y->class = ntohs(us); pkt->buf.ptr += 2; // Query block stops here *************** *** 802,806 **** goto err; } ! y->ttl = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; // Fetch the resource data. --- 806,811 ---- goto err; } ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->ttl = ntohl(ul); pkt->buf.ptr += 4; // Fetch the resource data. *************** *** 809,813 **** goto err; } ! if(!(y->len = ntohs(*((unsigned short*)pkt->buf.ptr)))) { strcpy(name,"empty data len"); goto err; --- 814,819 ---- goto err; } ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! if(!(y->len = ntohs(us))) { strcpy(name,"empty data len"); goto err; *************** *** 825,829 **** case DNS_TYPE_MX: y->data.soa = ns_calloc(1,sizeof(dnsSOA)); ! y->data.mx->preference = ntohs(*((unsigned short*)pkt->buf.ptr)); pkt->buf.ptr += 2; if(dnsParseName(pkt,&pkt->buf.ptr,name,255,0,0) < 0) goto err; --- 831,836 ---- case DNS_TYPE_MX: y->data.soa = ns_calloc(1,sizeof(dnsSOA)); ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! y->data.mx->preference = ntohs(us); pkt->buf.ptr += 2; if(dnsParseName(pkt,&pkt->buf.ptr,name,255,0,0) < 0) goto err; *************** *** 839,845 **** case DNS_TYPE_NAPTR: y->data.naptr = ns_calloc(1,sizeof(dnsNAPTR)); ! y->data.naptr->order = ntohs(*((unsigned short*)pkt->buf.ptr)); pkt->buf.ptr += 2; ! y->data.mx->preference = ntohs(*((unsigned short*)pkt->buf.ptr)); pkt->buf.ptr += 2; /* flags */ --- 846,854 ---- case DNS_TYPE_NAPTR: y->data.naptr = ns_calloc(1,sizeof(dnsNAPTR)); ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! y->data.naptr->order = ntohs(us); pkt->buf.ptr += 2; ! memcpy(&us,pkt->buf.ptr,sizeof(us)); ! y->data.mx->preference = ntohs(us); pkt->buf.ptr += 2; /* flags */ *************** *** 874,886 **** goto err; } ! y->data.soa->serial = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; ! y->data.soa->refresh = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; ! y->data.soa->retry = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; ! y->data.soa->expire = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; ! y->data.soa->ttl = ntohl(*((unsigned long*)pkt->buf.ptr)); pkt->buf.ptr += 4; } --- 883,900 ---- goto err; } ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->data.soa->serial = ntohl(ul); pkt->buf.ptr += 4; ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->data.soa->refresh = ntohl(ul); pkt->buf.ptr += 4; ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->data.soa->retry = ntohl(ul); pkt->buf.ptr += 4; ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->data.soa->expire = ntohl(ul); pkt->buf.ptr += 4; ! memcpy(&ul,pkt->buf.ptr,sizeof(ul)); ! y->data.soa->ttl = ntohl(ul); pkt->buf.ptr += 4; } *************** *** 989,993 **** dnsEncodeShort(dnsPacket *pkt,int num) { ! *((unsigned short*)pkt->buf.ptr) = htons((unsigned short)num); pkt->buf.ptr += 2; } --- 1003,1008 ---- dnsEncodeShort(dnsPacket *pkt,int num) { ! unsigned short us = htons((unsigned short)num); ! memcpy(pkt->buf.ptr,&us,sizeof(us)); pkt->buf.ptr += 2; } *************** *** 996,1000 **** dnsEncodeLong(dnsPacket *pkt,unsigned long num) { ! *((unsigned long*)pkt->buf.ptr) = htonl((unsigned long)num); pkt->buf.ptr += 4; } --- 1011,1016 ---- dnsEncodeLong(dnsPacket *pkt,unsigned long num) { ! unsigned long ul = htonl((unsigned long)num); ! memcpy(pkt->buf.ptr,&ul,sizeof(ul)); pkt->buf.ptr += 4; } *************** *** 1011,1016 **** { int len = str ? strlen(str) : 0; ! *((unsigned short*)pkt->buf.ptr) = len; ! pkt->buf.ptr++; if(len) { memcpy(pkt->buf.ptr,str,(unsigned)len); --- 1027,1031 ---- { int len = str ? strlen(str) : 0; ! *pkt->buf.ptr++ = len; if(len) { memcpy(pkt->buf.ptr,str,(unsigned)len); *************** *** 1030,1035 **** dnsEncodeEnd(dnsPacket *pkt) { ! unsigned short len = pkt->buf.ptr - pkt->buf.rec; ! *((unsigned short*)pkt->buf.rec) = htons(len - 2); } --- 1045,1050 ---- dnsEncodeEnd(dnsPacket *pkt) { ! unsigned short us = htons(pkt->buf.ptr - pkt->buf.rec - 2); ! memcpy(pkt->buf.rec,&us,sizeof(us)); } Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/modules/nsdns/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 23 Jun 2005 02:06:02 -0000 1.5 --- ChangeLog 27 Jun 2005 00:01:22 -0000 1.6 *************** *** 1,2 **** --- 1,6 ---- + 2005-06-26 Vlad Seryakov vl...@cr... + + * updated packet parsing to work on Sparc + 2005-06-22 Vlad Seryakov vl...@cr... |
From: abe-t <it...@us...> - 2005-06-24 08:58:23
|
Update of /cvsroot/naviserver/naviserver/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23999/win32 Added Files: naviserver.sln naviserver.dsw Log Message: Introduced naviserver projects for Visual Studios 6 & 7. --- NEW FILE: naviserver.dsw --- Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "main"=.\main\main.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nscgi"=.\nscgi\nscgi.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nscp"=.\nscp\nscp.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nsd"=.\nsd\nsd.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsthread End Project Dependency }}} ############################################################################### Project: "nsdb"=.\nsdb\nsdb.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nslog"=.\nslog\nslog.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nsperm"=.\nsperm\nsperm.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nssock"=.\nssock\nssock.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name nsd End Project Dependency }}} ############################################################################### Project: "nsthread"=.\nsthread\nsthread.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### --- NEW FILE: naviserver.sln --- Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "main", "main\main.vcproj", "{8AE9884C-A4F7-4D16-8EDF-1276CF92ABBE}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nscgi", "nscgi\nscgi.vcproj", "{6798BC77-0B76-420C-B8BA-3397DD76F7F9}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nscp", "nscp\nscp.vcproj", "{60C1238A-BC2D-4171-B9A5-B5735B041E45}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nsd", "nsd\nsd.vcproj", "{34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9}" ProjectSection(ProjectDependencies) = postProject {50368262-BFC7-49B2-B940-8D4752DD0D3E} = {50368262-BFC7-49B2-B940-8D4752DD0D3E} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nslog", "nslog\nslog.vcproj", "{4F1C3C49-1790-4DF2-9AC5-F2479B522604}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nsperm", "nsperm\nsperm.vcproj", "{1D07FBD4-BF94-497F-B4BB-B427D6343DA3}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nssock", "nssock\nssock.vcproj", "{F5A0640C-F05F-45E8-94DD-D98386390130}" ProjectSection(ProjectDependencies) = postProject {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} = {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nsthread", "nsthread\nsthread.vcproj", "{50368262-BFC7-49B2-B940-8D4752DD0D3E}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {8AE9884C-A4F7-4D16-8EDF-1276CF92ABBE}.Debug.ActiveCfg = Debug|Win32 {8AE9884C-A4F7-4D16-8EDF-1276CF92ABBE}.Debug.Build.0 = Debug|Win32 {8AE9884C-A4F7-4D16-8EDF-1276CF92ABBE}.Release.ActiveCfg = Release|Win32 {8AE9884C-A4F7-4D16-8EDF-1276CF92ABBE}.Release.Build.0 = Release|Win32 {6798BC77-0B76-420C-B8BA-3397DD76F7F9}.Debug.ActiveCfg = Debug|Win32 {6798BC77-0B76-420C-B8BA-3397DD76F7F9}.Debug.Build.0 = Debug|Win32 {6798BC77-0B76-420C-B8BA-3397DD76F7F9}.Release.ActiveCfg = Release|Win32 {6798BC77-0B76-420C-B8BA-3397DD76F7F9}.Release.Build.0 = Release|Win32 {60C1238A-BC2D-4171-B9A5-B5735B041E45}.Debug.ActiveCfg = Debug|Win32 {60C1238A-BC2D-4171-B9A5-B5735B041E45}.Debug.Build.0 = Debug|Win32 {60C1238A-BC2D-4171-B9A5-B5735B041E45}.Release.ActiveCfg = Release|Win32 {60C1238A-BC2D-4171-B9A5-B5735B041E45}.Release.Build.0 = Release|Win32 {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9}.Debug.ActiveCfg = Debug|Win32 {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9}.Debug.Build.0 = Debug|Win32 {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9}.Release.ActiveCfg = Release|Win32 {34ED34A3-E2C6-4A8A-8CCB-DCC5FF008BE9}.Release.Build.0 = Release|Win32 {4F1C3C49-1790-4DF2-9AC5-F2479B522604}.Debug.ActiveCfg = Debug|Win32 {4F1C3C49-1790-4DF2-9AC5-F2479B522604}.Debug.Build.0 = Debug|Win32 {4F1C3C49-1790-4DF2-9AC5-F2479B522604}.Release.ActiveCfg = Release|Win32 {4F1C3C49-1790-4DF2-9AC5-F2479B522604}.Release.Build.0 = Release|Win32 {1D07FBD4-BF94-497F-B4BB-B427D6343DA3}.Debug.ActiveCfg = Debug|Win32 {1D07FBD4-BF94-497F-B4BB-B427D6343DA3}.Debug.Build.0 = Debug|Win32 {1D07FBD4-BF94-497F-B4BB-B427D6343DA3}.Release.ActiveCfg = Release|Win32 {1D07FBD4-BF94-497F-B4BB-B427D6343DA3}.Release.Build.0 = Release|Win32 {F5A0640C-F05F-45E8-94DD-D98386390130}.Debug.ActiveCfg = Debug|Win32 {F5A0640C-F05F-45E8-94DD-D98386390130}.Debug.Build.0 = Debug|Win32 {F5A0640C-F05F-45E8-94DD-D98386390130}.Release.ActiveCfg = Release|Win32 {F5A0640C-F05F-45E8-94DD-D98386390130}.Release.Build.0 = Release|Win32 {50368262-BFC7-49B2-B940-8D4752DD0D3E}.Debug.ActiveCfg = Debug|Win32 {50368262-BFC7-49B2-B940-8D4752DD0D3E}.Debug.Build.0 = Debug|Win32 {50368262-BFC7-49B2-B940-8D4752DD0D3E}.Release.ActiveCfg = Release|Win32 {50368262-BFC7-49B2-B940-8D4752DD0D3E}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal |
From: abe-t <it...@us...> - 2005-06-24 08:46:17
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19595 Modified Files: ChangeLog Log Message: Adaptions for Windows Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.127 retrieving revision 1.128 diff -C2 -d -r1.127 -r1.128 *** ChangeLog 19 Jun 2005 16:37:54 -0000 1.127 --- ChangeLog 24 Jun 2005 08:46:07 -0000 1.128 *************** *** 1,2 **** --- 1,47 ---- + 2005-06-24 Ibrahim Tannir <it...@us...> + + * include/nscheck.h: VC for Windows cannot handle GNU preprocessor + directives and macros (fixed). + + * nsd/driver.c: + * nsd/binder.c: Excluded Unix calls from Windows code since some + of the structs needed to compile them are missing in Windows. + + * nsd/dns.c: Added missing header for Windows. + * nsd/nsmain.c: Corrected normalizing the home path on Windows. + * nsd/nswin32.c: Added provisions to fake that nsd as a service + failed on Windows in order for the Service Control Manager to + restart it automatically. + * nsd/return.c: Added Ns_ConnReturnPath to open a file and send + its contents via the connection. + * nsd/tclcmds.c: Added the ns_failservice command which affects + Windows only (see also changes in nswin32.c). + + * nsthread/compat.c: Added NS_EXPORTS so that the Windows DLL + can get loaded. + + * win32/cgitest/main.c: Removed superflous CRs at end of lines. + + * main.dsp: + * nscgi.dsp: + * nscp.dsp: + * nsd.dsp: + * nsdb.dsp: + * nslog.dsp: + * nsperm.dsp: + * nssock.dsp: + * nsthread.dsp: Changed projects to compile for and link with + mutithreading & debug enabled libs (MTd instead of MDd). + + * main.vcproj: + * nscgi.vcproj: + * nscp.vcproj: + * nsd.vcproj: + * nsdb.vcproj: + * nslog.vcproj: + * nsperm.vcproj: + * nssock.vcproj: + * nsthread.vcproj: New files, VS7 projects for Windows. + 2005-06-18 Vlad Seryakov <ser...@us...> |
From: abe-t <it...@us...> - 2005-06-24 08:45:21
|
Update of /cvsroot/naviserver/naviserver/win32/cgitest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19178/win32/cgitest Modified Files: main.c Log Message: Removed superflous CRs at end of lines. Index: main.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/cgitest/main.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.c 16 Feb 2005 08:41:07 -0000 1.1.1.1 --- main.c 24 Jun 2005 08:45:09 -0000 1.2 *************** *** 1,30 **** ! #include <stdio.h> ! #include <stdlib.h> ! #include <string.h> ! ! int ! main(int argc, char **argv) ! { ! int i; ! char buf[8192]; ! ! if (strstr(argv[0], "nph-") != NULL) { ! printf("HTTP/1.0 200 OK\r\nServer: %s\r\n", argv[0]); ! } ! printf("Content-type: text/plain\r\n\r\n"); ! puts("\nArgs:"); ! for (i = 0; i < argc; ++i) { ! puts(argv[i]); ! } ! ! puts("\nEnvironment:"); ! for (i = 0; _environ[i] != NULL; ++i) { ! printf("%s\n", _environ[i]); ! } ! ! puts("\nContent:"); ! while ((i = fread(buf, 1, sizeof(buf), stdin)) > 0) { ! fwrite(buf, 1, i, stdout); ! } ! return 0; ! } \ No newline at end of file --- 1,30 ---- ! #include <stdio.h> ! #include <stdlib.h> ! #include <string.h> ! ! int ! main(int argc, char **argv) ! { ! int i; ! char buf[8192]; ! ! if (strstr(argv[0], "nph-") != NULL) { ! printf("HTTP/1.0 200 OK\r\nServer: %s\r\n", argv[0]); ! } ! printf("Content-type: text/plain\r\n\r\n"); ! puts("\nArgs:"); ! for (i = 0; i < argc; ++i) { ! puts(argv[i]); ! } ! ! puts("\nEnvironment:"); ! for (i = 0; _environ[i] != NULL; ++i) { ! printf("%s\n", _environ[i]); ! } ! ! puts("\nContent:"); ! while ((i = fread(buf, 1, sizeof(buf), stdin)) > 0) { ! fwrite(buf, 1, i, stdout); ! } ! return 0; ! } |
From: abe-t <it...@us...> - 2005-06-24 08:44:28
|
Update of /cvsroot/naviserver/naviserver/nsthread In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18852/nsthread Modified Files: compat.c Log Message: Added NS_EXPORTS so that the Windows DLL can get loaded. Index: compat.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsthread/compat.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** compat.c 10 Jun 2005 17:58:58 -0000 1.2 --- compat.c 24 Jun 2005 08:44:17 -0000 1.3 *************** *** 496,500 **** #endif ! void * Ns_Malloc(size_t size) { --- 496,500 ---- #endif ! NS_EXPORT void * Ns_Malloc(size_t size) { *************** *** 526,530 **** #endif ! void Ns_Free(void *ptr) { --- 526,530 ---- #endif ! NS_EXPORT void Ns_Free(void *ptr) { |
From: abe-t <it...@us...> - 2005-06-24 08:43:30
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18444/nsd Modified Files: tclcmds.c Log Message: Added the ns_failservice command which affects Windows only (see also changes in nswin32.c). Index: tclcmds.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/tclcmds.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tclcmds.c 10 Jun 2005 17:58:39 -0000 1.13 --- tclcmds.c 24 Jun 2005 08:43:21 -0000 1.14 *************** *** 81,84 **** --- 81,85 ---- NsTclDummyObjCmd, NsTclICtlObjCmd, + NsTclFailServiceObjCmd, NsTclFTruncateObjCmd, NsTclGetAddrObjCmd, *************** *** 586,589 **** --- 587,596 ---- /* + * nswin32.c + */ + + {"ns_failservice", NULL, NsTclFailServiceObjCmd}, + + /* * Add more server Tcl commands here. */ |
From: abe-t <it...@us...> - 2005-06-24 08:42:16
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18008/nsd Modified Files: return.c Log Message: Added Ns_ConnReturnPath to open a file and send its contents via the connection. Index: return.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/return.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** return.c 11 Jun 2005 20:04:11 -0000 1.5 --- return.c 24 Jun 2005 08:42:02 -0000 1.6 *************** *** 1362,1363 **** --- 1362,1397 ---- return result; } + + /* + *---------------------------------------------------------------------- + * + * Ns_ConnReturnPath -- + * + * Open a path and send contents out the conn. + * + * Results: + * See ReturnOpen. + * + * Side effects: + * See ReturnOpen. + * + * Note: + * Added by Archiware + * + *---------------------------------------------------------------------- + */ + + NS_EXPORT int + Ns_ConnReturnPath(Ns_Conn *conn, int status, char *type, char *path, int len); + + int + Ns_ConnReturnPath(Ns_Conn *conn, int status, char *type, char *path, int len) + { + int fd = open(path, O_RDONLY|O_BINARY); + int rv; + + if (fd < 0) return -1; + rv = ReturnOpen(conn, status, type, NULL, NULL, fd, len); + close(fd); + return rv; + } |
From: abe-t <it...@us...> - 2005-06-24 08:40:36
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16846/nsd Modified Files: nswin32.c Log Message: Added provisions to fake that nsd as a service failed on Windows in order for the Service Control Manager to restart it automatically. Index: nswin32.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/nswin32.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** nswin32.c 13 Jun 2005 10:17:27 -0000 1.6 --- nswin32.c 24 Jun 2005 08:40:27 -0000 1.7 *************** *** 51,54 **** --- 51,55 ---- static void ExitService(void); static char *GetServiceName(Ns_DString *dsPtr, char *server); + static int ReportException(int ec, char *msg); static SERVICE_STATUS_HANDLE hStatus = 0; static SERVICE_STATUS curStatus; *************** *** 57,60 **** --- 58,62 ---- static int tick; static int sigpending; + static int servicefailed = 0; #define SysErrMsg() (NsWin32ErrMsg(GetLastError())) *************** *** 349,353 **** */ ! void NsHandleSignals(void) { --- 351,355 ---- */ ! int NsHandleSignals(void) { *************** *** 388,391 **** --- 390,395 ---- StartTicker(SERVICE_STOP_PENDING); } + + return pending; } *************** *** 413,416 **** --- 417,421 ---- switch (sig) { case NS_SIGTERM: + case NS_SIGINT: case NS_SIGHUP: Ns_MutexLock(&lock); *************** *** 932,948 **** ServiceMain(DWORD argc, LPTSTR *argv) { ! hStatus = RegisterServiceCtrlHandler(argv[0], ServiceHandler); ! if (hStatus == 0) { ! Ns_Fatal("nswin32: RegisterServiceCtrlHandler() failed: '%s'", ! SysErrMsg()); } - curStatus.dwServiceType = SERVICE_WIN32_OWN_PROCESS; - curStatus.dwServiceSpecificExitCode = 0; - StartTicker(SERVICE_START_PENDING); - Ns_Main(argc, argv, NULL); - StopTicker(); - ReportStatus(SERVICE_STOP_PENDING, NO_ERROR, 100); - ReportStatus(SERVICE_STOPPED, 0, 0); - Ns_Log(Notice, "nswin32: service exiting"); } --- 937,964 ---- ServiceMain(DWORD argc, LPTSTR *argv) { ! __try { ! hStatus = RegisterServiceCtrlHandler(argv[0], ServiceHandler); ! if (hStatus == 0) { ! Ns_Fatal("nswin32: RegisterServiceCtrlHandler() failed: '%s'", ! SysErrMsg()); ! } ! curStatus.dwServiceType = SERVICE_WIN32_OWN_PROCESS; ! curStatus.dwServiceSpecificExitCode = 0; ! StartTicker(SERVICE_START_PENDING); ! Ns_Main(argc, argv, NULL); ! StopTicker(); ! ReportStatus(SERVICE_STOP_PENDING, NO_ERROR, 100); ! if (!servicefailed) { ! ReportStatus(SERVICE_STOPPED, 0, 0); ! } ! Ns_Log(Notice, "nswin32: service exiting"); ! ! if(servicefailed) { ! exit(-1); ! } ! } ! __except (ReportException(GetExceptionCode(), "ServiceMain")) { ! // No code; this block is never executed. } } *************** *** 1006,1009 **** --- 1022,1028 ---- curStatus.dwCurrentState = state; curStatus.dwWin32ExitCode = code; + if (code == ERROR_SERVICE_SPECIFIC_ERROR) { + curStatus.dwServiceSpecificExitCode = code; + } curStatus.dwWaitHint = hint; if (state == SERVICE_RUNNING || state == SERVICE_STOPPED) { *************** *** 1090,1091 **** --- 1109,1163 ---- } + + /* + *---------------------------------------------------------------------- + * + * NsTclFailServiceObjCmd -- + * + * Tell the server not to unregister from the Service Control Manager + * (SCM) when exiting, effectively leaving SCM wondering about the + * service, thinking it failed and restarting it + * (provided restarting the serice is configured in SCM). + * + * Results: + * None. + * + *---------------------------------------------------------------------- + */ + + int + NsTclFailServiceObjCmd(ClientData dummy, Tcl_Interp *interp, int argc, char **argv) + { + servicefailed = 1; + + return TCL_OK; + } + + /* + *---------------------------------------------------------------------- + * + * reportException -- + * + * Handle expecptions - cause the server to terminate abruptly + * and leave a log trace. It is intended to prevents the default + * handling in Windows where a Window pops up and the user has to + * confirm - which then prevents the service control manager to + * restart the service. (The idea, however, does not seem to work + * as intended - Windows still brings up the popup for reporting + * the "bug" to Microsoft). + * + * Results: + * None. + * + * Side effects: + * Exits the server + * + *---------------------------------------------------------------------- + */ + + static int ReportException(int ec, char *msg) + { + fprintf(stderr, "EXCEPTION %x in %s\n", ec, msg); fflush(stderr); + exit(-1); + return EXCEPTION_EXECUTE_HANDLER; + } |
From: abe-t <it...@us...> - 2005-06-24 08:38:43
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16462/nsd Modified Files: nsmain.c Log Message: Corrected normalizing the home path on Windows. Index: nsmain.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/nsmain.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** nsmain.c 11 Jun 2005 10:03:56 -0000 1.13 --- nsmain.c 24 Jun 2005 08:38:27 -0000 1.14 *************** *** 111,115 **** int i, fd, sig, optind, cmdargc; char **cmdargv; ! char *config; Ns_Time timeout; --- 111,115 ---- int i, fd, sig, optind, cmdargc; char **cmdargv; ! char *config, *tcp; Ns_Time timeout; *************** *** 592,596 **** */ ! nsconf.home = getcwd(buf, sizeof(buf)); if (nsconf.home == NULL) { Ns_Fatal("nsmain: getcwd failed: '%s'", strerror(errno)); --- 592,597 ---- */ ! tcp = ! nsconf.home = getcwd(NULL, _MAX_PATH); if (nsconf.home == NULL) { Ns_Fatal("nsmain: getcwd failed: '%s'", strerror(errno)); *************** *** 604,608 **** ++nsconf.home; } ! nsconf.home = buf; /* --- 605,609 ---- ++nsconf.home; } ! nsconf.home = tcp; /* |
From: abe-t <it...@us...> - 2005-06-24 08:37:52
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15901/nsd Modified Files: dns.c Log Message: Added missing header for Windows. Index: dns.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/dns.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dns.c 10 Jun 2005 17:58:38 -0000 1.4 --- dns.c 24 Jun 2005 08:37:41 -0000 1.5 *************** *** 39,42 **** --- 39,46 ---- NS_RCSID("@(#) $Header$"); + #ifdef _WIN32 + # include <Ws2tcpip.h> + #endif + #ifndef INADDR_NONE #define INADDR_NONE (-1) |
From: abe-t <it...@us...> - 2005-06-24 08:36:41
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15355/nsd Modified Files: driver.c binder.c Log Message: Excluded Unix calls from Windows code since some of the structs needed to compile them are missing in Windows. Index: driver.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/driver.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** driver.c 19 Jun 2005 16:31:58 -0000 1.14 --- driver.c 24 Jun 2005 08:36:29 -0000 1.15 *************** *** 448,453 **** --- 448,455 ---- if (drvPtr->opts & NS_DRIVER_UDP) { drvPtr->sock = Ns_SockListenUdp(drvPtr->bindaddr, drvPtr->port); + #ifndef _WIN32 } else if (drvPtr->opts & NS_DRIVER_UNIX) { drvPtr->sock = Ns_SockListenUnix(drvPtr->bindaddr); + #endif } else { drvPtr->sock = Ns_SockListenEx(drvPtr->bindaddr, drvPtr->port, Index: binder.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/binder.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** binder.c 15 Jun 2005 04:14:04 -0000 1.9 --- binder.c 24 Jun 2005 08:36:29 -0000 1.10 *************** *** 36,40 **** #include "nsd.h" ! #include <sys/un.h> NS_RCSID("@(#) $Header$"); --- 36,43 ---- #include "nsd.h" ! ! #ifndef _WIN32 ! # include <sys/un.h> ! #endif NS_RCSID("@(#) $Header$"); *************** *** 52,56 **** #ifndef _WIN32 static void PreBind(char *line); - #endif --- 55,58 ---- *************** *** 103,107 **** return (SOCKET)sock; } ! /* --- 105,109 ---- return (SOCKET)sock; } ! #endif /* _WIN32 */ /* *************** *** 189,192 **** --- 191,195 ---- + #ifndef _WIN32 /* *---------------------------------------------------------------------- *************** *** 237,241 **** return (SOCKET)sock; } ! /* --- 240,244 ---- return (SOCKET)sock; } ! #endif /* _WIN32 */ /* *************** *** 275,278 **** --- 278,282 ---- + #ifndef _WIN32 /* *---------------------------------------------------------------------- *************** *** 315,319 **** return (SOCKET)sock; } ! /* --- 319,323 ---- return (SOCKET)sock; } ! #endif /* _WIN32 */ /* |
From: abe-t <it...@us...> - 2005-06-24 08:35:26
|
Update of /cvsroot/naviserver/naviserver/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14150/include Modified Files: nscheck.h Log Message: VC for Windows cannot handle GNU preprocessor directives and macros (fixed). Index: nscheck.h =================================================================== RCS file: /cvsroot/naviserver/naviserver/include/nscheck.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** nscheck.h 11 Jun 2005 20:00:48 -0000 1.2 --- nscheck.h 24 Jun 2005 08:35:14 -0000 1.3 *************** *** 39,42 **** --- 39,43 ---- #define NSCHECK_H + #ifndef _WIN32 #undef __GNUC_PREREQ *************** *** 109,112 **** --- 110,131 ---- #endif + #else /* _WIN32 */ + + # define NS_GNUC_SENTINEL + # define NS_GNUC_NONNULL + # define NS_GNUC_WARN_UNUSED_RESULT + # define NS_GNUC_MAYALIAS + # define NS_GNUC_DEPRECATED + # define NS_GNUC_USED + # define NS_GNUC_FORMAT(m) + # define NS_GNUC_UNUSED + # define NS_GNUC_NORETURN + # define NS_GNUC_PRINTF(fmtarg, firstvararg) + # define NS_GNUC_SCANF(fmtarg, firstvararg) + # define NS_GNUC_MALLOC + # define NS_GNUC_PURE + # define NS_GNUC_CONST + + #endif /* _WIN32 */ /* |
From: abe-t <it...@us...> - 2005-06-24 08:30:13
|
Update of /cvsroot/naviserver/naviserver/win32/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nsd Modified Files: nsd.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nsd.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nsd/nsd.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nsd.dsp 16 Feb 2005 08:41:03 -0000 1.1.1.1 --- nsd.dsp 24 Jun 2005 08:29:52 -0000 1.2 *************** *** 1,432 **** ! # Microsoft Developer Studio Project File - Name="nsd" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsd - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsd.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsd.mak" CFG="nsd - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsd - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSD_EXPORTS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "NSD_EXPORTS" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsthread.lib kernel32.lib advapi32.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsthread\release" /OPT:REF ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsd.%%m ..\release\nsd.%%m copy ..\..\nsd\init.tcl ..\release\init.tcl ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsd - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSD_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "NS_NOCOMPAT" /D "_WINDOWS" /D "_USRDLL" /D "NSD_EXPORTS" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /FR /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsthread.lib kernel32.lib advapi32.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsthread\debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsd.%%m ..\debug\nsd.%%m copy ..\..\nsd\init.tcl ..\debug\init.tcl ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsd - Win32 Release" ! # Name "nsd - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsd\adpcmds.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adpeval.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adpparse.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adprequest.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\auth.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\cache.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\callbacks.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\cls.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\config.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\conn.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\connio.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\crypt.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dns.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\driver.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dsprintf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dstring.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\encoding.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\exec.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\fastpath.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\fd.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\filter.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\form.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\getopt.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\httptime.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\index.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\info.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\init.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\lisp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\listen.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\log.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\mimetypes.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\modload.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsconf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsmain.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsthread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nswin32.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\op.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\pathname.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\pidfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\proc.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\queue.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\quotehtml.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\random.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\request.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\return.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\rollfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sched.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\server.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\set.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sockcallback.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\stamp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\str.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclatclose.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclcmds.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclconf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclenv.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclhttp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclimg.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclinit.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tcljob.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclmisc.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclobj.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclrequest.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclresp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclsched.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclset.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclshare.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclsock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclthread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclvar.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclxkeylist.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\url.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlencode.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlopen.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlspace.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\uuencode.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\include\ns.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsd.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,452 ---- ! # Microsoft Developer Studio Project File - Name="nsd" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsd - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsd.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsd.mak" CFG="nsd - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsd - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSD_EXPORTS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "NSD_EXPORTS" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsthread.lib kernel32.lib advapi32.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsthread\release" /OPT:REF ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsd.%%m ..\release\nsd.%%m copy ..\..\nsd\init.tcl ..\release\init.tcl ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsd - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSD_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "NS_NOCOMPAT" /D "_WINDOWS" /D "_USRDLL" /D "NSD_EXPORTS" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /FR /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsthread.lib kernel32.lib advapi32.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsthread\debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsd.%%m ..\debug\nsd.%%m copy ..\..\nsd\init.tcl ..\debug\init.tcl ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsd - Win32 Release" ! # Name "nsd - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsd\adpcmds.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adpeval.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adpparse.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\adprequest.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\auth.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\binder.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\cache.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\callbacks.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\cls.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\compress.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\config.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\conn.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\connio.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\cookies.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\crypt.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dns.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\driver.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dsprintf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\dstring.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\encoding.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\exec.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\fastpath.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\fd.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\filter.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\form.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\getopt.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\httptime.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\index.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\info.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\init.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\lisp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\listen.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\log.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\mimetypes.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\modload.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsconf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsmain.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsthread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nswin32.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\op.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\pathname.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\pidfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\proc.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\queue.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\quotehtml.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\random.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\request.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\return.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\rollfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sched.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\server.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\set.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\sockcallback.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\stamp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\str.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclatclose.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclcallbacks.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclcmds.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclconf.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclenv.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclfile.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclhttp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclimg.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclinit.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tcljob.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclmisc.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclobj.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclobjv.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclrequest.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclresp.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclsched.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclset.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclshare.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclsock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclthread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclvar.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\tclxkeylist.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\url.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlencode.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlopen.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\urlspace.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\uuencode.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\include\ns.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsd\nsd.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:12
|
Update of /cvsroot/naviserver/naviserver/win32/nscp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nscp Modified Files: nscp.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nscp.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nscp/nscp.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nscp.dsp 16 Feb 2005 08:41:04 -0000 1.1.1.1 --- nscp.dsp 24 Jun 2005 08:29:51 -0000 1.2 *************** *** 1,118 **** ! # Microsoft Developer Studio Project File - Name="nscp" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nscp - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nscp.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nscp.mak" CFG="nscp - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nscp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nscp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nscp - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nscp.%%m ..\release\nscp.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nscp - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nscp.%%m ..\debug\nscp.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nscp - Win32 Release" ! # Name "nscp - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nscp\nscp.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,118 ---- ! # Microsoft Developer Studio Project File - Name="nscp" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nscp - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nscp.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nscp.mak" CFG="nscp - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nscp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nscp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nscp - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nscp.%%m ..\release\nscp.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nscp - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nscp.%%m ..\debug\nscp.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nscp - Win32 Release" ! # Name "nscp - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nscp\nscp.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:12
|
Update of /cvsroot/naviserver/naviserver/win32/nsdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nsdb Modified Files: nsdb.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nsdb.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nsdb/nsdb.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nsdb.dsp 16 Feb 2005 08:41:04 -0000 1.1.1.1 --- nsdb.dsp 24 Jun 2005 08:29:52 -0000 1.2 *************** *** 1,142 **** ! # Microsoft Developer Studio Project File - Name="nsdb" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsdb - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsdb.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsdb.mak" CFG="nsdb - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsdb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsdb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsdb - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "NSD_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsdb.%%m ..\release\nsdb.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsdb - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "NSD_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsdb.%%m ..\debug\nsdb.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsdb - Win32 Release" ! # Name "nsdb - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbdrv.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbinit.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbtcl.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbutil.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\nsdb.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\nsdb\db.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\include\nsdb.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,142 ---- ! # Microsoft Developer Studio Project File - Name="nsdb" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsdb - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsdb.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsdb.mak" CFG="nsdb - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsdb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsdb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsdb - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "NSD_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsdb.%%m ..\release\nsdb.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsdb - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "NSD_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsdb.%%m ..\debug\nsdb.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsdb - Win32 Release" ! # Name "nsdb - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbdrv.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbinit.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbtcl.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\dbutil.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsdb\nsdb.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\nsdb\db.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\include\nsdb.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:11
|
Update of /cvsroot/naviserver/naviserver/win32/nsperm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nsperm Modified Files: nsperm.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nsperm.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nsperm/nsperm.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nsperm.dsp 16 Feb 2005 08:41:06 -0000 1.1.1.1 --- nsperm.dsp 24 Jun 2005 08:29:53 -0000 1.2 *************** *** 1,117 **** ! # Microsoft Developer Studio Project File - Name="nsperm" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsperm - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsperm.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsperm.mak" CFG="nsperm - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsperm - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsperm - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsperm - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsperm.%%m ..\release\nsperm.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsperm - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsperm.%%m ..\debug\nsperm.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsperm - Win32 Release" ! # Name "nsperm - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsperm\nsperm.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,117 ---- ! # Microsoft Developer Studio Project File - Name="nsperm" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsperm - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsperm.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsperm.mak" CFG="nsperm - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsperm - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsperm - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsperm - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nsperm.%%m ..\release\nsperm.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsperm - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nsperm.%%m ..\debug\nsperm.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsperm - Win32 Release" ! # Name "nsperm - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsperm\nsperm.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:11
|
Update of /cvsroot/naviserver/naviserver/win32/nslog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nslog Modified Files: nslog.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nslog.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nslog/nslog.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nslog.dsp 16 Feb 2005 08:41:05 -0000 1.1.1.1 --- nslog.dsp 24 Jun 2005 08:29:52 -0000 1.2 *************** *** 1,118 **** ! # Microsoft Developer Studio Project File - Name="nslog" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nslog - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nslog.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nslog.mak" CFG="nslog - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nslog - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nslog - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nslog - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nslog.%%m ..\release\nslog.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nslog - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nslog.%%m ..\debug\nslog.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nslog - Win32 Release" ! # Name "nslog - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nslog\nslog.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,118 ---- ! # Microsoft Developer Studio Project File - Name="nslog" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nslog - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nslog.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nslog.mak" CFG="nslog - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nslog - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nslog - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nslog - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nslog.%%m ..\release\nslog.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nslog - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nslog.%%m ..\debug\nslog.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nslog - Win32 Release" ! # Name "nslog - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nslog\nslog.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:11
|
Update of /cvsroot/naviserver/naviserver/win32/nscgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nscgi Modified Files: nscgi.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nscgi.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nscgi/nscgi.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nscgi.dsp 16 Feb 2005 08:41:05 -0000 1.1.1.1 --- nscgi.dsp 24 Jun 2005 08:29:51 -0000 1.2 *************** *** 1,118 **** ! # Microsoft Developer Studio Project File - Name="nscgi" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nscgi - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nscgi.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nscgi.mak" CFG="nscgi - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nscgi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nscgi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nscgi - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nscgi.%%m ..\release\nscgi.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nscgi - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nscgi.%%m ..\debug\nscgi.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nscgi - Win32 Release" ! # Name "nscgi - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nscgi\nscgi.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,118 ---- ! # Microsoft Developer Studio Project File - Name="nscgi" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nscgi - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nscgi.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nscgi.mak" CFG="nscgi - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nscgi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nscgi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nscgi - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nscgi.%%m ..\release\nscgi.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nscgi - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /D NO_CONST=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nscgi.%%m ..\debug\nscgi.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nscgi - Win32 Release" ! # Name "nscgi - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nscgi\nscgi.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:11
|
Update of /cvsroot/naviserver/naviserver/win32/nsthread In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nsthread Modified Files: nsthread.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nsthread.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nsthread/nsthread.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nsthread.dsp 16 Feb 2005 08:41:07 -0000 1.1.1.1 --- nsthread.dsp 24 Jun 2005 08:29:53 -0000 1.2 *************** *** 1,167 **** ! # Microsoft Developer Studio Project File - Name="nsthread" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsthread - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsthread.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsthread.mak" CFG="nsthread - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsthread - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsthread - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsthread - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /I "..\..\tcl8.4\generic" /D "_WINDOWS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /D TCL_THREADS=1 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 kernel32.lib tcl84t.lib /nologo /dll /machine:I386 /libpath:"..\..\tcl8.4\win\Release" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=if not exist ..\release mkdir ..\release for %%m in (dll) do copy release\nsthread.%%m ..\release\nsthread.%%m for %%m in (dll) do copy ..\..\tcl8.4\win\Release\tcl84t.%%m ..\release\tcl84t.%%m for %%m in (exe) do copy ..\..\tcl8.4\win\Release\tclsh84t.%%m ..\release\tclsh84t.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsthread - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\..\tcl8.4\generic" /D "_WINDOWS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /D TCL_THREADS=1 /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D NO_CONST=1 /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 kernel32.lib tcl84tg.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=if not exist ..\debug mkdir ..\debug for %%m in (dll pdb) do copy debug\nsthread.%%m ..\debug\nsthread.%%m for %%m in (dll pdb) do copy ..\..\tcl8.4\win\Debug\tcl84td.%%m ..\debug\tcl84td.%%m for %%m in (exe pdb) do copy ..\..\tcl8.4\win\Debug\tclsh84td.%%m ..\debug\tclsh84td.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsthread - Win32 Release" ! # Name "nsthread - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsthread\compat.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\cslock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\error.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\master.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\memory.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\mutex.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\reentrant.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\rwlock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\sema.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\thread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\time.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\tls.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\winthread.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\include\nsthread.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,167 ---- ! # Microsoft Developer Studio Project File - Name="nsthread" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nsthread - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nsthread.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nsthread.mak" CFG="nsthread - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nsthread - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nsthread - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nsthread - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /I "..\..\tcl8.4\generic" /D "_WINDOWS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /D TCL_THREADS=1 /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D NO_CONST=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 kernel32.lib tcl84t.lib /nologo /dll /machine:I386 /libpath:"..\..\tcl8.4\win\Release" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=if not exist ..\release mkdir ..\release for %%m in (dll) do copy release\nsthread.%%m ..\release\nsthread.%%m for %%m in (dll) do copy ..\..\tcl8.4\win\Release\tcl84t.%%m ..\release\tcl84t.%%m for %%m in (exe) do copy ..\..\tcl8.4\win\Release\tclsh84t.%%m ..\release\tclsh84t.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nsthread - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\..\tcl8.4\generic" /D "_WINDOWS" /D "_USRDLL" /D "NSTHREAD_EXPORTS" /D TCL_THREADS=1 /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D NO_CONST=1 /YX /FD /GZ /c ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 kernel32.lib tcl84tg.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=if not exist ..\debug mkdir ..\debug for %%m in (dll pdb) do copy debug\nsthread.%%m ..\debug\nsthread.%%m for %%m in (dll pdb) do copy ..\..\tcl8.4\win\Debug\tcl84td.%%m ..\debug\tcl84td.%%m for %%m in (exe pdb) do copy ..\..\tcl8.4\win\Debug\tclsh84td.%%m ..\debug\tclsh84td.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nsthread - Win32 Release" ! # Name "nsthread - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsthread\compat.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\cslock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\error.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\master.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\memory.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\mutex.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\reentrant.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\rwlock.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\sema.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\thread.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\time.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\tls.c ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\nsthread\winthread.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # Begin Source File ! ! SOURCE=..\..\include\nsthread.h ! # End Source File ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:09
|
Update of /cvsroot/naviserver/naviserver/win32/nssock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/nssock Modified Files: nssock.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: nssock.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/nssock/nssock.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nssock.dsp 16 Feb 2005 08:41:06 -0000 1.1.1.1 --- nssock.dsp 24 Jun 2005 08:29:53 -0000 1.2 *************** *** 1,118 **** ! # Microsoft Developer Studio Project File - Name="nssock" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nssock - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nssock.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nssock.mak" CFG="nssock - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nssock - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nssock - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nssock - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_WINDOWS" /D "_USRDLL" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nssock.%%m ..\release\nssock.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nssock - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_WINDOWS" /D "_USRDLL" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nssock.%%m ..\debug\nssock.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nssock - Win32 Release" ! # Name "nssock - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nssock\nssock.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,118 ---- ! # Microsoft Developer Studio Project File - Name="nssock" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 ! ! CFG=nssock - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "nssock.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "nssock.mak" CFG="nssock - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "nssock - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE "nssock - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! MTL=midl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "nssock - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_WINDOWS" /D "_USRDLL" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /c ! # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 ! # ADD LINK32 tcl84t.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /libpath:"..\..\tcl8.4\win\Release" /libpath:"..\nsd\release" /libpath:"..\nsthread\release" /OPT:REF /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll) do copy release\nssock.%%m ..\release\nssock.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "nssock - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_WINDOWS" /D "_USRDLL" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /GZ /c ! # SUBTRACT CPP /Fr ! # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tcl8.4\win\Debug" /libpath:"..\nsd\debug" /libpath:"..\nsthread\debug" /export:Ns_ModuleVersion,data /export:Ns_ModuleInit ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (dll pdb) do copy debug\nssock.%%m ..\debug\nssock.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "nssock - Win32 Release" ! # Name "nssock - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nssock\nssock.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:30:09
|
Update of /cvsroot/naviserver/naviserver/win32/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12140/win32/main Modified Files: main.dsp Log Message: Changed projects to compile for, and link with, mutithreading and debug-enabled libs (MTd instead of MDd) Index: main.dsp =================================================================== RCS file: /cvsroot/naviserver/naviserver/win32/main/main.dsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.dsp 16 Feb 2005 08:41:04 -0000 1.1.1.1 --- main.dsp 24 Jun 2005 08:29:51 -0000 1.2 *************** *** 1,111 **** ! # Microsoft Developer Studio Project File - Name="main" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=main - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "main.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "main - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_CONSOLE" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /c ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 ! # ADD LINK32 nsd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\nsd\release" /OPT:REF ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (exe) do copy release\main.%%m ..\release\nsd.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "main - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /Fr /YX /FD /GZ /c ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 nsd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\nsd\debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (exe) do copy debug\main.%%m ..\debug\nsd.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "main - Win32 Release" ! # Name "main - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsd\main.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project --- 1,111 ---- ! # Microsoft Developer Studio Project File - Name="main" - Package Owner=<4> ! # Microsoft Developer Studio Generated Build File, Format Version 6.00 ! # ** DO NOT EDIT ** ! ! # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! ! CFG=main - Win32 Debug ! !MESSAGE This is not a valid makefile. To build this project using NMAKE, ! !MESSAGE use the Export Makefile command and run ! !MESSAGE ! !MESSAGE NMAKE /f "main.mak". ! !MESSAGE ! !MESSAGE You can specify a configuration when running NMAKE ! !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE ! !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Debug" ! !MESSAGE ! !MESSAGE Possible choices for configuration are: ! !MESSAGE ! !MESSAGE "main - Win32 Release" (based on "Win32 (x86) Console Application") ! !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE ! ! # Begin Project ! # PROP AllowPerConfigDependencies 0 ! # PROP Scc_ProjName "" ! # PROP Scc_LocalPath "" ! CPP=cl.exe ! RSC=rc.exe ! ! !IF "$(CFG)" == "main - Win32 Release" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "Release" ! # PROP BASE Intermediate_Dir "Release" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "Release" ! # PROP Intermediate_Dir "Release" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_CONSOLE" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /YX /FD /c ! # ADD BASE RSC /l 0x409 /d "NDEBUG" ! # ADD RSC /l 0x409 /d "NDEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 ! # ADD LINK32 nsd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\nsd\release" /OPT:REF ! # SUBTRACT LINK32 /pdb:none ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (exe) do copy release\main.%%m ..\release\nsd.%%m ! # End Special Build Tool ! ! !ELSEIF "$(CFG)" == "main - Win32 Debug" ! ! # PROP BASE Use_MFC 0 ! # PROP BASE Use_Debug_Libraries 1 ! # PROP BASE Output_Dir "Debug" ! # PROP BASE Intermediate_Dir "Debug" ! # PROP BASE Target_Dir "" ! # PROP Use_MFC 0 ! # PROP Use_Debug_Libraries 1 ! # PROP Output_Dir "Debug" ! # PROP Intermediate_Dir "Debug" ! # PROP Ignore_Export_Lib 0 ! # PROP Target_Dir "" ! # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\tcl8.4\generic" /I "..\..\include" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D FD_SETSIZE=128 /D TCL_THREADS=1 /Fr /YX /FD /GZ /c ! # ADD BASE RSC /l 0x409 /d "_DEBUG" ! # ADD RSC /l 0x409 /d "_DEBUG" ! BSC32=bscmake.exe ! # ADD BASE BSC32 /nologo ! # ADD BSC32 /nologo ! LINK32=link.exe ! # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept ! # ADD LINK32 nsd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\nsd\debug" ! # Begin Special Build Tool ! SOURCE="$(InputPath)" ! PostBuild_Cmds=for %%m in (exe) do copy debug\main.%%m ..\debug\nsd.%%m ! # End Special Build Tool ! ! !ENDIF ! ! # Begin Target ! ! # Name "main - Win32 Release" ! # Name "main - Win32 Debug" ! # Begin Group "Source Files" ! ! # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" ! # Begin Source File ! ! SOURCE=..\..\nsd\main.c ! # End Source File ! # End Group ! # Begin Group "Header Files" ! ! # PROP Default_Filter "h;hpp;hxx;hm;inl" ! # End Group ! # Begin Group "Resource Files" ! ! # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" ! # End Group ! # End Target ! # End Project |
From: abe-t <it...@us...> - 2005-06-24 08:26:38
|
Update of /cvsroot/naviserver/naviserver/win32/nslog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10991/win32/nslog Added Files: nslog.vcproj Log Message: Added Visual Studio 7 project for Windows --- NEW FILE: nslog.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="nslog" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\tcl8.4\generic,..\..\include" PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;FD_SETSIZE=128;TCL_THREADS=1;NO_CONST=1" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Debug/nslog.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/export:Ns_ModuleVersion,data /export:Ns_ModuleInit " AdditionalDependencies="tcl84tg.lib nsd.lib nsthread.lib ws2_32.lib" OutputFile=".\Debug/nslog.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\tcl8.4\win\Debug,..\nsd\debug,..\nsthread\debug" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/nslog.pdb" ImportLibrary=".\Debug/nslog.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE" TargetEnvironment="1" TypeLibraryName=".\Debug/nslog.tlb" HeaderFileName=""/> <Tool Name="VCPostBuildEventTool" CommandLine="for %%m in (dll pdb) do copy debug\nslog.%%m ..\debug\nslog.%%m"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\Release" IntermediateDirectory=".\Release" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\tcl8.4\generic,..\..\include" PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;FD_SETSIZE=128;TCL_THREADS=1;NO_CONST=1" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\Release/nslog.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="3" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/export:Ns_ModuleVersion,data /export: /export:Ns_ModuleInit " AdditionalDependencies="tcl84t.lib nsd.lib nsthread.lib ws2_32.lib" OutputFile=".\Release/nslog.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\tcl8.4\win\Release,..\nsd\release,..\nsthread\release" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Release/nslog.pdb" OptimizeReferences="2" ImportLibrary=".\Release/nslog.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="TRUE" SuppressStartupBanner="TRUE" TargetEnvironment="1" TypeLibraryName=".\Release/nslog.tlb" HeaderFileName=""/> <Tool Name="VCPostBuildEventTool" CommandLine="for %%m in (dll) do copy release\nslog.%%m ..\release\nslog.%%m"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath="..\..\nslog\nslog.c"> <FileConfiguration Name="Debug|Win32"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;_MBCS;FD_SETSIZE=128;TCL_THREADS=1;NO_CONST=1;$(NoInherit)" BasicRuntimeChecks="3"/> </FileConfiguration> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;_MBCS;FD_SETSIZE=128;TCL_THREADS=1;NO_CONST=1;$(NoInherit)"/> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> |
From: abe-t <it...@us...> - 2005-06-24 08:26:38
|
Update of /cvsroot/naviserver/naviserver/win32/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10991/win32/nsd Added Files: nsd.vcproj Log Message: Added Visual Studio 7 project for Windows --- NEW FILE: nsd.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="nsd" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="2" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" [...1863 lines suppressed...] </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File RelativePath="..\..\include\ns.h"> </File> <File RelativePath="..\..\nsd\nsd.h"> </File> </Filter> <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> |