Changeset a76c118 for x/lib


Ignore:
Timestamp:
06/15/2024 03:26:33 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
d7e63b83
Parents:
5a80bacd
Message:

Spacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/freeglut.xml

    r5a80bacd ra76c118  
    113113cd    build &amp;&amp;
    114114
    115 cmake -DCMAKE_INSTALL_PREFIX=/usr       \
    116       -DCMAKE_BUILD_TYPE=Release        \
    117       -DFREEGLUT_BUILD_DEMOS=OFF        \
    118       -DFREEGLUT_BUILD_STATIC_LIBS=OFF  \
    119       -Wno-dev .. &amp;&amp;
     115cmake -D CMAKE_INSTALL_PREFIX=/usr       \
     116      -D CMAKE_BUILD_TYPE=Release        \
     117      -D FREEGLUT_BUILD_DEMOS=OFF        \
     118      -D FREEGLUT_BUILD_STATIC_LIBS=OFF  \
     119      -W no-dev .. &amp;&amp;
    120120
    121121make</userinput></screen>
     
    138138
    139139    <para>
    140       <parameter>-DFREEGLUT_BUILD_DEMOS=OFF</parameter>: Disable building
     140      <parameter>-D FREEGLUT_BUILD_DEMOS=OFF</parameter>: Disable building
    141141      optional demo programs.  Note that if you choose to build them, their
    142142      installation must be done manually.  The demo programs are limited and
     
    145145
    146146    <para>
    147       <parameter>-DFREEGLUT_BUILD_STATIC_LIBS=OFF</parameter>:
     147      <parameter>-D FREEGLUT_BUILD_STATIC_LIBS=OFF</parameter>:
    148148      Do not build the static library.
    149149    </para>
Note: See TracChangeset for help on using the changeset viewer.