Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
21
SQCSim2021/external/glew210/build/vc6/Makefile
vendored
Normal file
21
SQCSim2021/external/glew210/build/vc6/Makefile
vendored
Normal 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
|
||||
Reference in New Issue
Block a user