Skip to content
Snippets Groups Projects
Commit f49f0fb0 authored by niko's avatar niko
Browse files

Es gibt keine Kompilierflags fuer GRAPE/NETGEN mehr. Falls sie abgeschaltet

sind (ug.conf) wird stattdessen eine DUMMY-Library (z.B. libgrapeOFF2.a)
erzeugt. Diese wird dann beim Bau des Applikationsfiles
hinzugelinkt.

[[Imported from SVN: r1204]]
parent c7afa350
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ include $(UGROOT)/configs/mk.chaco.$(CHACO)
UG_CFLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
$(ARCH_CFLAGS) $(PPIF_CFLAGS) $(MODEL_CFLAGS) \
$(ARCH_XINCLUDES) $(ENV_CFLAGS) \
$(NETGEN_CFLAGS) $(GRAPE_CFLAGS) \
$(RIF_CFLAGS) $(CHACO_CFLAGS)
UG_C++FLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment