VirtualBox

Changeset 5068 in vbox


Ignore:
Timestamp:
Sep 26, 2007 10:47:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24885
Message:

Fixed the problem with FE/Qt not being stable in release builds on windows. Debug info wasn't enabled and therefore no .pdb files generated, the VCC7/8 compiler setup require(d) the .pdb file to be present. (Made a proper fixed for this in kBuild, but haven't synced it yet.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4948 r5068  
    19891989 ifdef VBOX_USE_VCC80
    19901990  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS = \
    1991         -nologo -Zm200 -W3 -MD -EHsc -Zc:wchar_t-
     1991        -nologo -Zm200 -W3 -MD -Zi -EHsc -Zc:wchar_t-
    19921992  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.debug = -RTCsu
    19931993 else
    19941994  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS = \
    1995         -nologo -Zm200 -W3 -MD -GX
     1995        -nologo -Zm200 -W3 -MD -Zi -GX
    19961996  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.debug = -GZ
    19971997 endif
     
    25482548# Rule for generating a timestamp and updating the real thing on change.
    25492549 ifneq ($(VBOX_SVN_DEP),)
     2550# fixed in svn - $(VBOX_SVN_REV_KMK).ts +| $(VBOX_SVN_REV_KMK): $(VBOX_SVN_DEP)
    25502551$(VBOX_SVN_REV_KMK).ts: $(VBOX_SVN_DEP)
    25512552 else
     2553# fixed in svn - $(VBOX_SVN_REV_KMK).ts +| $(VBOX_SVN_REV_KMK): $(PATH_ROOT)/Config.kmk
    25522554$(VBOX_SVN_REV_KMK).ts: $(PATH_ROOT)/Config.kmk
    25532555 endif
     
    25722574        $(QUIET)$(CAT_EXT) $(VBOX_SVN_REV_KMK)
    25732575
    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.
    25822577
    25832578 include $(VBOX_SVN_REV_KMK)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette