aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/bmake-bcc-flext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-07-30 12:21:41 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-07-30 12:21:41 +0000
commit5f9f3ed9b7c2ff07d8745c81d1a085c8eaa08737 (patch)
tree597a0e46cb60010efc1f4702dc445034ea100ac5 /externals/grill/flext/buildsys/win/bmake-bcc-flext.inc
parentdd82923d4e8ef537e2e63956d0ec1138046fb996 (diff)
added flext_base::GetCanvasDir to retrieve folder where patcher resides
renamed flext_base::CanvasArgs to GetCanvasArgs fixed flext install routine for bcc makefile svn path=/trunk/; revision=3388
Diffstat (limited to 'externals/grill/flext/buildsys/win/bmake-bcc-flext.inc')
-rw-r--r--externals/grill/flext/buildsys/win/bmake-bcc-flext.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/flext/buildsys/win/bmake-bcc-flext.inc b/externals/grill/flext/buildsys/win/bmake-bcc-flext.inc
index 8dfb224e..0d82065e 100644
--- a/externals/grill/flext/buildsys/win/bmake-bcc-flext.inc
+++ b/externals/grill/flext/buildsys/win/bmake-bcc-flext.inc
@@ -55,9 +55,9 @@ FLEXTLIBINST=$(FLEXTLIB)
!endif
_install_:
- @if not exist $@ mkdir $(FLEXTINC) > nul
- @if not exist $@ mkdir $(FLEXTLIB) > nul
- @if not exist $@ mkdir $(FLEXTLIBINST) > nul
+ @if not exist $(FLEXTINC) mkdir $(FLEXTINC) > nul
+ @if not exist $(FLEXTLIB) mkdir $(FLEXTLIB) > nul
+ @if not exist $(FLEXTLIBINST) mkdir $(FLEXTLIBINST) > nul
copy $(TARGET) $(FLEXTLIBINST) > nul
!ifdef SHARED