git.netxms.org
/
public
/
netxms.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
initial WIndows makefile version for VC++ Build Tools
[public/netxms.git]
/
src
/
libexpat
/
libexpat
/
Makefile.w32
1
TARGET=libexpat.dll
2
TYPE=dll
3
SOURCES=libexpat.cpp xmlparse.c xmlrole.c xmltok.c xmltok_impl.c xmltok_ns.c
4
5
CPPFLAGS=/DCOMPILED_FROM_DSP /DHAVE_EXPAT_CONFIG_H /I ..
6
LDFLAGS=/DEF:..\libexpat.def
7
8
!include ..\..\..\Makefile.inc.w32