mirror of https://github.com/acidanthera/audk.git
13 lines
181 B
Makefile
13 lines
181 B
Makefile
|
!INCLUDE ..\Makefiles\ms.common
|
||
|
|
||
|
APPNAME = GenSec
|
||
|
|
||
|
LIBS = $(LIB_PATH)\Common.lib
|
||
|
|
||
|
OBJECTS = PyUtility.obj
|
||
|
|
||
|
#CFLAGS = $(CFLAGS) /nodefaultlib:libc.lib
|
||
|
|
||
|
!INCLUDE ..\Makefiles\ms.app
|
||
|
|