mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1401 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0a1eef74a3
commit
c3b41ce1cf
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ ASFLAGS=/nologo /coff /c
|
|||
EXESUFFIX=.exe
|
||||
!ifdef DEBUG
|
||||
CFLAGS=$(CFLAGS) /DDEBUGGINGAIDS
|
||||
LIBS=$(LIBS) /NODEFAULTLIB:libcmt.lib
|
||||
LIBS=$(LIBS) /NODEFAULTLIB:libcmt.lib libcmtd.lib
|
||||
!else
|
||||
LIBS=$(LIBS) /NODEFAULTLIB:libcmtd.lib
|
||||
LIBS=$(LIBS) /NODEFAULTLIB:libcmtd.lib libcmt.lib
|
||||
!endif
|
||||
|
||||
JMACTOBJ=$(OBJ)\util_lib.$o \
|
||||
|
|
Loading…
Reference in a new issue