diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-07 21:15:34 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-07 21:15:34 +0000 |
commit | e58dd64c55119d4ef7ce9544b1859f44c7201609 (patch) | |
tree | 7dc3636b87590794df4a84491617ed1360ea77b1 /Game/Code | |
parent | d68d03ca93b9a991cc49c32dc170862b472dfdee (diff) | |
download | usdx-e58dd64c55119d4ef7ce9544b1859f44c7201609.tar.gz usdx-e58dd64c55119d4ef7ce9544b1859f44c7201609.tar.xz usdx-e58dd64c55119d4ef7ce9544b1859f44c7201609.zip |
missing backslash added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@937 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 4f9a5ba8..62cd2632 100644 --- a/Game/Code/Makefile.in +++ b/Game/Code/Makefile.in @@ -66,8 +66,8 @@ PUNIT_FLAGS = \ $(PUNIT_TOKEN)$(LAZARUS_DIR)/lcl/units/$(PPROCESSOR)-$(PPLATFORM) \
$(PUNIT_TOKEN)$(LAZARUS_DIR)/components/images/lib/$(PPROCESSOR)-$(PPLATFORM) \
$(PUNIT_TOKEN)$(LAZARUS_DIR)/components/jpeg \
+ $(PUNIT_TOKEN)$(LAZARUS_DIR)/lcl/units/$(PPROCESSOR)-$(PPLATFORM)/$(LCL_WIDGET_TYPE) \
$(PUNIT_TOKEN).
- $(PUNIT_TOKEN)$(LAZARUS_DIR)/lcl/units/$(PPROCESSOR)-$(PPLATFORM)/$(LCL_WIDGET_TYPE)
# Directory where compiled units (.ppu and .o files) are stored
PCUNIT_TOKEN = -FU
|