Jason Perkins
|
12687e877e
|
Added sibling project linking to C# makefiles
|
2012-10-08 18:31:12 -04:00 |
|
Jason Perkins
|
1659d68e1d
|
Build and link target info now returned absolute to avoid path token expansion side-effects on relative paths
|
2012-10-08 11:50:42 -04:00 |
|
Jason Perkins
|
42f713857a
|
Correctly handle tokens which expand to absolute paths within a path field
|
2012-10-08 11:06:37 -04:00 |
|
Jason Perkins
|
a91b2823cd
|
Iniital objdir support for VS C# projects
|
2012-10-02 12:57:10 -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
|
1207bbd3ac
|
Ported C# project and assembly reference handling
|
2012-09-27 10:15:27 -04:00 |
|
Jason Perkins
|
cf3d1f5f6f
|
Merge with premake-dev
|
2012-09-25 10:27:10 -04:00 |
|
Jason Perkins
|
a4d67cea10
|
Fixed handling of architectures, including .NET "Any CPU", in VS 2005+ solutions
|
2012-09-25 10:03:21 -04:00 |
|
Jason Perkins
|
1bdf2f2e31
|
Improved handling of architecture and .NET projects in VS solution configurations
|
2012-09-24 11:16:27 -04:00 |
|
Jason Perkins
|
72d4331f65
|
Fixed handling of .NET configurations in VS2005+ solution platforms block
|
2012-09-20 18:07:19 -04:00 |
|
Jason Perkins
|
891a1dbcd6
|
Fixed handling of exact path matches in vpath building
|
2012-09-18 11:24:18 -04:00 |
|
Jason Perkins
|
f7cb37fc3c
|
Pull 1: Fixed path to Info.plist in Xcode projects (Adrien Anselme)
|
2012-09-13 16:46:05 -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
|
99aee5ac1f
|
Patch 3476176: Fix dependencies of precompiled header in makefile (Konstantin Tokarev)
|
2012-09-05 18:37:53 -04:00 |
|
Jason Perkins
|
7a65362e40
|
Added tool interface for MSC command line
|
2012-08-18 16:33:37 -04:00 |
|
Jason Perkins
|
dc7d776df0
|
VS2010 now explicitly links all sibling projects for GCC builds (i.e. PS3)
|
2012-08-09 17:21:29 -04:00 |
|
Jason Perkins
|
dc82f87bd2
|
Port simple *.cs file handling
|
2012-08-07 17:03:23 -04:00 |
|
Jason Perkins
|
e6a30c7ee5
|
Turn off dependency linking in Visual Studio; link all sibling libraries explicitly
|
2012-08-01 15:28:21 -04:00 |
|
Jason Perkins
|
f2063245f8
|
Added configuration map to solution makefiles
|
2012-07-24 16:54:11 -04:00 |
|
Jason Perkins
|
00d7bfc0da
|
Made build and link targets available for token expansion
|
2012-07-23 17:21:06 -04:00 |
|
Jason Perkins
|
e96383c3ae
|
Fixed expansion of solution-level tokens
|
2012-07-18 13:42:39 -04:00 |
|
Jason Perkins
|
3c8eae761a
|
Make file name configuration tests case-insensitive
|
2012-07-16 15:06:23 -04:00 |
|
Jason Perkins
|
a05fafca93
|
Prevent "not X" terms from matching file names when building file configurations; object fields are not nil if not set (instead of empty table)
|
2012-07-15 15:46:22 -04:00 |
|
Jason Perkins
|
0ff8a15947
|
Break link between target and imp lib extension; setting a custom target extension will no longer change the imp lib extension
|
2012-07-11 15:53:21 -04:00 |
|
Jason Perkins
|
55e952d7f4
|
Begin porting C# projects to new APIs
|
2012-07-10 16:44:44 -04:00 |
|
Jason Perkins
|
8cbd6bdcb0
|
Ported virtual paths to new api.register() API definition system
|
2012-07-06 17:01:50 -04:00 |
|
Jason Perkins
|
fc2af5a98a
|
Ported everything except virtual paths to new api.register() definition system
|
2012-07-05 18:33:40 -04:00 |
|
Jason Perkins
|
be819ed338
|
Fix file exclusions for Gmake target
|
2012-07-04 12:52:25 -04:00 |
|
Jason Perkins
|
2386e328b0
|
Merge mopey's VS2012 support
|
2012-07-03 13:48:57 -04:00 |
|
Jason Perkins
|
f349259fa0
|
Remove…() now implicitly creates a new configuration block, so it will be applied in same context as it appears in the script
|
2012-06-30 14:33:28 -04:00 |
|
Jason Perkins
|
2d5d3a33da
|
Exclude external project references from dependency path lists since actual target isn't known
|
2012-06-30 08:25:30 -04:00 |
|
Jason Perkins
|
2dd8552258
|
Initial support for custom build rules in makefiles
|
2012-06-29 09:05:20 -04:00 |
|
Jason Perkins
|
6df59080eb
|
Fixed a couple of unit tests that were failing on Windows
|
2012-06-28 15:48:05 -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
|
6ad4ec1506
|
Allow GCC to provide both system and architecture specific flags (instead of one or the other)
|
2012-06-20 16:15:45 -04:00 |
|
Jason Perkins
|
770dcdac48
|
Convert path tokens (i.e. targetdir) to project relative during expansion
|
2012-06-20 14:10:23 -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
|
8d78b6ef68
|
Added test for libdirs fix
|
2012-06-13 17:18:27 -04:00 |
|
Jason Perkins
|
da4dbbc9de
|
Ported GMake link step to new APIs
|
2012-06-13 15:21:22 -04:00 |
|
Jason Perkins
|
b9c09f6dd3
|
Added project references to VC 2008 to fix intermittent build failures
|
2012-06-12 18:16:14 -04:00 |
|
Jason Perkins
|
e45a6efbd4
|
Ported GMake PCH rules
|
2012-06-12 15:57:45 -04:00 |
|
Jason Perkins
|
e15d115bbd
|
Fix a bug in configuration map pattern matching
|
2012-06-11 19:11:21 -04:00 |
|