Talk:Compiling under VS2010: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== Fixing Compilation == It should be noted that it seems to have trouble with the new Execute after / before options in the custom build, i recommend using: '''"Execute after: P…') |
No edit summary |
||
Line 1: | Line 1: | ||
== Fixing Compilation == | == Fixing Compilation == | ||
It should be noted that it seems to have trouble with the new Execute after / before options in the custom build, i recommend using: '''"Execute after: PostBuildEvent"''' | It should be noted that it seems to have trouble with the new Execute after / before options in the custom build, i recommend using: '''"Execute after: PostBuildEvent"''' | ||
Also, i use Envoirment Variables to copy files to the right Mod folder, make that code cleaner ;) --[[User:Neico|Neico]] 12:18, 14 March 2010 (UTC) | Also, i use Envoirment Variables to copy files to the right Mod folder, make that code cleaner ;) --[[User:Neico|Neico]] 12:18, 14 March 2010 (UTC) |
Revision as of 05:19, 14 March 2010
Fixing Compilation
It should be noted that it seems to have trouble with the new Execute after / before options in the custom build, i recommend using: "Execute after: PostBuildEvent"
Also, i use Envoirment Variables to copy files to the right Mod folder, make that code cleaner ;) --Neico 12:18, 14 March 2010 (UTC)