Changeset 5068 in vbox
- Timestamp:
- Sep 26, 2007 10:47:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4948 r5068 1989 1989 ifdef VBOX_USE_VCC80 1990 1990 TEMPLATE_VBOXQTGUIEXE_CXXFLAGS = \ 1991 -nologo -Zm200 -W3 -MD - EHsc -Zc:wchar_t-1991 -nologo -Zm200 -W3 -MD -Zi -EHsc -Zc:wchar_t- 1992 1992 TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.debug = -RTCsu 1993 1993 else 1994 1994 TEMPLATE_VBOXQTGUIEXE_CXXFLAGS = \ 1995 -nologo -Zm200 -W3 -MD - GX1995 -nologo -Zm200 -W3 -MD -Zi -GX 1996 1996 TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.debug = -GZ 1997 1997 endif … … 2548 2548 # Rule for generating a timestamp and updating the real thing on change. 2549 2549 ifneq ($(VBOX_SVN_DEP),) 2550 # fixed in svn - $(VBOX_SVN_REV_KMK).ts +| $(VBOX_SVN_REV_KMK): $(VBOX_SVN_DEP) 2550 2551 $(VBOX_SVN_REV_KMK).ts: $(VBOX_SVN_DEP) 2551 2552 else 2553 # fixed in svn - $(VBOX_SVN_REV_KMK).ts +| $(VBOX_SVN_REV_KMK): $(PATH_ROOT)/Config.kmk 2552 2554 $(VBOX_SVN_REV_KMK).ts: $(PATH_ROOT)/Config.kmk 2553 2555 endif … … 2572 2574 $(QUIET)$(CAT_EXT) $(VBOX_SVN_REV_KMK) 2573 2575 2574 # Dependency on timestamp without any commands, so we 2575 # won't be bother if nothing changed. 2576 $(VBOX_SVN_REV_KMK): $(VBOX_SVN_REV_KMK).ts 2577 2578 ## @todo kBuild: Fix problem with using '$(VBOX_SVN_REV_KMK).ts +| $(VBOX_SVN_REV_KMK)' so the 2579 # problem with missing $(VBOX_SVN_REV_KMK) and not $(VBOX_SVN_REV_KMK).ts can be addressed 2580 2581 ## @todo kbuild: Need $(CMP)! 2576 $(VBOX_SVN_REV_KMK): $(VBOX_SVN_REV_KMK).ts # remove when kBuild is updated. 2582 2577 2583 2578 include $(VBOX_SVN_REV_KMK)
Note:
See TracChangeset
for help on using the changeset viewer.