Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug

This commit is contained in:
MarcEricMartel
2021-12-10 07:16:43 -05:00
parent 9b56a9b4a5
commit f4ec4816af
2745 changed files with 292873 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
MSDEV := msdev
RM := rm -rf
default:
$(MSDEV) glew.dsw /make \
"glew_static - Win32 Release" \
"glew_shared - Win32 Release" \
"glewinfo - Win32 Release" \
"visualinfo - Win32 Release" /build
debug:
$(MSDEV) glew.dsw /make \
"glew_static - Win32 Debug" \
"glew_shared - Win32 Debug" \
"glewinfo - Win32 Debug" \
"visualinfo - Win32 Debug" /build
clean:
$(MSDEV) glew.dsw /make all /clean
$(RM) static shared *.plg *.ncb *.opt