mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
2003-04-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
* tools/Makefile: Fix rule for mkflpimg. svn path=/trunk/; revision=4532
This commit is contained in:
parent
ca2e0585ff
commit
c64cac2688
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-04-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/Makefile: Fix rule for mkflpimg.
|
||||
|
||||
2003-04-12 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/cdmake/Makefile: Use HOST_CC.
|
||||
|
|
|
@ -81,11 +81,11 @@ rtouch$(EXE_POSTFIX): rtouch.c
|
|||
endif
|
||||
|
||||
ifeq ($(HOST),mingw32-linux)
|
||||
rtouch$(EXE_POSTFIX): mkflpimg.c
|
||||
mkflpimg$(EXE_POSTFIX): mkflpimg.c
|
||||
$(HOST_CC) $(CFLAGS) -DUNIX_PATHS mkflpimg.c -o mkflpimg$(EXE_POSTFIX)
|
||||
endif
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
rtouch$(EXE_POSTFIX): mkflpimg.c
|
||||
mkflpimg$(EXE_POSTFIX): mkflpimg.c
|
||||
$(HOST_CC) $(CFLAGS) -DDOS_PATHS mkflpimg.c -o mkflpimg$(EXE_POSTFIX)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue