fixing windows bustage, sorry, I missed that one in my tree
git-svn-id: svn://10.0.0.236/trunk@96806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -61,7 +61,7 @@ CPPSRCS= \
|
||||
UnionExpr.cpp \
|
||||
VariableRefExpr.cpp \
|
||||
XPathNames.cpp \
|
||||
!if undefined(TX_EXE)
|
||||
!if !defined(TX_EXE)
|
||||
nsNodeSet.cpp \
|
||||
XPathProcessor.cpp \
|
||||
!endif
|
||||
@@ -102,7 +102,7 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\UnionExpr.obj \
|
||||
.\$(OBJDIR)\VariableRefExpr.obj \
|
||||
.\$(OBJDIR)\XPathNames.obj \
|
||||
!if undefined(TX_EXE)
|
||||
!if !defined(TX_EXE)
|
||||
.\$(OBJDIR)\nsNodeSet.obj \
|
||||
.\$(OBJDIR)\XPathProcessor.obj \
|
||||
!endif
|
||||
|
||||
Reference in New Issue
Block a user