mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
# makefile.ng rules for Win32 PC
|
|
|
|
TARGET_OS=win32
|
|
|
|
DLL=1
|
|
PREFIX=c:/usr
|
|
|
|
include $(abs_top_srcdir)/build/rules.msvc
|
|
|