From: Markus R. <rol...@us...> - 2007-02-15 21:14:49
|
Update of /cvsroot/simspark/simspark/spark/win32 In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30118 Modified Files: Tag: WIN32 simspark.iss Log Message: - include simulation setup scripts Index: simspark.iss =================================================================== RCS file: /cvsroot/simspark/simspark/spark/win32/Attic/simspark.iss,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** simspark.iss 15 Feb 2007 09:51:54 -0000 1.1.2.2 --- simspark.iss 15 Feb 2007 21:14:44 -0000 1.1.2.3 *************** *** 17,20 **** --- 17,21 ---- #define MyKerosinDir "..\kerosin" #define MySparkDir "..\spark" + #define MyRsgDir "..\..\simulations\parts\rsg" [Setup] *************** *** 60,64 **** ; rsg files ! Source: C:\develop\x\simspark\simulations\parts\rsg\*.rsg; DestDir: {app}\rsg; Flags: recursesubdirs ; support dlls --- 61,66 ---- ; rsg files ! Source: {#MyRsgDir}\*.rsg; DestDir: {app}\rsg; Flags: recursesubdirs ! Source: {#MyRsgDir}\*.rb; DestDir: {app}\rsg; Flags: recursesubdirs ; support dlls |