Ignore:
Timestamp:
Mar 25, 2007, 8:32:59 PM (19 years ago)
Author:
cinc
Message:

Code cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/Makefile

    r269 r271  
    1212
    1313PARSERDIR       =       ./parser_c
     14HEMITTERDIR     =       ./h-emitter_c
    1415
    1516CFLAGS          =       -Zmt -Zcrtdll -D__OS2__ -D__ST_MT_ERRNO__ -c -Wall
     
    3536                        $(OBJDIR)/lineinfo_parser.o \
    3637                        $(OBJDIR)/metaclass_parser.o \
     38                        $(OBJDIR)/h_file_emitter.o \
    3739                        $(OBJDIR)/printdata.o
    3840
     
    6668        $(CC) -I $(INC) $(CFLAGS)  -o$@ $<
    6769
     70$(OBJDIR)/%.o:  $(HEMITTERDIR)/%.c $(INCDIR)/parser.h
     71        $(CC) -I $(INC) $(CFLAGS)  -o$@ $<
    6872
    6973# Create the directories for temp files
Note: See TracChangeset for help on using the changeset viewer.