Changeset 271 for trunk/idl-compiler/Makefile
- Timestamp:
- Mar 25, 2007, 8:32:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/idl-compiler/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/Makefile
r269 r271 12 12 13 13 PARSERDIR = ./parser_c 14 HEMITTERDIR = ./h-emitter_c 14 15 15 16 CFLAGS = -Zmt -Zcrtdll -D__OS2__ -D__ST_MT_ERRNO__ -c -Wall … … 35 36 $(OBJDIR)/lineinfo_parser.o \ 36 37 $(OBJDIR)/metaclass_parser.o \ 38 $(OBJDIR)/h_file_emitter.o \ 37 39 $(OBJDIR)/printdata.o 38 40 … … 66 68 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 67 69 70 $(OBJDIR)/%.o: $(HEMITTERDIR)/%.c $(INCDIR)/parser.h 71 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 68 72 69 73 # Create the directories for temp files
Note:
See TracChangeset
for help on using the changeset viewer.
