From 1c3f17eb597391001e5f30956e43df138bfe2fee Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Sat, 18 Feb 2006 23:44:57 +0000 Subject: [PATCH] Add utils.cs to commonLib --- c_micasad/lib/objs.lux | 1 + c_micasad/lib/src.lux | 1 + 2 files changed, 2 insertions(+) diff --git a/c_micasad/lib/objs.lux b/c_micasad/lib/objs.lux index b1d80d57..74056e29 100644 --- a/c_micasad/lib/objs.lux +++ b/c_micasad/lib/objs.lux @@ -1,5 +1,6 @@ OBJS=\ AssemblyInfo \ + common/Utils \ common/LinkedKeyInfo \ common/Ping \ common/ResetMasterPassword \ diff --git a/c_micasad/lib/src.lux b/c_micasad/lib/src.lux index 1cd67403..d96ebc40 100644 --- a/c_micasad/lib/src.lux +++ b/c_micasad/lib/src.lux @@ -1,5 +1,6 @@ SRC=\ AssemblyInfo.cs \ + common/Utils.cs \ common/LinkedKeyInfo.cs \ common/Ping.cs \ common/ResetMasterPassword.cs \