Changeset 11559 in vbox
- Timestamp:
- Aug 21, 2008 10:16:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r11439 r11559 484 484 echo '#define NS_IMETHOD_(type) type ' >> [email protected] 485 485 echo '#define PARSERS_EXPORT ' >> [email protected] 486 echo '#define SAX_EXPORT ' >> [email protected]487 486 echo '#define STDMETHOD(a) NS_IMETHOD a ' >> [email protected] 488 echo '#define XERCES_CPP_NAMESPACE_BEGIN ' >> [email protected]489 echo '#define XERCES_CPP_NAMESPACE_END ' >> [email protected]490 487 491 488 echo '#define CTXAllSUFF(var) var##R3 ' >> [email protected] … … 496 493 echo '#define OTHERCTXMID(first, last) first##GC##last ' >> [email protected] 497 494 echo '#define CTXTYPE(GCType, R3Type, R0Type) R3Type ' >> [email protected] 495 echo '#define RCTYPE(RCType, HCType) RCType ' >> [email protected] 496 echo '#define GCTYPE(GCType, HCType) GCType ' >> [email protected] 497 echo '#define RCPTRTYPE(RCType) RCType ' >> [email protected] 498 498 echo '#define GCPTRTYPE(GCType) GCType ' >> [email protected] 499 echo '#define GCTYPE(GCType, HCType) GCType ' >> [email protected]500 499 echo '#define HCPTRTYPE(HCType) HCType ' >> [email protected] 501 500 echo '#define R3R0PTRTYPE(HCType) HCType ' >> [email protected] … … 508 507 echo '#define DECLINLINE(type) inline type ' >> [email protected] 509 508 510 echo '#define PDM_SRC_POS __FILE__, __LINE__, __PRETTY_FUNCTION__ ' >> [email protected]511 echo '#define PDM_SRC_POS_DECL const char *pszFile, unsigned iLine, const char *pszFunction ' >> [email protected]512 echo '#define PDM_SRC_POS_ARGS pszFile, iLine, pszFunction ' >> [email protected]513 509 echo '#define PDMDEVINSINT_DECLARED 1' >> [email protected] 514 510 echo '#define VBOXCALL' >> [email protected] … … 538 534 $(MV) -f [email protected] $@ 539 535 $(RM) -f [email protected] [email protected] [email protected] 536 ifeq ($(KBUILD_HOST),win) 537 $(ECHO) 'TODO: Merge vslick.h with your "$(HOMEDRIVE)$(HOMEPATH)\Documents\My SlickEdit Config\x.y.z\usercpp.h" file.' 538 else 540 539 $(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file." 540 endif 541 541 542 542
Note:
See TracChangeset
for help on using the changeset viewer.