- add makefile for VC++
This commit is contained in:
parent
afe8489945
commit
f4c507d4ac
4
bochs-testing/plugin-test/test7-win32dll/Makefile.vc
Normal file
4
bochs-testing/plugin-test/test7-win32dll/Makefile.vc
Normal file
@ -0,0 +1,4 @@
|
||||
all:
|
||||
$(CXX) /nologo /Tpmain.cc
|
||||
$(CXX) /nologo /LD /Tpmodule1.cc main.lib
|
||||
$(CXX) /nologo /LD /Tpmodule2.cc main.lib
|
Loading…
Reference in New Issue
Block a user