diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-03 02:27:05 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-03 02:27:05 +0000 |
commit | 27ac24c937a9e88c6d08b157d26c2d308e4e76a6 (patch) | |
tree | 99fe30216d326ddaf490455fc01af7cfa00bce62 /Game | |
parent | d26ccdae03c219a3b8cd2393abe405938de6a3d4 (diff) | |
download | usdx-27ac24c937a9e88c6d08b157d26c2d308e4e76a6.tar.gz usdx-27ac24c937a9e88c6d08b157d26c2d308e4e76a6.tar.xz usdx-27ac24c937a9e88c6d08b157d26c2d308e4e76a6.zip |
FPC delphi-compatibility (-Sd) removed
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@892 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in index 3c5945e2..3e302bd5 100644 --- a/Game/Code/Makefile.in +++ b/Game/Code/Makefile.in @@ -88,7 +88,7 @@ PDEFINES = -dLCL # The user can overwrite the default flags with
# make PFLAGS="myflags"
-PFLAGS = -S2dgi
+PFLAGS = -S2gi
# the user's flags (specified with configure) must be the last in
# the list to overwrite the defaults (e.g.with the - option: -Xs-).
PFLAGS += @PFLAGS@
|