Skip to content
Snippets Groups Projects
Commit 21e87cdc authored by rswindell's avatar rswindell
Browse files

Changed win32 in output directory name to Win32.

parent 7c0c943c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ DELETE = echo y | del
!ifdef msc # Microsoft Visual C++
CC = cl
LD = link
ODIR = msvc.win32
ODIR = msvc.Win32
OUTPUT = -Fo
LOUTPUT = -Fe
CFLAGS = -nologo -MTd
......@@ -37,7 +37,7 @@ CFLAGS = $(CFLAGS) -Yd
CC = bcc32
LD = ilink32
ODIR = bcc.win32 # Output directory
ODIR = bcc.Win32 # Output directory
OUTPUT = -o
LOUTPUT = $(OUTPUT)
CFLAGS = -n$(ODIR) -WM -q
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment