Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
41e251fa
Commit
41e251fa
authored
Sep 02, 2009
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add backtrace.c, backtrace.h, backtrace-emptytbl.c, backtrace-emptytbl.h
to win32 build
parent
9dbca282
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
0 deletions
+68
-0
lib/isc/win32/libisc.def
lib/isc/win32/libisc.def
+4
-0
lib/isc/win32/libisc.dsp
lib/isc/win32/libisc.dsp
+16
-0
lib/isc/win32/libisc.mak
lib/isc/win32/libisc.mak
+48
-0
No files found.
lib/isc/win32/libisc.def
View file @
41e251fa
...
...
@@ -5,6 +5,8 @@ EXPORTS
NTReportError
closelog
isc__backtrace_nsymbols
isc__backtrace_symtable
isc__buffer_activeregion
isc__buffer_add
isc__buffer_availableregion
...
...
@@ -48,6 +50,8 @@ isc__app_start
isc__app_unblock
isc_assertion_setcallback
isc_assertion_typetotext
isc_backtrace_getsymbol
isc_backtrace_gettrace
isc_base32_decoderegion
isc_base32_decodestring
isc_base32_tobuffer
...
...
lib/isc/win32/libisc.dsp
View file @
41e251fa
...
...
@@ -207,6 +207,14 @@ SOURCE=..\include\isc\assertions.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\backtrace.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\backtrace-emptytbl.h
# End Source File
# Begin Source File
SOURCE=..\include\isc\base32.h
# End Source File
# Begin Source File
...
...
@@ -579,6 +587,14 @@ SOURCE=..\assertions.c
# End Source File
# Begin Source File
SOURCE=..\backtrace.c
# End Source File
# Begin Source File
SOURCE=..\backtrace-emptytbl.c
# End Source File
# Begin Source File
SOURCE=..\base32.c
# End Source File
# Begin Source File
...
...
lib/isc/win32/libisc.mak
View file @
41e251fa
...
...
@@ -116,6 +116,8 @@ ALL : "..\..\..\Build\Release\libisc.dll"
CLEAN
:
-
@erase
"
$(INTDIR)
\a
pp.obj"
-
@erase
"
$(INTDIR)
\a
ssertions.obj"
-
@erase
"
$(INTDIR)
\b
acktrace.obj"
-
@erase
"
$(INTDIR)
\b
acktrace-emptytbl.obj"
-
@erase
"
$(INTDIR)
\b
ase32.obj"
-
@erase
"
$(INTDIR)
\b
ase64.obj"
-
@erase
"
$(INTDIR)
\b
itstring.obj"
...
...
@@ -236,6 +238,8 @@ LINK32_OBJS= \
"
$(INTDIR)
\v
ersion.obj"
\
"
$(INTDIR)
\w
in32os.obj"
\
"
$(INTDIR)
\a
ssertions.obj"
\
"
$(INTDIR)
\b
acktrace.obj"
\
"
$(INTDIR)
\b
acktrace-emptytbl.obj"
\
"
$(INTDIR)
\b
ase32.obj"
\
"
$(INTDIR)
\b
ase64.obj"
\
"
$(INTDIR)
\b
itstring.obj"
\
...
...
@@ -307,6 +311,10 @@ CLEAN :
-
@erase
"
$(INTDIR)
\a
pp.sbr"
-
@erase
"
$(INTDIR)
\a
ssertions.obj"
-
@erase
"
$(INTDIR)
\a
ssertions.sbr"
-
@erase
"
$(INTDIR)
\b
acktrace.obj"
-
@erase
"
$(INTDIR)
\b
acktrace-emptytbl.obj"
-
@erase
"
$(INTDIR)
\b
acktrace.sbr"
-
@erase
"
$(INTDIR)
\b
acktrace-emptytbl.sbr"
-
@erase
"
$(INTDIR)
\b
ase32.obj"
-
@erase
"
$(INTDIR)
\b
ase32.sbr"
-
@erase
"
$(INTDIR)
\b
ase64.obj"
...
...
@@ -499,6 +507,8 @@ BSC32_SBRS= \
"
$(INTDIR)
\v
ersion.sbr"
\
"
$(INTDIR)
\w
in32os.sbr"
\
"
$(INTDIR)
\a
ssertions.sbr"
\
"
$(INTDIR)
\b
acktrace.sbr"
\
"
$(INTDIR)
\b
acktrace-emptytbl.sbr"
\
"
$(INTDIR)
\b
ase32.sbr"
\
"
$(INTDIR)
\b
ase64.sbr"
\
"
$(INTDIR)
\b
itstring.sbr"
\
...
...
@@ -585,6 +595,8 @@ LINK32_OBJS= \
"
$(INTDIR)
\v
ersion.obj"
\
"
$(INTDIR)
\w
in32os.obj"
\
"
$(INTDIR)
\a
ssertions.obj"
\
"
$(INTDIR)
\b
acktrace.obj"
\
"
$(INTDIR)
\b
acktrace-emptytbl.obj"
\
"
$(INTDIR)
\b
ase32.obj"
\
"
$(INTDIR)
\b
ase64.obj"
\
"
$(INTDIR)
\b
itstring.obj"
\
...
...
@@ -1100,6 +1112,42 @@ SOURCE=..\assertions.c
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\b
acktrace.c
!IF
"$(CFG)"
==
"libisc - Win32 Release"
"$(INTDIR)\backtrace.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"libisc - Win32 Debug"
"$(INTDIR)\backtrace.obj"
"$(INTDIR)\backtrace.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\b
acktrace-emptytbl.c
!IF
"$(CFG)"
==
"libisc - Win32 Release"
"$(INTDIR)\backtrace-emptytbl.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"libisc - Win32 Debug"
"$(INTDIR)\backtrace-emptytbl.obj"
"$(INTDIR)\backtrace-emptytbl.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
SOURCE
=
..
\b
ase32.c
...
...
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