Changeset 11820 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Aug 29, 2008 2:09:39 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35651
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r10516 r11820 33 33 VBoxTray_NOINST = true 34 34 endif 35 VBoxTray_DEFS = VBOX_ HGCM LOG_TO_BACKDOOR35 VBoxTray_DEFS = VBOX_WITH_HGCM LOG_TO_BACKDOOR 36 36 VBoxTray_INCS = ../include 37 37 VBoxTray_SOURCES = \ -
trunk/src/VBox/Additions/WINNT/VBoxTray/testcase/Makefile.kmk
r10129 r11820 30 30 PROGRAMS += tstSessionHack 31 31 tstSessionHack_TEMPLATE = VBOXW32GUESTR3 32 tstSessionHack_DEFS = VBOX_ HGCM32 tstSessionHack_DEFS = VBOX_WITH_HGCM 33 33 tstSessionHack_INCS = ../../include 34 34 tstSessionHack_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.