Changeset 40382 in vbox
- Timestamp:
- Mar 6, 2012 4:03:50 PM (13 years ago)
- Location:
- trunk/src/VBox/ExtPacks/Skeleton
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/Skeleton/Makefile.kmk
r38154 r40382 5 5 6 6 # 7 # Copyright (C) 2010-201 1Oracle Corporation7 # Copyright (C) 2010-2012 Oracle Corporation 8 8 # 9 9 # Permission is hereby granted, free of charge, to any person … … 65 65 VBoxSkeletonMain_TEMPLATE = VBoxR3ExtPackSkeleton 66 66 VBoxSkeletonMain_SOURCES = VBoxSkeletonMain.cpp 67 VBoxSkeletonMain_DEFS = \ 68 $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) 67 VBoxSkeletonMain_DEFS = 69 68 70 69 # … … 79 78 80 79 # 81 # Packing 80 # Packing. 82 81 # 83 82 ifndef VBOX_WITHOUT_EXTPACK_SKELETON_PACKING … … 158 157 $(RM) -Rf $(VBoxSkeletonIns_0_OUTDIR)/Stage/ 159 158 160 BLDDIRS += $(VBOX_PATH_PACKAGES)/ $(VBOX_PATH_PACKAGES)/159 BLDDIRS += $(VBOX_PATH_PACKAGES)/ 161 160 162 161 include $(KBUILD_PATH)/subfooter.kmk -
trunk/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
r35963 r40382 5 5 6 6 /* 7 * Copyright (C) 2010-201 0Oracle Corporation7 * Copyright (C) 2010-2012 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person
Note:
See TracChangeset
for help on using the changeset viewer.