Sign in
goma
/
wine
/
a82428b1123390067f161108fb332a3d8e0bf13f
/
programs
/
cmdlgtst
/
Makefile.in
cd2bf5f
cmdlgtst.exe: We can now store binary files in the repository.
by Alexandre Julliard
· 18 years ago
c8123e9
cmdlgtst: Win64 printf format warning fixes.
by Michael Stefaniuc
· 19 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
6be39b6
Take advantage of the new winegcc -B support.
by Alexandre Julliard
· 21 years ago
6621b2d
Build all the programs with winegcc.
by Alexandre Julliard
· 21 years ago
7035adc
Convert resources to standard format without embedded binary data.
by Pavel Roskin
· 22 years ago
cc2ee76
Renamed Winelib apps to .exe.so to follow the dll naming convention.
by Alexandre Julliard
· 23 years ago
2ab7625
Removed most imports of ntdll since we no longer import Wine internal
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
bef8e16
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
by Alexandre Julliard
· 23 years ago
a10fbdd
Build most programs as .so files.
by Alexandre Julliard
· 24 years ago
1a3f705
Added import of ntdll.
by Alexandre Julliard
· 24 years ago
21ec006
Build Win32 resources as .res files and dump them into the .spec.c file.
by Alexandre Julliard
· 24 years ago
73925ab
Added the missing library dependencies.
by Francois Gouget
· 25 years ago
269b409
Added a few missing imports.
by Hidenori Takeshima
· 25 years ago
49d251f
Added -DSTRICT. Added missing libraries comctl32 and rpcrt4.
by Francois Gouget
· 25 years ago
edd77b9
Changed imports of winspool to winspool.drv.
by Alexandre Julliard
· 25 years ago
e1e7537
Implemented on-demand loading of builtin dlls using dlopen().
by Alexandre Julliard
· 25 years ago
b445952
Improved Winelib apps initialisation code. No longer need to link
by Alexandre Julliard
· 25 years ago
3dc5d94
Added .spec files for all libtest/ and programs/ WineLib apps.
by Ulrich Weigand
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
96af9aa
Added dependency on winestub.o
by Alexandre Julliard
· 25 years ago
d1895a7
Built-in dlls now have resources attached via the PE-header like
by Bertho Stultiens
· 26 years ago
30008a0
Added common dialogs test program.
by Eric Williams
· 26 years ago