VirtualBox

Changeset 16550 in vbox for trunk


Ignore:
Timestamp:
Feb 6, 2009 2:44:40 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42490
Message:
  • Removed unused reference to $(PATH_VBOX_SVN)/include
  • Refactor PATH_XPCOM, now XPCOM_INCLUDE
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/makefile.tstLinuxC

    r16547 r16550  
    2020#
    2121
    22 PATH_XPCOM = ../..
    23 PATH_BIN   = /opt/VirtualBox
     22PATH_BIN      = /opt/VirtualBox
     23XPCOM_INCLUDE = ../../include
     24INCS_XPCOM    = -I$(XPCOM_INCLUDE) \
     25                -I$(XPCOM_INCLUDE)/nsprpub \
     26                -I$(XPCOM_INCLUDE)/string \
     27                -I$(XPCOM_INCLUDE)/xpcom \
     28                -I$(XPCOM_INCLUDE)/ipcd
    2429
    25 INCS_XPCOM = -I$(PATH_XPCOM)/include \
    26              -I$(PATH_XPCOM)/include/nsprpub \
    27              -I$(PATH_XPCOM)/include/string \
    28              -I$(PATH_XPCOM)/include/xpcom \
    29              -I$(PATH_XPCOM)/include/ipcd \
    30              -I$(PATH_VBOX_SVN)/include
    31 
    32 CC         = gcc
    33 CFLAGS     = -g -ansi -pedantic -Wall
     30CC            = gcc
     31CFLAGS        = -g -ansi -pedantic -Wall
    3432
    3533.PHONY: all
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