Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper * Remove _NO_AUTO_VARS mess * Use full source path when calling win32 compiler so debugging info shows up * Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define Bug #210393 r=leaf sr=bryner git-svn-id: svn://10.0.0.236/trunk@145585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -112,7 +112,7 @@ $(DEFFILE): mkctldef.sh
|
||||
$(srcdir)/mkctldef.sh $@
|
||||
|
||||
done_gen: MozillaControl.idl
|
||||
"$(MIDL)" /Oicf /h MozillaControl.h /iid MozillaControl_i.c $(srcdir)/MozillaControl.idl
|
||||
$(MIDL) /Oicf /h MozillaControl.h /iid MozillaControl_i.c $(srcdir)/MozillaControl.idl
|
||||
touch $@
|
||||
|
||||
$(MIDL_GENERATED_FILES): done_gen
|
||||
|
||||
Reference in New Issue
Block a user