diff options
author | Rene Engelhard <rene@debian.org> | 2012-02-17 15:45:05 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-02-17 16:40:47 +0100 |
commit | d40a7f18a859f01678008c05cb1baf9cc272a9fb (patch) | |
tree | e8a57a0400e98f62eab4959cb7b64cc28278b792 /scp2 | |
parent | 699b3b662c7879af687412e086de22696ab11573 (diff) |
make gengal work again
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 4d5d771e7a25..33432aaae214 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -124,6 +124,28 @@ End #endif #endif +File gid_File_Bin_Gengal + BIN_FILE_BODY; + Dir = gid_Brand_Dir_Program; + Styles = (PACKED); + #ifdef UNX + Name = "gengal.bin"; + #else + Name = "gengal.exe"; + #endif +End + +#ifdef UNX + +File gid_File_Script_Gengal + BIN_FILE_BODY; + Dir = gid_Brand_Dir_Program; + Styles = (PACKED); + Name = "gengal"; +End + +#endif + #if !defined(WITHOUT_MOZILLA) && defined(UNX) && !defined(QUARTZ) File gid_File_Bin_Pluginapp |