Skip to content

Commit

Permalink
Drop boost package references for NMake. (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunielKatarn authored and acoates-ms committed May 10, 2019
1 parent 1ff41cb commit 221963d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions vnext/make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ INCLUDES = $(INCLUDES); \

!LISTFILES -recursive CHAKRACORE_HEADERS = $(PKGMICROSOFT_CHAKRACORE_VC140) *.h
!LISTFILES -recursive JAVASCRIPTCORE_TEMP_HEADERS = $(PKGJAVASCRIPTCORE_TEMP) *.h
!LISTFILES -recursive BOOST_HEADERS = $(PKGBOOST) *

HEADERS = $(HEADERS) \
$(CHAKRACORE_HEADERS) \
$(JAVASCRIPTCORE_TEMP_HEADERS) \
$(BOOST_HEADERS) \

C_DEFINES = $(C_DEFINES) -D REACTWINDOWS_BUILD
C_DEFINES = $(C_DEFINES) -D FOLLY_NO_CONFIG
Expand Down
3 changes: 0 additions & 3 deletions vnext/makewinrt.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ INCLUDES = $(INCLUDES); \
$(OPENSOURCE_REACTNATIVE)\OfficeISS\ReactWindows\ReactUWP; \
$(OPENSOURCE_REACTNATIVE)\OfficeISS\ReactWindows\ReactUWP\Pch; \
$(PKGJAVASCRIPTCORE_TEMP)\build\native\include; \
$(PKGBOOST)\lib\native\include; \
$(PKGMICROSOFT_CHAKRACORE_VC140)\build\native\include; \
$(OTOOLSINCROOT)\cppwinrt; \

!LISTFILES -recursive JAVASCRIPTCORE_TEMP_HEADERS = $(PKGJAVASCRIPTCORE_TEMP) *.h
!LISTFILES -recursive BOOST_HEADERS = $(PKGBOOST) *

HEADERS = $(HEADERS) \
$(JAVASCRIPTCORE_TEMP_HEADERS) \
$(BOOST_HEADERS) \

CPP_ENABLE_STD_17=1
CPP_ENABLE_AWAIT=1
Expand Down

0 comments on commit 221963d

Please sign in to comment.