Skip to content

Commit

Permalink
Working at PELAB
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@490 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Apr 10, 2001
1 parent 5049e89 commit 8b7e39c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions modeq/ast/Makefile
Expand Up @@ -20,7 +20,8 @@ ERR = err
HDR_FILE =
#PCCTS = /home/pelab/pkg/pccts
#PCCTS = /home/x97davka/src/pccts
PCCTS = /net/ent4000/files/dsk1/ida/x98petro/TMP/pcctc133m18/pccts
#PCCTS = /net/ent4000/files/dsk1/ida/x98petro/TMP/pcctc133m18/pccts
PCCTS = /home/pelab/pkg/pccts-1.33mr19

ANTLR_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
Expand All @@ -45,8 +46,8 @@ ANTLR_SPAWN = modgram.c \
$(DLG_FILE) $(TOKENS)
DLG_SPAWN = scanner.c mode.h
CCC=g++
#CC=gcc
CC=cc
CC=gcc
#CC=cc

libast.a : $(OBJ)
ar -rc $@ $(OBJ)
Expand Down
2 changes: 1 addition & 1 deletion modeq/runtime/Makefile
Expand Up @@ -9,7 +9,7 @@
RMLINCLUDE = /home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/include/plain

SHELL = /bin/sh
CC = cc
CC = gcc
CFLAGS = -I$(RMLINCLUDE)

SRC = rtopts.c
Expand Down

0 comments on commit 8b7e39c

Please sign in to comment.