mkxp.pro: Don't xxd unneeded resources
This commit is contained in:
parent
04526987e4
commit
6604959ec6
12
mkxp.pro
12
mkxp.pro
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue