Talk:Compiling under VS2010: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (damn i've got some problems today...)
Line 2: Line 2:
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 Environment variables to copy files to the right mod folder, makes piece of code cleaner ;) --[[User:Neico|Neico]] 12:18, 14 March 2010 (UTC)

Revision as of 05:20, 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 Environment variables to copy files to the right mod folder, makes piece of code cleaner ;) --Neico 12:18, 14 March 2010 (UTC)