Revision: 74275
          http://sourceforge.net/p/brlcad/code/74275
Author:   d_rossberg
Date:     2019-10-31 16:29:30 +0000 (Thu, 31 Oct 2019)
Log Message:
-----------
revived the brlcad.dll build

Modified Paths:
--------------
    brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
    brlcad/trunk/misc/win32-msvc/Dll/TclDummies.c
    brlcad/trunk/misc/win32-msvc/Dll/brlcad.def

Modified: brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt
===================================================================
--- brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2019-10-31 16:27:35 UTC 
(rev 74274)
+++ brlcad/trunk/misc/win32-msvc/Dll/CMakeLists.txt     2019-10-31 16:29:30 UTC 
(rev 74275)
@@ -66,10 +66,10 @@
 
 set(COREINTERFACE_SOURCES
   ../../../../rt^3/src/coreInterface/Arb8.cpp
+  ../../../../rt^3/src/coreInterface/BagOfTriangles.cpp
   ../../../../rt^3/src/coreInterface/Combination.cpp
   ../../../../rt^3/src/coreInterface/Cone.cpp
   ../../../../rt^3/src/coreInterface/ConstDatabase.cpp
-  ../../../../rt^3/src/coreInterface/BagOfTriangles.cpp
   ../../../../rt^3/src/coreInterface/Database.cpp
   ../../../../rt^3/src/coreInterface/Ellipsoid.cpp
   ../../../../rt^3/src/coreInterface/EllipticalTorus.cpp
@@ -83,6 +83,8 @@
   ../../../../rt^3/src/coreInterface/ParabolicCylinder.cpp
   ../../../../rt^3/src/coreInterface/Paraboloid.cpp
   ../../../../rt^3/src/coreInterface/Particle.cpp
+  ../../../../rt^3/src/coreInterface/Pipe.cpp
+  ../../../../rt^3/src/coreInterface/Sketch.cpp
   ../../../../rt^3/src/coreInterface/Sphere.cpp
   ../../../../rt^3/src/coreInterface/Torus.cpp
   ../../../../rt^3/src/coreInterface/Unknown.cpp

Modified: brlcad/trunk/misc/win32-msvc/Dll/TclDummies.c
===================================================================
--- brlcad/trunk/misc/win32-msvc/Dll/TclDummies.c       2019-10-31 16:27:35 UTC 
(rev 74274)
+++ brlcad/trunk/misc/win32-msvc/Dll/TclDummies.c       2019-10-31 16:29:30 UTC 
(rev 74275)
@@ -50,8 +50,8 @@
 int                  Tcl_GetDouble(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(src), double *UNUSED(doublePtr)) {return 0;}
 int                  Tcl_GetBoolean(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(src), int *UNUSED(boolPtr)) {return 0;}
 int                  Tcl_LinkVar(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(varName), char *UNUSED(addr), int UNUSED(type)) {return 0;}
-CONST84_RETURN char *Tcl_SetVar(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(varName), CONST char *UNUSED(newValue), int UNUSED(flags)) {return 0;}
-int                  Tcl_PkgProvide(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(name), CONST char *UNUSED(version)) {return 0;}
+CONST84_RETURN char *Tcl_SetVar2(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(part1), CONST char *UNUSED(part2), CONST char *UNUSED(newValue), int 
UNUSED(flags)) {return 0;}
+int                  Tcl_PkgProvideEx(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(name), CONST char *UNUSED(version), ClientData UNUSED(clientData)) 
{return 0;}
 CONST84_RETURN char *Tcl_GetStringResult(Tcl_Interp *UNUSED(interp)) {return 
0;}
 int                  Tcl_Eval(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(script)) {return 0;}
 char                *Tcl_GetStringFromObj(Tcl_Obj *UNUSED(objPtr), int 
*UNUSED(lengthPtr)) {return 0;}
@@ -87,7 +87,7 @@
 Tcl_Obj             *Tcl_GetVar2Ex(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(part1), CONST char *UNUSED(part2), int UNUSED(flags)) {return 0;}
 int                  Tcl_DoOneEvent(int UNUSED(flags)) {return 0;}
 int                  Tcl_GetCharLength(Tcl_Obj *UNUSED(objPtr)) {return 0;}
-CONST84_RETURN char *Tcl_GetVar(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(varName), int UNUSED(flags)) {return 0;}
+CONST84_RETURN char *Tcl_GetVar2(Tcl_Interp *UNUSED(interp), CONST char 
*UNUSED(part1), CONST char *UNUSED(part2), int UNUSED(flags)) {return 0;}
 int                  Tcl_Init(Tcl_Interp *UNUSED(interp)) {return 0;}
 int                  Tcl_Close(Tcl_Interp *UNUSED(interp), Tcl_Channel 
UNUSED(chan)) {return 0;}
 void                 Tcl_DeleteChannelHandler(Tcl_Channel UNUSED(chan), 
Tcl_ChannelProc *UNUSED(proc), ClientData UNUSED(clientData)) {}

Modified: brlcad/trunk/misc/win32-msvc/Dll/brlcad.def
===================================================================
--- brlcad/trunk/misc/win32-msvc/Dll/brlcad.def 2019-10-31 16:27:35 UTC (rev 
74274)
+++ brlcad/trunk/misc/win32-msvc/Dll/brlcad.def 2019-10-31 16:29:30 UTC (rev 
74275)
@@ -39,7 +39,7 @@
 db_update_nref
 db_walk_tree
 
-mk_add_pipe_pt
+mk_add_pipe_pnt
 mk_addmember
 mk_arb8
 mk_bot

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to