Skip to content

Commit 4d159c6

Browse files
committed
add quotes around entire argument to handle whitespace gracefully
1 parent e9436c6 commit 4d159c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ APP_PDB = $(APP_NAME).pdb
2424
APP_RES = $(APP_NAME).res
2525

2626
CC = CL
27-
CFLAGS = /MD /nologo /W3 /w44996 /DAPPNAME_VERSION=\"$(APP_NAME_VERSION)\"
27+
CFLAGS = /MD /nologo /W3 /w44996 "/DAPPNAME_VERSION=\"$(APP_NAME_VERSION)\""
2828
LFLAGS = /link \
2929
/LIBPATH:frameworks\sdl\lib \
3030
/ENTRY:mainCRTStartup

0 commit comments

Comments
 (0)