mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Merge pull request #4322 from MetaLang/master
Change win32.mak to always call the local idgen.exe
This commit is contained in:
commit
227ca8dd9e
1 changed files with 3 additions and 3 deletions
|
@ -370,15 +370,15 @@ pvs:
|
|||
elxxx.c cdxxx.c optab.c debtab.c fltables.c tytab.c : \
|
||||
$C\cdef.h $C\cc.h $C\oper.h $C\ty.h $C\optabgen.c
|
||||
$(CC) -cpp -ooptabgen.exe $C\optabgen -DMARS -DDM_TARGET_CPU_X86=1 -I$(TK)
|
||||
optabgen
|
||||
.\optabgen.exe
|
||||
|
||||
impcnvtab.c : impcnvgen.c
|
||||
$(CC) -I$(ROOT) -cpp -DDM_TARGET_CPU_X86=1 impcnvgen
|
||||
impcnvgen
|
||||
.\impcnvgen.exe
|
||||
|
||||
id.h id.c : idgen.c
|
||||
$(CC) -cpp -DDM_TARGET_CPU_X86=1 idgen
|
||||
idgen
|
||||
.\idgen.exe
|
||||
|
||||
verstr.h : ..\VERSION
|
||||
echo "$(..\VERSION)" >verstr.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue