mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 18:26:12 +08:00
34 lines
806 B
Plaintext
34 lines
806 B
Plaintext
|
|
#----------------------------- Global Properties ----------------------------#
|
|
|
|
/outputDir:bin/$(Platform)
|
|
/intermediateDir:obj/$(Platform)
|
|
/platform:DesktopGL
|
|
/config:
|
|
/profile:Reach
|
|
/compress:False
|
|
|
|
#-------------------------------- References --------------------------------#
|
|
|
|
|
|
#---------------------------------- Content ---------------------------------#
|
|
|
|
#begin SpineEffect.fx
|
|
/importer:EffectImporter
|
|
/processor:EffectProcessor
|
|
/processorParam:DebugMode=Auto
|
|
/build:shaders\\SpineEffect.fx
|
|
|
|
#begin SpineEffectNormalMap.fx
|
|
/importer:EffectImporter
|
|
/processor:EffectProcessor
|
|
/processorParam:DebugMode=Auto
|
|
/build:shaders\\SpineEffectNormalMap.fx
|
|
|
|
#begin SpineEffectOutline.fx
|
|
/importer:EffectImporter
|
|
/processor:EffectProcessor
|
|
/processorParam:DebugMode=Auto
|
|
/build:shaders\\SpineEffectOutline.fx
|
|
|