diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-19 22:15:46 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-19 22:15:46 +0200 |
commit | 1186e4c88cbd44c586f0a5502fb9ecd72dd79988 (patch) | |
tree | 2af366026df4b41b68e415cfcb660f36f13e2d95 /automation | |
parent | ab2109f4280247100829925e489e8770b2b013c7 (diff) |
#i103496#: wintypes.hxx moved to tools
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/testtool/makefile.mk b/automation/source/testtool/makefile.mk index 79a811fda..e72c92c3b 100644 --- a/automation/source/testtool/makefile.mk +++ b/automation/source/testtool/makefile.mk @@ -84,9 +84,9 @@ $(INCCOM)$/r_cmds.hxx : ..$/inc$/rcontrol.hxx \ $(MISC)$/xfilter.pl $(PERL) $(MISC)$/xfilter.pl ..$/inc rcontrol.hxx $(INCCOM)$/r_cmds RC_ -$(INCCOM)$/res_type.hxx : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/vcl$/wintypes.hxx \ +$(INCCOM)$/res_type.hxx : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/tools$/wintypes.hxx \ $(MISC)$/xfilter.pl - $(PERL) $(MISC)$/xfilter.pl $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT) vcl$/wintypes.hxx $(INCCOM)$/res_type WINDOW_ + $(PERL) $(MISC)$/xfilter.pl $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT) tools$/wintypes.hxx $(INCCOM)$/res_type WINDOW_ |