Jason Perkins
|
e681b636ec
|
More code cleanup:
- Drop premake5 namespace; everything is premake again
- Remove deprecated project and config APIs
|
2013-09-13 11:15:36 -04:00 |
|
Jason Perkins
|
3b8a115db8
|
Leave PCH header path alone if no match is found in includedirs
|
2013-08-15 13:44:54 -04:00 |
|
Jason Perkins
|
2431aa9fae
|
Improved handling of precompiled headers across toolsets
|
2013-08-13 10:56:01 -04:00 |
|
Jason Perkins
|
99ce5cfbbf
|
Rework Gmake C++ exporter to use new extensibility conventions
|
2013-08-11 14:22:24 -04:00 |
|
Jason Perkins
|
b18e8b7ccd
|
Swapped $(LIBS) and $(ALL_LDFLAGS) in makefile linking step (Ben Henning)
See http://sourceforge.net/p/premake/bugs/279/
|
2013-08-11 09:54:17 -04:00 |
|
Jason Perkins
|
b3fdb1457d
|
Merge more file configuration functionality into new fileconfig class
|
2013-07-12 11:07:26 -04:00 |
|
Jason Perkins
|
4b251b2036
|
Excluded files are no longer considered in duplicate object file renumbering
|
2013-07-07 16:48:17 -04:00 |
|
Jason Perkins
|
5c87c62de1
|
Split handling of include directories and force includes; wrap all include paths in quotes
|
2013-06-27 13:50:12 -04:00 |
|
Jason Perkins
|
2f1fe980ef
|
Duplicate object file names are now ordered the same across all toolsets
|
2013-06-21 17:32:33 -04:00 |
|
Jason Perkins
|
4bd950d130
|
Make escaping function configurable; fix (non-)escaping of quotes in VS'10 and '12
|
2013-05-22 11:15:48 -04:00 |
|
Alexey Orlov
|
38ba3c5e41
|
[gmake] allow mixing c files in cpp projects: review changes, test added
|
2013-05-02 15:36:11 +03:00 |
|
Alexey Orlov
|
7ba07a2907
|
[gmake] allow mixing c files in cpp projects
|
2013-05-01 01:07:38 +03:00 |
|
Jason Perkins
|
0cd9bac896
|
Switch per-file build rules to use new build…() APIs
|
2013-04-09 15:12:04 -04:00 |
|
Jason Perkins
|
9c752adf4a
|
Add ExcludeFromBuild flag to mark source files as non-buildable
|
2013-02-07 10:58:31 -05:00 |
|
Jason Perkins
|
41fcff188e
|
Fix broken Makefile defines
|
2013-02-05 11:40:40 -05:00 |
|
Jason Perkins
|
34127f2463
|
Fix linking to external libraries outside of project folder
|
2013-01-29 10:25:52 -05:00 |
|
Jason Perkins
|
b7bc59e105
|
Allow command line override of makefile flags (Cameron Hart)
|
2013-01-23 11:50:54 -05:00 |
|
Jason Perkins
|
9391e3b07c
|
Removed deprecated Gmake actions
|
2012-11-27 10:08:01 -05:00 |
|
Jason Perkins
|
0f56ca513b
|
Simple C# builds and cleans now working
|
2012-09-28 12:07:18 -04:00 |
|
Jason Perkins
|
27493cd10c
|
Merged makefile target vars generation; added missing tool name accessor to snc and ow interfaces
|
2012-09-28 10:35:13 -04:00 |
|
Jason Perkins
|
e3947d6535
|
Added per-config tool selection to C# makefiles; cleaned up tool selection for C++ makefiles
|
2012-09-27 12:18:03 -04:00 |
|
Jason Perkins
|
a7ec374f0c
|
Merge the different makefile header generation functions
|
2012-09-27 10:16:42 -04:00 |
|
Jason Perkins
|
37cfaf0666
|
Fixed a (stupid) typo in makefile include dirs list (h/t gogoprog)
|
2012-09-13 16:36:53 -04:00 |
|
Jason Perkins
|
b108893bcb
|
Add include for PCH dependencies to makefiles
|
2012-09-06 18:43:02 -04:00 |
|
Jason Perkins
|
99aee5ac1f
|
Patch 3476176: Fix dependencies of precompiled header in makefile (Konstantin Tokarev)
|
2012-09-05 18:37:53 -04:00 |
|
Jason Perkins
|
00d7bfc0da
|
Made build and link targets available for token expansion
|
2012-07-23 17:21:06 -04:00 |
|
Jason Perkins
|
6f359ae0ac
|
Handle a nil custom build command description in Gmake action
|
2012-07-04 14:13:01 -04:00 |
|
Jason Perkins
|
be819ed338
|
Fix file exclusions for Gmake target
|
2012-07-04 12:52:25 -04:00 |
|
Jason Perkins
|
2dd8552258
|
Initial support for custom build rules in makefiles
|
2012-06-29 09:05:20 -04:00 |
|
Jason Perkins
|
dfc37def22
|
Restore GMake per-configuration target rules
|
2012-06-28 14:21:55 -04:00 |
|
Jason Perkins
|
1119afdc08
|
Make GCC include dir flags project relative
|
2012-06-28 14:17:19 -04:00 |
|
Jason Perkins
|
67ba45c1c3
|
Make GMake target rules configuration dependent
|
2012-06-22 17:15:17 -04:00 |
|
Jason Perkins
|
6928b3c7bb
|
Ported GMake Windows resource file handling, with per-configuration support
|
2012-06-22 09:27:03 -04:00 |
|
Jason Perkins
|
4b6daf8424
|
Make baked cfg.objdir absolute, to be consistent with other path fields
|
2012-06-20 18:16:46 -04:00 |
|
Jason Perkins
|
808aa41177
|
Bug 1674173: Allow source files to have the same name
|
2012-06-19 15:58:16 -04:00 |
|
Jason Perkins
|
759c169b94
|
Port GMake file object lists, start work on per-configuration file lists
|
2012-06-15 18:42:10 -04:00 |
|
Jason Perkins
|
56f6fe1039
|
Ported GMake tests to new APIs
|
2012-06-14 16:30:48 -04:00 |
|
Jason Perkins
|
0550a3fa0f
|
Ported GMake system-specific tool configurations
|
2012-06-14 15:55:46 -04:00 |
|
Jason Perkins
|
3153c7578f
|
Ported make settings to new APIs
|
2012-06-13 18:29:51 -04:00 |
|
Jason Perkins
|
da4dbbc9de
|
Ported GMake link step to new APIs
|
2012-06-13 15:21:22 -04:00 |
|
Jason Perkins
|
e45a6efbd4
|
Ported GMake PCH rules
|
2012-06-12 15:57:45 -04:00 |
|
Jason Perkins
|
17fecf2e3a
|
Ported LDFLAGS to the new Gmake action
|
2012-05-24 16:47:31 -04:00 |
|
Jason Perkins
|
bf65487655
|
More progress on nextgen GMake action
|
2012-05-17 20:41:28 -04:00 |
|
Jason Perkins
|
5284f920f3
|
Finished porting solutions to next-gen GMake action
|
2012-05-08 18:08:42 -04:00 |
|
Jason Perkins
|
6a586ded76
|
Added stubs for GMake next-gen action
|
2012-04-30 16:42:03 -04:00 |
|
Jason Perkins
|
c18f49192f
|
Patch 3463020: Add windres environment variable for makefiles (icebreaker)
|
2011-12-21 15:52:26 -05:00 |
|
Jason Perkins
|
acebe2cc9c
|
Patch 3430158: Reorder LINKCMD for Gmake (rjmyst3)
|
2011-12-08 16:25:50 -05:00 |
|
Jason Perkins
|
2fef34701e
|
Patch 3401184: Fix Gmake LDFLAGS generation order (Adam Petrone)
|
2011-10-26 15:54:52 -04:00 |
|
Jason Perkins
|
ac6867c35b
|
Patch 3337372: Improved precompiled header support (Anders Ericsson)
|
2011-10-25 18:06:53 -04:00 |
|
Jason Perkins
|
7c3716fc77
|
Patch 3372345: Gmake action's PCHs don't work with Mingw (Martin Ridgers)
|
2011-10-20 16:44:09 -04:00 |
|