Changeset 26339 in vbox
- Timestamp:
- Feb 9, 2010 3:11:49 AM (15 years ago)
- Location:
- trunk/src/bldprogs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r23452 r26339 5 5 6 6 # 7 # Copyright (C) 2006-20 07Sun Microsystems, Inc.7 # Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 biossums_SOURCES = biossums.c 32 32 33 PROGRAMS += scm 34 scm_TEMPLATE = VBoxR3Static 35 scm_SOURCES = scm.cpp 36 scm_LIBS = \ 37 $(LIB_RUNTIME) 38 33 39 include $(KBUILD_PATH)/subfooter.kmk 34
Note:
See TracChangeset
for help on using the changeset viewer.