Fix EDKT140(CompressDll.dll does not build under cygwin gcc).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1188 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -167,7 +167,7 @@ PCCTS_H=../h
|
||||
BIN_DIR=../../../../bin
|
||||
CC=gcc
|
||||
COPT=-O
|
||||
ANTLR=${BIN_DIR}/antlr.exe
|
||||
ANTLR=$(BIN_DIR)/antlr.exe
|
||||
DLG=${BIN_DIR}/dlg.exe
|
||||
OBJ_EXT=o
|
||||
OUT_OBJ = -o
|
||||
@@ -180,7 +180,7 @@ OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \
|
||||
globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
|
||||
|
||||
antlr : $(OBJ) $(SRC)
|
||||
$(CC) $(CFLAGS) -o ${BIN_DIR}/antlr.exe $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $(BIN_DIR)/antlr.exe $(OBJ)
|
||||
|
||||
# what files does PCCTS generate (both ANTLR and DLG)
|
||||
PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h
|
||||
|
@@ -117,7 +117,7 @@ PCCTS_H=../h
|
||||
BIN_DIR=../../../../bin
|
||||
CC=cc
|
||||
COPT=-O
|
||||
ANTLR=${BIN_DIR}/antlr.exe
|
||||
ANTLR=$(BIN_DIR)/antlr.exe
|
||||
DLG=${BIN_DIR}/dlg.exe
|
||||
CFLAGS= $(COPT) -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN -DZZLEXBUFSIZE=65536
|
||||
OBJ_EXT=o
|
||||
@@ -126,7 +126,7 @@ OBJ = dlg_p.o dlg_a.o main.o err.o set.o support.o output.o \
|
||||
relabel.o automata.o
|
||||
|
||||
dlg : $(OBJ) $(SRC)
|
||||
$(CC) $(CFLAGS) -o ${BIN_DIR}/dlg.exe $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $(BIN_DIR)/dlg.exe $(OBJ)
|
||||
|
||||
SRC = dlg_p.c dlg_a.c main.c err.c $(SET)/set.c support.c output.c \
|
||||
relabel.c automata.c
|
||||
|
Reference in New Issue
Block a user