Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
14
tests/minwin_gtk/minwin/samples/win32.mak
Normal file
14
tests/minwin_gtk/minwin/samples/win32.mak
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
# To build the samples type "make -f win32.mak"
|
||||
|
||||
DMD = dmd
|
||||
|
||||
targets : sample.exe layout.exe topgroup.exe \
|
||||
widgets.exe menus.exe painting.exe sdialog.exe sdialog2.exe \
|
||||
idle.exe
|
||||
|
||||
.d.exe :
|
||||
$(DMD) sample.def comdlg32.lib gdi32.lib ..\minwin.lib ..\app.obj -I..\.. -of$@ $< -g -version=LOG
|
||||
|
||||
clean:
|
||||
- del *.obj *.exe
|
Loading…
Add table
Add a link
Reference in a new issue