Change what its looking for with Neutrino because my uname was

changed. It was looking for NTOx86 but now it should be NTOx86pc


git-svn-id: svn://10.0.0.236/trunk@59590 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-02-03 01:03:19 +00:00
parent 8db46127ff
commit 050f8ee8df

View File

@ -56,7 +56,7 @@ endif
#
# Neutrino/Intel (uses the same unixish_x86 code)
#
ifeq ($(OS_TARGET)$(OS_TEST),NTOx86)
ifeq ($(OS_TARGET)$(OS_TEST),NTOx86pc)
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
endif