diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 08:50:43 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 08:50:43 +0000 |
commit | c316180c74e144a5faecfe30ab38c8e4e0ef9e91 (patch) | |
tree | c3c917ece6b85f6284e474b28e64680a3cc20836 /Tools/linux-build.sh | |
parent | b007aad2fa55bb72b69ecfb56ba6207d31eff684 (diff) | |
download | usdx-c316180c74e144a5faecfe30ab38c8e4e0ef9e91.tar.gz usdx-c316180c74e144a5faecfe30ab38c8e4e0ef9e91.tar.xz usdx-c316180c74e144a5faecfe30ab38c8e4e0ef9e91.zip |
- Removed lrs resource usage in linux. Resources are copied to /usr/share/resources now.
- Unified resource handling: call GetResourceStream (UCommon) to retrieve a resource.
- Removed the lazarus dependency in the Makefile (it will also use the main .dpr-file now)
- Now that the lazarus dependency is gone, the MacOSX and Linux version might use a shared codebase.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1013 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Tools/linux-build.sh')
-rwxr-xr-x | Tools/linux-build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/linux-build.sh b/Tools/linux-build.sh deleted file mode 100755 index fd1b28b6..00000000 --- a/Tools/linux-build.sh +++ /dev/null @@ -1,3 +0,0 @@ -clear -fpc -S2cgi -OG1 -gl -vewnhi -l -Filib/JEDI-SDLv1.0/SDL/Pas/ -Fu/usr/lib/lazarus/components/images/lib/i386-linux/ -Fu/usr/lib/lazarus/lcl/units/i386-linux/ -Fu/usr/lib/lazarus/lcl/units/i386-linux/gtk2/ -Fu/usr/lib/lazarus/packager/units/i386-linux/ -Fu. -dLCL -dLCLgtk2 USDXResCompiler.lpr - |