Jason Perkins
|
cb2435faf6
|
Added NoRuntimeChecks flag to disable Visual Studio default checks
|
2012-12-11 11:17:43 -05:00 |
|
Jason Perkins
|
cc6e53314f
|
Revert back to Visual Studio's default implicit linking; add NoImplicitLink flag to disable
|
2012-11-30 14:05:19 -05:00 |
|
Jason Perkins
|
bcc2914139
|
Removed deprecated Visual Studio actions
|
2012-11-27 10:18:06 -05:00 |
|
Jason Perkins
|
1690d9b968
|
VC200x requires library names to be wrapped with quotes if they contain spaces
|
2012-11-26 10:09:50 -05:00 |
|
Jason Perkins
|
3af00f8773
|
If platform matches a known architecture, omit the identifier from Visual Studio configurations (allows configuration mapping to external projects which use multiple architectures per project configuration).
|
2012-11-17 15:49:06 -05:00 |
|
Jason Perkins
|
89deec0474
|
Added force include files
|
2012-11-06 16:42:44 -05:00 |
|
Jason Perkins
|
3f79a363b2
|
First pass at removing dead and deprecated code
|
2012-11-04 11:54:04 -05: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
|
808aa41177
|
Bug 1674173: Allow source files to have the same name
|
2012-06-19 15:58:16 -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
|
c1a793ae65
|
More changes to match VC2008 project defaults; avoid unnecessary changesets
|
2012-05-28 18:39:38 -04:00 |
|
Jason Perkins
|
cac52ce5d6
|
Tweaks to better match the default VS2008 project layout, avoid modifications on project save
|
2012-05-10 17:52:28 -04:00 |
|
Jason Perkins
|
7b14efeba7
|
Removed deprecated config.getuniqueobjdirs(); object directories are now part of up-front bake process
|
2012-05-01 17:04:26 -04:00 |
|
Jason Perkins
|
391ec4eee6
|
Remove all configuration values from project; prevent top-level settings from bleeding through and causing side-effects at the config level
|
2012-04-25 19:10:37 -04:00 |
|
Jason Perkins
|
fad379b388
|
Merged in xpol/premake-dev-debugcommand (debugcommand for Visual Studio)
|
2012-04-17 14:14:58 -04:00 |
|
xpol
|
d7d6857bf2
|
Add test for debugcommand.
This file contains MIXed line end styles.
It is suggested to convert to a single line end style.
|
2012-04-16 10:19:55 +08:00 |
|
xpol
|
ce1ae72f11
|
Add tests for the warnings flags.
|
2012-04-11 11:29:16 +08:00 |
|
Jason Perkins
|
07f000ecda
|
Folders containing a single sub-folder are now trimmed from top of the source tree
|
2012-03-27 18:33:15 -04:00 |
|
Jason Perkins
|
d90942b318
|
Implemented basic custom build rules for VC2008
|
2012-03-15 20:02:46 -04:00 |
|
Jason Perkins
|
f1f6304e9b
|
Added support for file configurations to oven; full file configurations now available to actions
|
2012-03-14 18:20:01 -04:00 |
|
Jason Perkins
|
5761e86cb6
|
Ported GCC and SNC linker flag generation to new tool APIs
|
2012-02-28 16:15:46 -05:00 |
|
Jason Perkins
|
79e84920bd
|
VC200x resource compiler include paths are now project relative
|
2012-02-22 16:20:21 -05:00 |
|
Jason Perkins
|
e0a6ca727c
|
Configurations and platforms may now be specified per-project
|
2012-02-19 12:31:20 -05:00 |
|
Jason Perkins
|
dac18c990b
|
Added per-configuration file lists for VC2008
|
2012-02-14 16:16:58 -05:00 |
|
Jason Perkins
|
f625e01848
|
Added VC2008 external linker test
|
2012-02-11 13:49:58 -05:00 |
|
Jason Perkins
|
b88bf60036
|
Improved the extensibility of the VC2008 generator
|
2012-02-11 11:29:45 -05:00 |
|
Jason Perkins
|
fe00186ca3
|
Made VC200x compiler block easier for add-ons to extend with external toolsets
|
2012-02-11 08:18:19 -05:00 |
|
Jason Perkins
|
bbb70b9f18
|
Avoid writing empty AdditionalOptions to PS3 compiler blocks
|
2012-02-06 17:39:32 -05:00 |
|
Jason Perkins
|
257487b2de
|
Ported virtual paths to new platform API
|
2012-02-01 20:00:24 -05:00 |
|
Jason Perkins
|
69a28a1369
|
Ported VC2010 resource compiler and linker setting blocks
|
2012-01-27 16:29:41 -05:00 |
|
Jason Perkins
|
a01df4bc83
|
Ported Visual Studio 2010 to new platforms, up to the compiler settings block
|
2012-01-26 20:40:39 -05:00 |
|
Jason Perkins
|
5d5e199efe
|
Ported VC200x C++ .user files to new platforms API
|
2012-01-24 19:27:18 -05:00 |
|
Jason Perkins
|
7f83f6d506
|
Fix some minor issues with release build
|
2012-01-23 11:47:48 -05:00 |
|
Jason Perkins
|
283ecaeb45
|
Ported Visual Studio 2008 files element and supporting functions
|
2012-01-19 19:14:18 -05:00 |
|
Jason Perkins
|
12b9c326d1
|
Ported remaining Visual Studio 2008 tool elements: MIDL, resources, Xbox 360 tools
|
2012-01-18 17:42:34 -05:00 |
|
Jason Perkins
|
3f0f15942a
|
Ported VCCompilerTool, VCLinkerTool, VCManifestTool and supporting function and tests to new platforms API
|
2012-01-17 19:04:46 -05:00 |
|
Jason Perkins
|
63a568dd3f
|
Began implementation of Vc200x next-gen projects: header and configuration blocks
|
2012-01-13 17:19:46 -05:00 |
|
Jason Perkins
|
fa4813cf3b
|
Port unique objects directory logic to the new platforms API
|
2012-01-11 16:30:59 -05:00 |
|
Jason Perkins
|
9749188cc4
|
Ported build target info logic to new platforms; added system() to API
|
2012-01-06 17:08:24 -05:00 |
|
Jason Perkins
|
2baa0ce3ad
|
Ported VS2008 .vcproj Platforms and Configuration blocks to new platforms API
|
2012-01-04 17:16:06 -05:00 |
|
Jason Perkins
|
94e29b7cf3
|
Merge with premake-dev
|
2011-12-13 16:14:14 -05:00 |
|
Jason Perkins
|
5b6f8f6f36
|
Patch 3451212: Fix Visual Studio MFC with StaticRuntime
|
2011-12-13 16:10:22 -05:00 |
|
Jason Perkins
|
458d62ca36
|
Merge with Premake-dev
|
2011-12-07 16:10:27 -05:00 |
|
Jason Perkins
|
b5d7bba342
|
Added debugformat, with C7 support for Visual Studio
|
2011-11-19 16:50:50 -05:00 |
|
Jason Perkins
|
07853b1e34
|
Patch 3451928: VS2008 trying to build *.h files in C projects
|
2011-12-06 15:14:43 -05:00 |
|
Jason Perkins
|
2a8b81ac8d
|
Merge latest changes from premake-dev
|
2011-11-13 09:27:27 -05:00 |
|
Jason Perkins
|
b7fac3f46e
|
Patch 3317329: Support vstudio CompileAs for mixed-language projects (xpol)
|
2011-10-21 15:32:18 -04:00 |
|
liamDevine
|
1fdb95e142
|
VS200X Environment Args. Does not use the flag EnvironmentArgsInherit
|
2011-08-22 10:51:28 +01:00 |
|
Jason Perkins
|
b101ac117a
|
Fixed Xcode3 bug with sources in a subdirectory and grouped in virtual path
|
2011-08-16 12:22:08 -04:00 |
|
Jason Perkins
|
1a074ba81b
|
Added vpath support to VC200x and Codelite
|
2011-08-09 16:11:35 -04:00 |
|