Changeset 41477 in vbox for trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78228
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk
r40939 r41477 17 17 18 18 SUB_DEPTH = ../../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 DLLS += VBoxCredProv … … 58 58 $(VBOX_LIB_VBGL_R3) 59 59 60 include $(KBUILD_PATH)/subfooter.kmk60 include $(FILE_KBUILD_SUB_FOOTER) 61 61 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk
r32188 r41477 5 5 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 PROGRAMS += tstCredentialProvider … … 40 40 $(VBOX_PATH_PSDK_200702)/Lib/x64/Secur32.Lib 41 41 42 include $(KBUILD_PATH)/subfooter.kmk42 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.