mkxp.pro: Don't xxd unneeded resources

This commit is contained in:
Jonas Kulla 2013-12-04 16:57:45 +01:00
parent 04526987e4
commit 6604959ec6
1 changed files with 8 additions and 4 deletions

View File

@ -112,15 +112,19 @@ EMBED = shader/transSimple.frag \
shader/simpleColor.frag \
shader/simpleAlpha.frag \
shader/flashMap.frag \
shader/blur.frag \
shader/simple.vert \
shader/simpleColor.vert \
shader/sprite.vert \
shader/simpleMatrix.vert \
shader/blurH.vert \
shader/blurV.vert \
assets/liberation.ttf
RGSS2 {
EMBED += \
shader/blur.frag \
shader/blurH.vert \
shader/blurV.vert \
shader/simpleMatrix.vert
}
defineReplace(xxdOutput) {
return($$basename(1).xxd)
}