Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

# fixed model for win32.mak, overridden by win64.mak
MODEL=32
BUILD=release

##### Directories

Expand All @@ -80,7 +81,7 @@ SCPDIR=..\backup

# Generated files directory
GEN = ..\generated
G = $(GEN)\$(OS)$(MODEL)
G = $(GEN)\$(OS)\$(BUILD)\$(MODEL)

##### Tools

Expand Down Expand Up @@ -333,7 +334,7 @@ $(TARGETEXE): $(DMD_SRCS) $(ROOT_SRCS) $G\newdelete.obj $(LIBS) $(STRING_IMPORT_
clean:
$(RD) /s /q $(GEN)
$(DEL) $D\msgs.h $D\msgs.c
$(DEL) optabgen.exe
$(DEL) optabgen.exe parser_test.exe example_avg.exe
$(DEL) $(TARGETEXE) $(DMDFRONTENDEXE) $(IDGENOUTPUT) *.map *.obj

install: detab install-copy
Expand Down