CVS log for winex/Make.rules.in |
 |
|
Up to [cvs] / winex / Make.rules.in
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Dec 14 20:42:55 2007 UTC (9 months, 4 weeks ago) by mark
CVS Tags:
HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Our continued lack of a working "make depend" phase continues to confuse
Make. I'm adding Flex/Bison-generated source files to the .PRECIOUS
directive to tell it that even if they're generated as intermediate files
using chained implicit rules, they should not be deleted afterwards, even
if there's no dependency rule requesting their existence. Such deletion
might cause problems with parallel makes.
Revision 1.22 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Dec 14 20:32:20 2007 UTC (9 months, 4 weeks ago) by mark
Changes since 1.21: +25 -4 lines
Diff to previous 1.21
Rules for compiling IDL files. (Not handling proxy/stub files yet.)
Revision 1.21 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Dec 14 20:12:43 2007 UTC (9 months, 4 weeks ago) by mark
Changes since 1.20: +6 -6 lines
Diff to previous 1.20
Changed all our makefiles to separate out our usage of @DLLFLAGS@. A new
DLLFLAGS makefile variable has been added, initialized with @DLLFLAGS@
in the individual makefiles. All existing usage of @DLLFLAGS@ has been
replaced with $(DLLFLAGS), and most importantly, @DLLFLAGS@ is no longer
included in any makefile's DEFS variable. Instead, $(DLLFLAGS) is included
directly into ALLCFLAGS. DEFS should only contain preprocessor definitions,
nothing else, so that it can be used by other tools with a preprocessor
(widl).
Revision 1.20 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Dec 14 20:12:27 2007 UTC (9 months, 4 weeks ago) by mark
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Add -Wdeclaration-after-statement to the default gcc flags, and add the
ability to use $EXTRA_CFLAGS if defined in the Makefile.in for specific
directories.
Revision 1.19 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 20:40:33 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.18: +8 -2 lines
Diff to previous 1.18
- support building objective-C++ (.mm) files
Revision 1.18 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 30 20:03:43 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
- remove configure from CVS; you now need to run setup.sh after checking out a tree (or manually run autoconf)
Revision 1.17 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Mar 29 14:08:25 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- teach gmake to recognize the .m.o rule for objective-c files
Revision 1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 20:59:43 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Make LIBTSX11 configure dependant - this allows us to turn it off when
dealing with platforms that don't use libtsx11 when building the OpenGL
dlls.
Revision 1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Mar 28 18:35:33 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Use libresolv for iphlpapi DNS usage.
Revision 1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 22:06:56 2007 UTC (18 months, 2 weeks ago) by daniel
Changes since 1.13: +32 -5 lines
Diff to previous 1.13
Merge branch into mainline.
Revision 1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 6 13:56:41 2006 UTC (23 months, 1 week ago) by daniel
Changes since 1.12: +17 -3 lines
Diff to previous 1.12
rt: 33396
New WIDL code and libs/wpp from WineHQ.
Revision 1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 6 12:57:30 2006 UTC (23 months, 1 week ago) by daniel
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
RT: 23890
Added EXTRA_CLEAN_FILES to root Make.rules.in, and used the new variable to
delete stale objects in dlls/quartz/Makefile.in.
Revision 1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jul 28 13:29:55 2004 UTC (4 years, 2 months ago) by peter
CVS Tags:
cedega-4-3
Changes since 1.10: +10 -2 lines
Diff to previous 1.10
Autogenerate dependencies ie get rid of make depend. Works for gcc, but
isn't setup to work for non gcc right now or very old gcc which don't support
-MMD
Revision 1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Apr 28 12:56:41 2004 UTC (4 years, 5 months ago) by peter
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
First phase of SHM wineserver. Only the simple calls are accelerated.
shm calls are output to client debug channel.
Revision 1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 22 16:14:44 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Provide way to provide extra directories to be searched first.
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 22 14:46:55 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Create port library to share between wineserver and wine
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 12 03:35:03 2004 UTC (4 years, 7 months ago) by james
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Initial support for 24-bit icon extractions in shell links. Doesn't
support the transparencies yet (will be added later) Requires
libpng and png development headers.
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jun 23 02:19:43 2003 UTC (5 years, 3 months ago) by hunnise
CVS Tags:
winex-sims-3-2,
winex-3-3-2,
winex-3-3-1,
winex-3-3,
winex-3-2-1,
winex-3-2,
winex-3-1-99,
start-merge-6oct03,
dec3-internal-merge
Branch point for:
winex-sims-3-2-branch,
winex-3-3-branch,
winex-3-2-branch
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
Add default rule for invoking the preprocessor.
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Feb 17 03:09:15 2003 UTC (5 years, 7 months ago) by ovek
CVS Tags:
winex-kohan-3-1,
winex-3-1,
winex-3-0-pre-1,
winex-3-0
Branch point for:
winex-kohan-3-2-branch,
winex-3-0-branch
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
Merge from ReWind CVS at Feb 17, 2003.
Revision 1.1.1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Feb 17 02:40:05 2003 UTC (5 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
rewind-20031219,
rewind-20031217,
rewind-20030217
Changes since 1.1.1.15: +6 -0 lines
Diff to previous 1.1.1.15
Import of ReWind CVS at Feb 17, 2003.
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:35:53 2002 UTC (6 years, 5 months ago) by ovek
CVS Tags:
quartz-pre-removal,
quartz-post-removal,
head_merge_from_winex_2_0_branch
Changes since 1.3: +41 -11 lines
Diff to previous 1.3
Merge of Wine release 20020228, the last X11-licensed Wine release.
Conflicts between our typelib marshaller and Marcus's were resolved
by dumping Marcus's marshaller.
Revision 1.1.1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:45:54 2002 UTC (6 years, 5 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20020228,
rewind-20020925,
rewind-20020804,
rewind-20020607,
rewind-20020427,
rewind-20020419
Changes since 1.1.1.14: +41 -11 lines
Diff to previous 1.1.1.14
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Feb 7 03:05:35 2002 UTC (6 years, 8 months ago) by ovek
CVS Tags:
winex-kohan-2-1,
winex-2-2-1,
winex-2-2,
winex-2-1,
winex-2-0-branch-merge-to-head,
winex-2-0
Branch point for:
winex-2-0-branch
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Revert Peter's makefile changes, they break compilation of dlls with win16
modules.
Revision 1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 30 22:10:07 2002 UTC (6 years, 8 months ago) by hunnise
Changes since 1.1: +90 -124 lines
Diff to previous 1.1
Add support for C++ Winelib applications. ELF initialization is deferred
until when entry point is called.
Revision 1.1.1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Jan 16 18:58:53 2002 UTC (6 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20020116
Changes since 1.1.1.13: +27 -3 lines
Diff to previous 1.1.1.13
Import of WineHQ CVS at Jan 16, 2002.
Revision 1.1.1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:45:14 2001 UTC (6 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20011226
Changes since 1.1.1.12: +5 -5 lines
Diff to previous 1.1.1.12
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.1.1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Oct 4 13:41:41 2001 UTC (7 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-premerge-20011014,
winehq-premerge-20010824-postmerge-20011014,
winehq-20011028,
winehq-20011005,
winehq-20011004,
wine-premerge-20011226,
wine-20011004
Changes since 1.1.1.11: +0 -77 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at Oct 4, 2001.
Revision 1.1.1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Aug 29 18:12:09 2001 UTC (7 years, 1 month ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010908,
wine-20010824
Changes since 1.1.1.10: +20 -7 lines
Diff to previous 1.1.1.10
Import of Wine release 20010824.
Revision 1.1.1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Apr 16 21:26:36 2001 UTC (7 years, 5 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-start,
winehq-premerge-20010824-20011014,
winehq-20010509,
winehq-20010501,
winehq-20010425,
winehq-20010419,
winehq-20010416,
wine-20010510,
wine-20010418,
Oct1201,
Oct1101
Branch point for:
winehq-premerge-20010824
Changes since 1.1.1.9: +1 -0 lines
Diff to previous 1.1.1.9
Import of WineHQ CVS at April 16, 2001.
Revision 1.1.1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Mar 20 08:28:44 2001 UTC (7 years, 6 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010414,
winehq-20010320,
wine-20010326
Changes since 1.1.1.8: +1 -0 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at Mar 20, 2001.
Revision 1.1.1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 12 19:34:03 2001 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010318,
winehq-20010129,
winehq-20010126,
winehq-20010123,
winehq-20010117,
winehq-20010113,
winehq-20010112,
wine-20010305,
wine-20010216,
wine-20010112
Changes since 1.1.1.7: +2 -0 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Jan 12, 2001.
Revision 1.1.1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Dec 29 10:51:27 2000 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010105,
winehq-20010105,
winehq-20010103,
winehq-20001230,
winehq-20001229
Changes since 1.1.1.6: +2 -1 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Dec 29, 2000.
OK, I'll also add tags to mark the Wine 20001222 release relative to
our tree, if we still want to make diffs relative to last release...
Revision 1.1.1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Dec 23 00:48:10 2000 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001223,
wine-20001222
Changes since 1.1.1.5: +3 -1 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at Dec 23, 2000 (timezone=CET).
Wow, almost Christmas...
Revision 1.1.1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Dec 21 03:30:32 2000 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001221
Changes since 1.1.1.4: +1 -0 lines
Diff to previous 1.1.1.4
Import of WineHQ CVS at Dec 21, 2000.
Revision 1.1.1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Dec 12 13:55:48 2000 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001214,
winehq-20001213,
winehq-20001212
Changes since 1.1.1.3: +1 -1 lines
Diff to previous 1.1.1.3
Import of WineHQ CVS at Dec 12, 2000 (really this time).
Revision 1.1.1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Dec 6 15:39:15 2000 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001206
Changes since 1.1.1.2: +9 -4 lines
Diff to previous 1.1.1.2
Bot gored, decided to merge with WineHQ again.
Using ISO date format in the tags to avoid accidental time travelling.
Importing WineHQ CVS at 20001206...
Revision 1.1.1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Nov 23 15:07:41 2000 UTC (7 years, 10 months ago) by andrewl
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-112300,
winehq-011200
Changes since 1.1.1.1: +34 -41 lines
Diff to previous 1.1.1.1
Import of Nov 23 winehq.
Revision 1.1.1.1.6.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Nov 23 13:54:57 2000 UTC (7 years, 10 months ago) by andrewl
Branch:
merge-231100
Changes since 1.1.1.1: +34 -41 lines
Diff to previous 1.1.1.1
, to next main 1.1.1.2
Merging in from winehq, everything except ddraw.
Still working out kinks in winelib & dinput.
Revision 1.1.1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Sep 8 01:42:09 2000 UTC (8 years, 1 month ago) by gavriels
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-090700,
merge-231100-start,
andrew-071100-start,
andrew-071100-premerge,
andrew-071100-postmerge
Branch point for:
mipmap,
merge-231100,
andrew-071100
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of WineHQ 090700
Revision 1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Sep 8 01:42:09 2000 UTC (8 years, 1 month ago) by gavriels
Branch point for:
winehq-ddraw-merge,
winehq
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.