mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
Change targets lyx_main.o and main.o to lyx_main.$(OBJEXT) and
main.$(OBJEXT) to ensure compilation proceeds on Windows machines. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9362 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e464398e44
commit
c22a56e544
@ -1,3 +1,9 @@
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: change targets lyx_main.o and main.o to
|
||||
lyx_main.$(OBJEXT) and main.$(OBJEXT) to ensure compilation
|
||||
proceeds on Windows machines.
|
||||
|
||||
2004-12-07 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* *.[Ch]: remove all traces of #pragma interface/implementation
|
||||
|
@ -219,14 +219,15 @@ lyx_SOURCES = \
|
||||
vspace.C \
|
||||
vspace.h
|
||||
|
||||
lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
|
||||
lyx_main.$(OBJEXT): lyx_main.C lyx_main.h config.h version.h \
|
||||
lyxrc.h support/path.h support/filetools.h \
|
||||
bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
|
||||
lyxserver.h layout.h gettext.h kbmap.h commandtags.h language.h
|
||||
$(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
|
||||
-DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
|
||||
|
||||
main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h support/os.h
|
||||
main.$(OBJEXT): main.C config.h lyx_main.h gettext.h LString.h \
|
||||
support/filetools.h support/os.h
|
||||
$(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
|
||||
|
||||
dist-hook:
|
||||
|
Loading…
Reference in New Issue
Block a user