Changeset 49348 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Oct 31, 2013 4:08:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Makefile.kmk
r48956 r49348 53 53 VBoxNetDHCP_LDFLAGS.win = /SUBSYSTEM:windows 54 54 55 ifeq ($(USERNAME),vvl)56 PROGRAMS += tstDhcpConfig57 58 #59 # VBOXMAINCLIENT here only to use DhcpOpt_T type.60 tstDhcpConfig_TEMPLATE = VBOXMAINCLIENTEXE61 #XXX: enable condtionally if user is vvl62 #tstDhcpConfig_INSTTYPE = none63 tstDhcpConfig_SOURCES = test/tstDhcpConfig.cpp \64 Config.cpp65 endif66 67 68 55 include $(FILE_KBUILD_SUB_FOOTER) 69
Note:
See TracChangeset
for help on using the changeset viewer.