Skip to content
Snippets Groups Projects
Commit e4b05426 authored by rswindell's avatar rswindell
Browse files

Added xsdkwrap.c (new in XSDK v3.1).

parent a99f418f
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@ USEUNIT("Sbl.c");
USEUNIT("..\SDK\Xsdkvars.c");
USEUNIT("..\SDK\Xsdk.c");
USELIB("D:\Borland\CBuilder5\Lib\ws2_32.lib");
USEUNIT("..\sdk\xsdkwrap.c");
//---------------------------------------------------------------------------
This file is used by the project manager only and should be treated like the project file
......
......@@ -4,7 +4,7 @@
<MACROS>
<VERSION value="BCB.05.03"/>
<PROJECT value="sbl.exe"/>
<OBJFILES value="Sbl.obj ..\SDK\Xsdkvars.obj ..\SDK\Xsdk.obj"/>
<OBJFILES value="Sbl.obj ..\SDK\Xsdkvars.obj ..\SDK\Xsdk.obj ..\sdk\xsdkwrap.obj"/>
<RESFILES value=""/>
<IDLFILES value=""/>
<IDLGENFILES value=""/>
......
......@@ -97,5 +97,9 @@ SOURCE=..\Sdk\xsdk.c
SOURCE=..\Sdk\xsdkvars.c
# End Source File
# Begin Source File
SOURCE=..\sdk\xsdkwrap.c
# End Source File
# End Target
# End Project
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment