mirror of git://gcc.gnu.org/git/gcc.git
Make-lang.in (java/win32-host.o): Add dependency on coretypes.h.
* Make-lang.in (java/win32-host.o): Add dependency on coretypes.h. * win32-host.c: Add includes for coretypes.h, jcf.h From-SVN: r87360
This commit is contained in:
parent
55545aed66
commit
af8f35b88f
|
|
@ -1,3 +1,9 @@
|
|||
2004-09-11 Mohan Embar <gnustuff@thisiscool.com>
|
||||
|
||||
* Make-lang.in (java/win32-host.o): Add dependency on
|
||||
coretypes.h.
|
||||
* win32-host.c: Add includes for coretypes.h, jcf.h
|
||||
|
||||
2004-09-11 Mohan Embar <gnustuff@thisiscool.com>
|
||||
|
||||
* Make-lang.in (GCJH_OBJS): Change dependency from
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@ java/resource.o: java/resource.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
$(TARGET_H) function.h gt-java-resource.h expr.h
|
||||
java/typeck.o: java/typeck.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \
|
||||
java/convert.h toplev.h $(SYSTEM_H) coretypes.h $(TM_H) $(GGC_H) real.h
|
||||
java/win32-host.o: java/win32-host.c $(CONFIG_H) $(SYSTEM_H) java/jcf.h
|
||||
java/win32-host.o: java/win32-host.c $(CONFIG_H) $(SYSTEM_H) coretypes.h java/jcf.h
|
||||
java/verify.o: java/verify.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \
|
||||
java/javaop.h java/java-opcodes.h java/java-except.h toplev.h $(SYSTEM_H) \
|
||||
coretypes.h $(TM_H)
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
|
|||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "jcf.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue