Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
47c2e992
Commit
47c2e992
authored
Sep 12, 2005
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 fixes
parent
85708f9a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
21 deletions
+15
-21
bin/check/Makefile.in
bin/check/Makefile.in
+3
-3
bin/win32/BINDInstall/BINDInstallDlg.cpp
bin/win32/BINDInstall/BINDInstallDlg.cpp
+3
-2
lib/dns/win32/libdns.mak
lib/dns/win32/libdns.mak
+6
-14
lib/isc/win32/libisc.mak
lib/isc/win32/libisc.mak
+2
-2
win32utils/BuildAll.bat
win32utils/BuildAll.bat
+1
-0
No files found.
bin/check/Makefile.in
View file @
47c2e992
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.2
7 2005/06/22 00:10
:29 marka Exp $
# $Id: Makefile.in,v 1.2
8 2005/09/12 02:16
:29 marka Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -89,9 +89,9 @@ installdirs:
install
::
named-checkconf@EXEEXT@ named-checkzone@EXEEXT@ installdirs
${LIBTOOL_MODE_INSTALL}
${INSTALL_PROGRAM}
named-checkconf@EXEEXT@
${DESTDIR}${sbindir}
${LIBTOOL_MODE_INSTALL}
${INSTALL_PROGRAM}
named-checkzone@EXEEXT@
${DESTDIR}${sbindir}
cd
${DESTDIR}${sbindir}
;
${LINK_PROGRAM}
named-checkzone@EXEEXT@ named-compilezone@EXEEXT@
(
cd
${DESTDIR}${sbindir}
;
rm
-f
named-compilezone@EXEEXT@
;
${LINK_PROGRAM}
named-checkzone@EXEEXT@ named-compilezone@EXEEXT@
)
for
m
in
${MANPAGES}
;
do
${INSTALL_DATA}
${srcdir}
/
$$
m
${DESTDIR}${mandir}
/man8
;
done
cd
${DESTDIR}${mandir}
/man8
;
${LINK_PROGRAM}
named-checkzone.8 named-compilezone.8
(
cd
${DESTDIR}${mandir}
/man8
;
rm
-f
named-compilezone.8
;
${LINK_PROGRAM}
named-checkzone.8 named-compilezone.8
)
clean distclean
::
rm
-f
${TARGETS}
r1.htm
bin/win32/BINDInstall/BINDInstallDlg.cpp
View file @
47c2e992
/*
* Portions Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: BINDInstallDlg.cpp,v 1.
19 2004/05/18 01:31:12
marka Exp $ */
/* $Id: BINDInstallDlg.cpp,v 1.
20 2005/09/12 02:16:30
marka Exp $ */
/*
* Copyright (c) 1999-2000 by Nortel Networks Corporation
...
...
@@ -140,6 +140,7 @@ const FileData installFiles[] =
{
"dnssec-signzone.exe"
,
FileData
::
BinDir
,
FileData
::
Normal
,
FALSE
},
{
"named-checkconf.exe"
,
FileData
::
BinDir
,
FileData
::
Normal
,
FALSE
},
{
"named-checkzone.exe"
,
FileData
::
BinDir
,
FileData
::
Normal
,
FALSE
},
{
"named-compilezone.exe"
,
FileData
::
BinDir
,
FileData
::
Normal
,
FALSE
},
{
"readme1st.txt"
,
FileData
::
BinDir
,
FileData
::
Trivial
,
FALSE
},
{
NULL
,
-
1
,
-
1
}
};
...
...
lib/dns/win32/libdns.mak
View file @
47c2e992
...
...
@@ -128,7 +128,7 @@ CLEAN :
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP
=
cl.exe
CPP_PROJ
=
/nologo /MD /W3 /GX /O2 /I
"../../../../../openssl-0.9.6k/inc32/openssl/include"
/I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../isc/noatomic/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"NDEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
CPP_PROJ
=
/nologo /MD /W3 /GX /O2 /I
"../../../../../openssl-0.9.6k/inc32/openssl/include"
/I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../
../lib/
isc/noatomic/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"NDEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
.c{$(INTDIR)}.obj
::
$(CPP)
@<<
...
...
@@ -438,7 +438,7 @@ CLEAN :
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP
=
cl.exe
CPP_PROJ
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../isc/noatomic/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"_DEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
CPP_PROJ
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../
../lib/
isc/noatomic/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"_DEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
.c{$(INTDIR)}.obj
::
$(CPP)
@<<
...
...
@@ -857,7 +857,7 @@ SOURCE=..\dispatch.c
!IF
"$(CFG)"
==
"libdns - Win32 Release"
CPP_SWITCHES
=
/nologo /MD /W3 /GX /O2 /I
"../../../../../openssl-0.9.6k/inc32/openssl/include"
/I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"NDEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
CPP_SWITCHES
=
/nologo /MD /W3 /GX /O2 /I
"../../../../../openssl-0.9.6k/inc32/openssl/include"
/I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../
isc/noatomic/include"
/I
"../../
../../openssl-0.9.6k/inc32"
/D
"NDEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
"$(INTDIR)\dispatch.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
@<<
...
...
@@ -867,7 +867,7 @@ CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /I "../../../../../openssl-0.9.6k/inc32/ope
!ELSEIF
"$(CFG)"
==
"libdns - Win32 Debug"
CPP_SWITCHES
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"_DEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
CPP_SWITCHES
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../
isc/noatomic/include"
/I
"../../
../../openssl-0.9.6k/inc32"
/D
"_DEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
"$(INTDIR)\dispatch.obj"
"$(INTDIR)\dispatch.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
@<<
...
...
@@ -881,22 +881,14 @@ SOURCE=..\dlz.c
!IF
"$(CFG)"
==
"libdns - Win32 Release"
CPP_SWITCHES
=
/nologo /MD /W3 /GX /O2 /I
"../../../../../openssl-0.9.6k/inc32/openssl/include"
/I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"NDEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
"$(INTDIR)\dlz.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
@<<
$(CPP_SWITCHES)
$(SOURCE)
<<
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"libdns - Win32 Debug"
CPP_SWITCHES
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../../isc/win32"
/I
"../../isc/win32/include"
/I
"../../isc/include"
/I
"../../../../openssl-0.9.6k/inc32"
/D
"_DEBUG"
/D
"WIN32"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"USE_MD5"
/D
"OPENSSL"
/D
"DST_USE_PRIVATE_OPENSSL"
/D
"LIBDNS_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibdns.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
"$(INTDIR)\dlz.obj"
"$(INTDIR)\dlz.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
@<<
$(CPP_SWITCHES)
$(SOURCE)
<<
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
...
...
lib/isc/win32/libisc.mak
View file @
47c2e992
...
...
@@ -113,7 +113,7 @@ CLEAN :
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /MD /W3 /GX /O2 /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../noatomic/include"
/I
"win32"
/I
"../../isccfg/include"
/D
"WIN32"
/D
"NDEBUG"
/D
"__STDC__"
/D
"_WINDOWS"
/D
"_MBCS"
/D
"_USRDLL"
/D
"LIBISC_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibisc.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
CPP_PROJ
=
/nologo /MD /W3 /GX /O2 /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../
../../lib/isc/
noatomic/include"
/I
"win32"
/I
"../../isccfg/include"
/D
"WIN32"
/D
"NDEBUG"
/D
"__STDC__"
/D
"_WINDOWS"
/D
"_MBCS"
/D
"_USRDLL"
/D
"LIBISC_EXPORTS"
/Fp
"
$(INTDIR)
\l
ibisc.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
MTL_PROJ
=
/nologo /D
"NDEBUG"
/mktyplib203 /win32
BSC32
=
bscmake.exe
BSC32_FLAGS
=
/nologo /o
"
$(OUTDIR)
\l
ibisc.bsc"
...
...
@@ -356,7 +356,7 @@ CLEAN :
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../noatomic/include"
/I
"win32"
/I
"../../isccfg/include"
/D
"WIN32"
/D
"_DEBUG"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"LIBISC_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibisc.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
CPP_PROJ
=
/nologo /MDd /W3 /Gm /GX /ZI /Od /I
"./"
/I
"../../../"
/I
"include"
/I
"../include"
/I
"../
../../lib/isc/
noatomic/include"
/I
"win32"
/I
"../../isccfg/include"
/D
"WIN32"
/D
"_DEBUG"
/D
"_WINDOWS"
/D
"__STDC__"
/D
"_MBCS"
/D
"_USRDLL"
/D
"LIBISC_EXPORTS"
/FR
"
$(INTDIR)
\\
"
/Fp
"
$(INTDIR)
\l
ibisc.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /GZ /c
MTL_PROJ
=
/nologo /D
"_DEBUG"
/mktyplib203 /win32
BSC32
=
bscmake.exe
BSC32_FLAGS
=
/nologo /o
"
$(OUTDIR)
\l
ibisc.bsc"
...
...
win32utils/BuildAll.bat
View file @
47c2e992
...
...
@@ -100,6 +100,7 @@ cd ..\..
cd
check
\win32
nmake
/nologo -f
namedcheckconf
.mak
CFG
=
"namedcheckconf - Win32 Release"
NO_EXTERNAL_DEPS
=
"1"
nmake
/nologo -f
namedcheckzone
.mak
CFG
=
"namedcheckzone - Win32 Release"
NO_EXTERNAL_DEPS
=
"1"
copy
/Y
..\..\..\Build\Release\named
-checkzone
.exe ..\..\..\Build\Release\named
-compilezone
.exe
copy
..\
*
.html ..\..\..\Build\Release
cd
..\..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment