Ensure that the include path for the old and new version of the cc65 package is correct so auto-complete in C works in both cases.

This commit is contained in:
Jeremy Rand 2019-07-04 22:31:11 -04:00
parent 7e0b7d5411
commit 8a578abf08
4 changed files with 4 additions and 4 deletions

View File

@ -179,7 +179,7 @@
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<string>__fastcall__=""</string>
<key>HEADER_SEARCH_PATHS</key>
<string>/usr/local/lib/cc65/include</string>
<string>/usr/local/lib/cc65/include /usr/local/share/cc65/include</string>
</dict>
<key>BuildPhases</key>
<array>

View File

@ -185,7 +185,7 @@
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<string>__fastcall__=""</string>
<key>HEADER_SEARCH_PATHS</key>
<string>/usr/local/lib/cc65/include</string>
<string>/usr/local/lib/cc65/include /usr/local/share/cc65/include</string>
</dict>
<key>BuildPhases</key>
<array>

View File

@ -179,7 +179,7 @@
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<string>__fastcall__=""</string>
<key>HEADER_SEARCH_PATHS</key>
<string>/usr/local/lib/cc65/include</string>
<string>/usr/local/lib/cc65/include /usr/local/share/cc65/include</string>
</dict>
<key>BuildPhases</key>
<array>

View File

@ -179,7 +179,7 @@
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<string>__fastcall__=""</string>
<key>HEADER_SEARCH_PATHS</key>
<string>/usr/local/lib/cc65/include</string>
<string>/usr/local/lib/cc65/include /usr/local/share/cc65/include</string>
</dict>
<key>BuildPhases</key>
<array>