Commit 88bd8431da4d58e0cf807a103a0252de0c10b7ce
1 parent
a170d4df
plop
git-svn-id: http://svn.net-core.org/repos/t-engine4@1637 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
2 changed files
with
4 additions
and
0 deletions
No preview for this file type
... | ... | @@ -109,6 +109,10 @@ configuration "linux" |
109 | 109 | links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU" } |
110 | 110 | defines { [[TENGINE_HOME_PATH='".t-engine"']], 'SELFEXE_LINUX' } |
111 | 111 | |
112 | + postbuildcommands { | |
113 | + "cp bin/Debug/t-engine t-engine", | |
114 | + } | |
115 | + | |
112 | 116 | |
113 | 117 | ---------------------------------------------------------------- |
114 | 118 | ---------------------------------------------------------------- | ... | ... |
-
Please register or login to post a comment