mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
build on windows
This commit is contained in:
parent
a6e733aa97
commit
d7552a9c76
@ -861,7 +861,7 @@ state_entity() {
|
||||
break;
|
||||
|
||||
case 66: // Vertices-follow.
|
||||
_vertices_follow = string_to_int(_string, tail);
|
||||
_vertices_follow = (string_to_int(_string, tail) != 0);
|
||||
break;
|
||||
|
||||
case 70: // Polyline flags.
|
||||
|
@ -4,6 +4,10 @@
|
||||
#define TARGET dxf-points
|
||||
#define LOCAL_LIBS \
|
||||
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 \
|
||||
dxfPoints.cxx dxfPoints.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user