
## NOTE:                                                                                           
## This needs /Gd to build with the iconv.lib, since it uses __cdecl                               
## It uses a custom UNFexp.def file to provide the appropriate __stdcall symbols                   
## to SPLUS                                                                                        
##                                                                                                 
## In order for this to compile *** YOU MUST REMOVE /Gz in the global SPLUS Makevars_windows_ms ***

PKG_CFLAGS = /Gd /D_CRT_SECURE_NO_DEPRECATE  /DVCPP /DINACCURATE_SPRINTF /DICONV18  /DPEDANTIC 
PKG_CXXFLAGS = /Gd /D_CRT_SECURE_NO_DEPRECATE /DVCPP /DINACCURATE_SPRINTF /DICONV18 /DPEDANTIC  
CPPFLAGS = $(CFLAGS)
PKG_LIBS =     /def:UNFexp.def /defaultlib:iconv.lib 


