Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / mod_particle.nsh
diff --git a/synfig-core/trunk/src/modules/mod_particle/mod_particle.nsh b/synfig-core/trunk/src/modules/mod_particle/mod_particle.nsh
deleted file mode 100644 (file)
index faff380..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-; The stuff to install
-Section "mod_particle" Sec_mod_particle
-
-;  SectionIn RO
-  
-  ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\lib\synfig\modules"
-  
-  ; Put file there
-  File /oname=mod_particle.dll "src\modules\mod_particle\.libs\libmod_particle.dll"
-
-
-  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
-  FileSeek $0 0 END
-  FileWrite $0 "mod_particle"
-  FileWriteByte $0 "13"
-  FileWriteByte $0 "10"
-  FileClose $0
-
-SectionEnd
-