From 639cf174e77fbdc0f6389d7a1a117fced4a96353 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 14 Oct 2006 17:04:30 +0000 Subject: Use BoxPlatform to see if we are building on Windows (refs #3) --- lib/server/makeprotocol.pl.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/server/makeprotocol.pl.in b/lib/server/makeprotocol.pl.in index b5b9dd19..88177b62 100755 --- a/lib/server/makeprotocol.pl.in +++ b/lib/server/makeprotocol.pl.in @@ -1,6 +1,9 @@ #!@PERL@ use strict; +use lib "../../infrastructure"; +use BoxPlatform; + # Make protocol C++ classes from a protocol description file # built in type info (values are is basic type, C++ typename) @@ -912,6 +915,7 @@ __E close H; close CPP; + sub obj_is_type { my ($c,$ty) = @_; -- cgit v1.2.3