Changeset 18422 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Mar 28, 2009 12:04:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45229
- Location:
- trunk/src/VBox/HostServices/GuestProperties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/Makefile.kmk
r13916 r18422 37 37 $(PATH_TOOL_$(VBOX_VCC_TOOL)_ATLMFC_INC) \ 38 38 $(VBOX_PATH_SDK) 39 # For now!40 VBoxGuestPropSvc_CXXFLAGS.win = -EHsc41 39 42 40 VBoxGuestPropSvc_SOURCES = \ -
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r14104 r18422 34 34 tstGuestPropSvc_SOURCES = tstGuestPropSvc.cpp ../service.cpp 35 35 tstGuestPropSvc_LIBS = $(LIB_RUNTIME) 36 # For now!37 tstGuestPropSvc_CXXFLAGS.win = -EHsc38 36 39 37 # Set this in LocalConfig.kmk if you are working on the guest property service
Note:
See TracChangeset
for help on using the changeset viewer.