mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
![]() |
#!ifndef MSVC_DIR
|
||
|
#MSVC_DIR = c:\Program Files\Microsoft Visual Studio .NET\VC7
|
||
|
#!endif
|
||
|
|
||
|
CFLAGS_COMMON = /nologo /W4 /GX
|
||
|
CXXFLAGS_COMMON = /nologo /W4 /GX
|
||
|
|
||
|
|
||
|
!include vc-common.mak
|
||
|
|