diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-14 10:31:43 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-14 10:31:43 +0000 |
commit | f2d7f6f67485aab42f4be5d99e391e16beaed6f1 (patch) | |
tree | f7d81fc42655822ca7325d1850dd04cb017ada1e /LUFA/StudioIntegration | |
parent | f3a8263842ca30f10eff56353c1e78c1f9436f95 (diff) | |
download | lufa-f2d7f6f67485aab42f4be5d99e391e16beaed6f1.tar.gz lufa-f2d7f6f67485aab42f4be5d99e391e16beaed6f1.tar.bz2 lufa-f2d7f6f67485aab42f4be5d99e391e16beaed6f1.zip |
Move XDK cache generation Python script into the VSIX related packing directory.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/generate_caches.py (renamed from LUFA/StudioIntegration/generate_caches.py) | 0 | ||||
-rw-r--r-- | LUFA/StudioIntegration/makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/generate_caches.py b/LUFA/StudioIntegration/VSIX/generate_caches.py index f5b6692a9..f5b6692a9 100644 --- a/LUFA/StudioIntegration/generate_caches.py +++ b/LUFA/StudioIntegration/VSIX/generate_caches.py diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 87adfc2af..555563dd4 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -68,7 +68,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML) @echo "Generating ASF cache files..." @rm -f $(LUFA_ROOT)/../content.xml.cache @rm -f $(LUFA_ROOT)/../ExampleProjects.xml - @python generate_caches.py $(LUFA_ROOT)/../ + @python VSIX/generate_caches.py $(LUFA_ROOT)/../ @echo "Archiving Content..." @rm -f contents.zip |