Skip to content

Commit

Permalink
Merge pull request #2120 from WalterBright/add_irstate_h
Browse files Browse the repository at this point in the history
irstate.h is missing from win32.mak
  • Loading branch information
9rnsr committed Jun 2, 2013
2 parents 3a436b8 + c205b41 commit 4c2592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32.mak
Expand Up @@ -212,7 +212,7 @@ SRCS= mars.c enum.c struct.c dsymbol.c import.c idgen.c impcnvgen.c utf.h \
# Glue layer
GLUESRC= glue.c msc.c s2ir.c todt.c e2ir.c tocsym.c \
toobj.c toctype.c tocvdebug.c toir.h toir.c \
libmscoff.c scanmscoff.c irstate.c typinf.c iasm.c \
libmscoff.c scanmscoff.c irstate.h irstate.c typinf.c iasm.c \
toelfdebug.c libomf.c scanomf.c libelf.c scanelf.c libmach.c scanmach.c \
tk.c eh.c gluestub.c

Expand Down

0 comments on commit 4c2592c

Please sign in to comment.