summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-02-23 21:36:20 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-02-23 21:36:20 +0000
commit4b930d3080bcaa69e841c919d73825e76669fbe2 (patch)
treea8b51f67a417c0eedecbbc9ad53bc1cc2550951d
parent2b3cd8510793ed01a85466d8064837608f1c9bcb (diff)
Drop morph3d, add terrainembedded-1-20030224
-rw-r--r--progs/demos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 1dd3d2d48c8..db985b69024 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -1,9 +1,9 @@
PROGS = gears \
glinfo \
- morph3d \
texobj \
- bounce
+ bounce \
+ terrain
##### RULES #####
@@ -14,7 +14,7 @@ PROGS = gears \
# make executable from .c file:
.c: $(LIB_DEP)
- gcc -I../include -g $< -L../lib -lglut -lGL -lm -o $@
+ gcc -I../include -I../util -g $< -L../lib -lglut -lGL -lm -o $@
default: $(PROGS)
s main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Expand)AuthorFilesLines
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier1-0/+1
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák1-1/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-03-25tdf#124173: Enable thesauruses in the iOS appTor Lillqvist1-3/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist1-1/+1
2021-02-05restore com.sun.star.mozilla.MozillaBootstrapCaolán McNamara1-0/+6
2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl1-1/+3
2021-01-16tdf#68198: sign the rest of binariesMike Kaganski1-0/+7
2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet1-3/+0
2020-12-13tdf#138715 remove mork driverRene Engelhard2-13/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-10-18tdf#137573: The fps_aqua component was missing for macOSTor Lillqvist1-0/+1
2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze1-1/+0
2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski1-1/+0
2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski1-5/+4
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski3-58/+67
2020-09-11image-sort: add --quiet option for build-toolsJan-Marek Glogowski1-0/+1
2020-08-25tdf#92287 Make LibreLogo icons theme basedMaxim Monastirsky1-0/+1
2020-07-30terminate XDesktop properly in unit testsNoel Grandin1-1/+4
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-8/+8
2020-07-04reduce number of framework librariesNoel Grandin1-2/+0
2020-04-23Drop Macromedia Flash export filterGabor Kelemen1-1/+0
2020-04-23Add config to disable individual infobarsSamuel Mehrbrodt1-0/+1
2020-03-20tdf#130911: convert image-sort from Perl to PythonJussi Pakkanen1-3/+6
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-2/+2
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák4-0/+22
2020-02-10android hunspell: Turn on the hunspell build on Android...Jan Holesovsky1-0/+8
2020-02-07Missing test dependenciesStephan Bergmann1-0/+6
2020-02-06gb_CppunitTest__use_java_ure can be private againStephan Bergmann1-2/+0
2020-01-21remove unused GSOC 2005 "Tabbed Document Windows for OOo"Caolán McNamara1-1/+0
2020-01-03Use only the 'MacOSXSpell' component on iOS, not the 'spell' oneTor Lillqvist1-2/+4
2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist1-2/+5
2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski3-0/+61
2019-11-29tdf#128974: TB Addressbook not available directly as existing database (Win)Julien Nabet1-2/+1
2019-11-04Build mysql_jdbc library even when building without javaTamas Bunth1-2/+3
2019-09-06split msi signing from creation to reduce number of singtool callsChristian Lohmaier2-3/+5
2019-08-31[API CHANGE] remove MacroMigrationWizardCaolán McNamara1-1/+0
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov2-32/+23
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin1-2/+3
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski1-2/+2
2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski3-61/+0
2019-06-07Drop support for gstreamer-0.10Michael Weghorn1-3/+0
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist1