Add utils.cs to commonLib

This commit is contained in:
Jim Norman 2006-02-18 23:44:57 +00:00
parent b5c2db119b
commit 1c3f17eb59
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
OBJS=\
AssemblyInfo \
common/Utils \
common/LinkedKeyInfo \
common/Ping \
common/ResetMasterPassword \

View File

@ -1,5 +1,6 @@
SRC=\
AssemblyInfo.cs \
common/Utils.cs \
common/LinkedKeyInfo.cs \
common/Ping.cs \
common/ResetMasterPassword.cs \