build on windows

This commit is contained in:
David Rose 2004-05-04 19:57:47 +00:00
parent a6e733aa97
commit d7552a9c76
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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