You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/27 20:35:48 UTC

svn commit: r769092 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Author: mturk
Date: Mon Apr 27 18:35:47 2009
New Revision: 769092

URL: http://svn.apache.org/viewvc?rev=769092&view=rev
Log:
Add skeleton win32 user and group

Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=769092&r1=769091&r2=769092&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Mon Apr 27 18:35:47 2009
@@ -77,6 +77,8 @@
 	$(SRCDIR)/os/win32/platform.$(OBJ) \
 	$(SRCDIR)/os/win32/os.$(OBJ) \
 	$(SRCDIR)/os/win32/syslog.$(OBJ) \
+	$(SRCDIR)/os/win32/group.$(OBJ) \
+	$(SRCDIR)/os/win32/user.$(OBJ) \
 	$(SRCDIR)/os/win32/uuid.$(OBJ) \
 	$(SRCDIR)/os/win32/main.res