Added new standard workspace created with VS2013Ex
TODO: added plugins workspace, remove legacy VS2008Ex workspaces
This commit is contained in:
parent
e1fe9ee332
commit
4e0bde2c36
@ -494,11 +494,11 @@ uninstall::
|
|||||||
for i in $(MAN_PAGE_1_LIST); do $(RM) -f $(man1dir)/$$i.1.gz; done
|
for i in $(MAN_PAGE_1_LIST); do $(RM) -f $(man1dir)/$$i.1.gz; done
|
||||||
for i in $(MAN_PAGE_5_LIST); do $(RM) -f $(man5dir)/$$i.5.gz; done
|
for i in $(MAN_PAGE_5_LIST); do $(RM) -f $(man5dir)/$$i.5.gz; done
|
||||||
|
|
||||||
VS2008_WORKSPACE_ZIP=build/win32/vs2008ex-workspace.zip
|
VS2013_WORKSPACE_ZIP=build/win32/vs2013ex-workspace.zip
|
||||||
VS2008_WORKSPACE_FILES=vs2008/bochs.sln vs2008/*.vcproj
|
VS2013_WORKSPACE_FILES=vs2013/bochs.sln vs2013/*.vcxproj
|
||||||
|
|
||||||
vs2008workspace:
|
vs2013workspace:
|
||||||
zip $(VS2008_WORKSPACE_ZIP) $(VS2008_WORKSPACE_FILES)
|
zip $(VS2013_WORKSPACE_ZIP) $(VS2013_WORKSPACE_FILES)
|
||||||
|
|
||||||
########
|
########
|
||||||
# the win32_snap target is used to create a ZIP of bochs sources configured
|
# the win32_snap target is used to create a ZIP of bochs sources configured
|
||||||
@ -508,7 +508,7 @@ vs2008workspace:
|
|||||||
# "make win32_snap" to unzip the workspace files and create the ZIP.
|
# "make win32_snap" to unzip the workspace files and create the ZIP.
|
||||||
########
|
########
|
||||||
win32_snap:
|
win32_snap:
|
||||||
unzip $(VS2008_WORKSPACE_ZIP)
|
unzip $(VS2013_WORKSPACE_ZIP)
|
||||||
$(MAKE) zip
|
$(MAKE) zip
|
||||||
|
|
||||||
tar:
|
tar:
|
||||||
|
BIN
bochs/build/win32/vs2013ex-workspace.zip
Normal file
BIN
bochs/build/win32/vs2013ex-workspace.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user