mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
build on windows
This commit is contained in:
parent
a6e733aa97
commit
d7552a9c76
@ -861,7 +861,7 @@ state_entity() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 66: // Vertices-follow.
|
case 66: // Vertices-follow.
|
||||||
_vertices_follow = string_to_int(_string, tail);
|
_vertices_follow = (string_to_int(_string, tail) != 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 70: // Polyline flags.
|
case 70: // Polyline flags.
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
#define TARGET dxf-points
|
#define TARGET dxf-points
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
progbase dxf
|
progbase dxf
|
||||||
|
#define OTHER_LIBS \
|
||||||
|
linmath:c panda:m \
|
||||||
|
express:c pandaexpress:m \
|
||||||
|
dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
dxfPoints.cxx dxfPoints.h
|
dxfPoints.cxx dxfPoints.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user