Skip to content

Commit

Permalink
Linux external library & global modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Apr 14, 2021
1 parent 92a628e commit cf82c21
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions TerpstraSysEx.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
</MAINGROUP>
<EXPORTFORMATS>
<LINUX_MAKE targetFolder="Builds/Linux" smallIcon="fwSyLL" bigIcon="yjLw0u"
linuxExtraPkgConfig="libssh2" extraDefs="SERVERHOST=&quot;192.168.6.2&quot;">
linuxExtraPkgConfig="libssh2" extraDefs="SERVERHOST=&quot;192.168.6.2&quot; HAVE_ARPA_INET_H=1 HAVE_UNISTD_H=1">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
targetName="LumatoneSetup"/>
Expand Down Expand Up @@ -358,18 +358,19 @@
</VS2019>
</EXPORTFORMATS>
<MODULES>
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
</MODULES>
<JUCEOPTIONS JUCE_WEB_BROWSER="0" JUCE_USE_CURL="1" JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING="1"/>
<LIVE_SETTINGS>
<OSX/>
<WINDOWS/>
<LINUX/>
</LIVE_SETTINGS>
</JUCERPROJECT>

0 comments on commit cf82c21

Please sign in to comment.