diff options
author | Daniel Borca <[email protected]> | 2004-12-15 08:00:43 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-12-15 08:00:43 +0000 |
commit | 3f1205819abc893151c8572b72be51ae5f5bc150 (patch) | |
tree | 8176b90654c929a64748bdffe47287c55a7e7f0c /src/glu/sgi | |
parent | 65dfab66e5b1a8e6d78134d327f9030cf62f478c (diff) |
updated makefiles for gcc 3.4.3 and bnu 2.15
Diffstat (limited to 'src/glu/sgi')
-rw-r--r-- | src/glu/sgi/Makefile.DJ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glu/sgi/Makefile.DJ b/src/glu/sgi/Makefile.DJ index b3bad70181c..b5df3e846ae 100644 --- a/src/glu/sgi/Makefile.DJ +++ b/src/glu/sgi/Makefile.DJ @@ -20,9 +20,9 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# DOS/DJGPP glu makefile v1.4 for Mesa +# DOS/DJGPP glu makefile v1.5 for Mesa # -# Copyright (C) 2002 - Borca Daniel +# Copyright (C) 2002 - Daniel Borca # Email : [email protected] # Web : http://www.geocities.com/dborca @@ -56,7 +56,7 @@ CXX = gpp CXXFLAGS = $(CFLAGS) -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess AR = ar -ARFLAGS = rus +ARFLAGS = crus HAVEDXE3 = $(wildcard $(DJDIR)/bin/dxe3gen.exe) |