mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-05 17:59:58 +08:00
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
# Makefile defines for building the MiniGUI DLL with Microsoft VC
|
|
|
|
SUBINC=1
|
|
|
|
!INCLUDE Makefile.am
|
|
!INCLUDE ..\..\build\Defs.win32
|
|
!INCLUDE ..\..\build\makedefs.msvc
|
|
|
|
install::
|
|
@for %d in ($(libminiguiinclude_HEADERS)) do $(CP) %d $(libminiguiincludedir)\ctrl\
|
|
|