diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-12-19 09:33:49 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-12-19 09:33:49 +0000 |
commit | 82456883c7c0205d5230d444e01765959a590f6f (patch) | |
tree | b756fa0514783c8e0ca1fc1244917b8f07bd2ea4 /odk/examples/OLE | |
parent | a7f387851d57f5181a39da68d797eee1c47c27d7 (diff) |
#99053# modified, new build env
Diffstat (limited to 'odk/examples/OLE')
-rw-r--r-- | odk/examples/OLE/activex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/OLE/activex/Makefile b/odk/examples/OLE/activex/Makefile index d973aef24bca..0356dd285737 100644 --- a/odk/examples/OLE/activex/Makefile +++ b/odk/examples/OLE/activex/Makefile @@ -40,7 +40,7 @@ $(OUT_COMP_GEN) : $(OUT) $(OUT_COMP_INC)/so_activex.h : so_activex.idl $(OUT_COMP_GEN) midl.exe /tlb $(OUT_COMP_GEN)/so_activex.tlb /h $(OUT_COMP_INC)/so_activex.h \ /iid $(OUT_COMP_INC)/so_activex_i.c /proxy $(OUT_COMP_INC)/so_activex_p.c /dlldata \ - $(OUT_MISC)/dlldata.c /Oicf $< + $(OUT_COMP_INC)/dlldata.c /Oicf $< $(OUT_COMP_GEN)/so_activex.res : so_activex.rc $(OUT_COMP_INC)/so_activex.h $(OUT_COMP_GEN) rc $(CC_INCLUDES) /R /FO$@ so_activex.rc |